Ignore:
Timestamp:
Jul 26, 2018 3:37:08 AM (6 years ago)
Author:
nanang
Message:

Close #2135: Update some failing scripts to skip TCP transport in pjsua app instantiation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-recvfrom/300_timer_good.py

    r3307 r5844  
    55# INVITE session using session timer 
    66 
    7 pjsua = "--null-audio sip:127.0.0.1:$PORT --use-timer 2 --timer-min-se 100 --timer-se 2000" 
     7pjsua = "--null-audio sip:127.0.0.1:$PORT --use-timer 2 --timer-min-se 100 --timer-se 2000 --no-tcp" 
    88 
    99req = sip.RecvfromTransaction("INVITE with session timer", 200, 
Note: See TracChangeset for help on using the changeset viewer.