summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py40
1 files changed, 20 insertions, 20 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py b/pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py
index 748b2b43..0cf48801 100644
--- a/pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py
+++ b/pjsip-apps/src/test-pjsua/scripts-sendto/100_simplecall.py
@@ -1,20 +1,20 @@
-# $Id:$
-import inc_sip as sip
-import inc_sdp as sdp
-
-sdp = \
-"""
-v=0
-o=- 0 0 IN IP4 127.0.0.1
-s=pjmedia
-c=IN IP4 127.0.0.1
-t=0 0
-m=audio 4000 RTP/AVP 0 101
-a=rtpmap:0 PCMU/8000
-a=sendrecv
-a=rtpmap:101 telephone-event/8000
-a=fmtp:101 0-15
-"""
-
-sendto_cfg = sip.SendtoCfg( "simple call", "--null-audio", sdp, 200)
-
+# $Id:$
+import inc_sip as sip
+import inc_sdp as sdp
+
+sdp = \
+"""
+v=0
+o=- 0 0 IN IP4 127.0.0.1
+s=pjmedia
+c=IN IP4 127.0.0.1
+t=0 0
+m=audio 4000 RTP/AVP 0 101
+a=rtpmap:0 PCMU/8000
+a=sendrecv
+a=rtpmap:101 telephone-event/8000
+a=fmtp:101 0-15
+"""
+
+sendto_cfg = sip.SendtoCfg( "simple call", "--null-audio", sdp, 200)
+