Changeset 5844
- Timestamp:
- Jul 26, 2018 3:37:08 AM (6 years ago)
- Location:
- pjproject/trunk/tests/pjsua
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-recvfrom/300_timer_good.py
r3307 r5844 5 5 # INVITE session using session timer 6 6 7 pjsua = "--null-audio sip:127.0.0.1:$PORT --use-timer 2 --timer-min-se 100 --timer-se 2000 "7 pjsua = "--null-audio sip:127.0.0.1:$PORT --use-timer 2 --timer-min-se 100 --timer-se 2000 --no-tcp" 8 8 9 9 req = sip.RecvfromTransaction("INVITE with session timer", 200, -
pjproject/trunk/tests/pjsua/scripts-recvfrom/301_timer_good_retry_after_422.py
r3287 r5844 6 6 7 7 8 pjsua = "--null-audio sip:127.0.0.1:$PORT --timer-min-se 100 --timer-se 1000 "8 pjsua = "--null-audio sip:127.0.0.1:$PORT --timer-min-se 100 --timer-se 1000 --no-tcp" 9 9 10 10 # First INVITE with timer rejected with 422 -
pjproject/trunk/tests/pjsua/scripts-sipp/uas-answer-183-without-to-tag.py
r5700 r5844 3 3 import inc_const as const 4 4 5 PJSUA = ["--null-audio --max-calls=1 $SIPP_URI"]5 PJSUA = ["--null-audio --max-calls=1 --no-tcp $SIPP_URI"] 6 6 7 7 PJSUA_EXPECTS = [[0, "Audio updated", ""]] -
pjproject/trunk/tests/pjsua/scripts-sipp/uas-answer-200-reinvite-without-sdp.py
r4188 r5844 3 3 import inc_const as const 4 4 5 PJSUA = ["--null-audio --max-calls=1 $SIPP_URI"]5 PJSUA = ["--null-audio --max-calls=1 --no-tcp $SIPP_URI"] 6 6 7 7 PJSUA_EXPECTS = [[0, const.STATE_CONFIRMED, "v"]] -
pjproject/trunk/tests/pjsua/scripts-sipp/uas-answer-200-update-without-sdp.py
r4188 r5844 3 3 import inc_const as const 4 4 5 PJSUA = ["--null-audio --max-calls=1 $SIPP_URI"]5 PJSUA = ["--null-audio --max-calls=1 --no-tcp $SIPP_URI"] 6 6 7 7 PJSUA_EXPECTS = [[0, const.STATE_CONFIRMED, "U"]] -
pjproject/trunk/tests/pjsua/scripts-sipp/uas-cancel-no-final.py
r4188 r5844 3 3 import inc_const as const 4 4 5 PJSUA = ["--null-audio --max-calls=1 $SIPP_URI"]5 PJSUA = ["--null-audio --max-calls=1 --no-tcp $SIPP_URI"] 6 6 7 7 PJSUA_EXPECTS = [[0, const.STATE_EARLY, "h"]] -
pjproject/trunk/tests/pjsua/scripts-sipp/uas-reinv-glare.py
r4188 r5844 3 3 import inc_const as const 4 4 5 PJSUA = ["--null-audio --max-calls=1 $SIPP_URI"]5 PJSUA = ["--null-audio --max-calls=1 --no-tcp $SIPP_URI"] 6 6 7 7 PJSUA_EXPECTS = [[0, const.STATE_CONFIRMED, "U"]] -
pjproject/trunk/tests/pjsua/scripts-sipp/uas-reinv-with-less-media.py
r5067 r5844 3 3 import inc_const as const 4 4 5 PJSUA = ["--null-audio --extra-audio --max-calls=1 $SIPP_URI"]5 PJSUA = ["--null-audio --extra-audio --max-calls=1 --no-tcp $SIPP_URI"] 6 6 7 7 # Send hold after remote holds (double hold)
Note: See TracChangeset
for help on using the changeset viewer.