Initiate a call once we have a channel assigned
diff --git a/src/bsc_hack.c b/src/bsc_hack.c
index 6091b5d..0087de2 100644
--- a/src/bsc_hack.c
+++ b/src/bsc_hack.c
@@ -860,6 +860,11 @@
 		
 		llist_del(&station->entry);
 		free(station);
+
+		/*
+		 * start a call
+		 */
+		gsm48_cc_tx_setup(lchan);
 	} else {
 		/*
 		 * give up and go to the next channel