summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py')
-rw-r--r--pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py b/pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py
index 3f41ebd9..caf64b91 100644
--- a/pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py
+++ b/pjsip-apps/src/test-pjsua/scripts-sendto/200_ice_success_2.py
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
import inc_sip as sip
import inc_sdp as sdp
@@ -31,5 +31,6 @@ exclude = [
sendto_cfg = sip.SendtoCfg( "caller sends only one component",
pjsua_args=args, sdp=sdp, resp_code=200,
- resp_inc=include, resp_exc=exclude)
+ resp_inc=include, resp_exc=exclude,
+ enable_buffer = True)