aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-03-04 17:22:25 +0100
committerOliver Smith <osmith@sysmocom.de>2020-03-04 17:45:51 +0100
commit1a15e7cd44bcc2c115956f3ca373c9326ec2e6b1 (patch)
treef0798a177f3ed77f35d45bf5821e900aa6a3ddec
parent7552380938aed811f60b4fa72cc8bf8dbab708e6 (diff)
mncc_test.py: don't start calls automaticallyosmith/virt-voice
-rwxr-xr-xmncc_test.py14
1 files changed, 6 insertions, 8 deletions
diff --git a/mncc_test.py b/mncc_test.py
index 508c5be..90610e4 100755
--- a/mncc_test.py
+++ b/mncc_test.py
@@ -65,15 +65,13 @@ def connect_call(msisdn_a, msisdn_b, rtp_bridge = True, codecs = GSM48.AllCodecs
return call_conn
# start a first bogus call
-connect_call("7839", "3802")
-connect_call("3809", "3814")
-connect_call("3805", "3806")
-connect_call("3812", "3815")
-connect_call("3807", "3811")
-connect_call("3804", "3808")
-connect_call("3803", "3813")
-time.sleep(1)
+log.info("")
+log.info("")
+log.info("Start calls by typing:")
+log.info(' connect_call("90001", "90002")')
+log.info("")
+log.info("")
# start a shell to enable the user to add more calls as needed
vars = globals().copy()