- Timestamp:
- Aug 19, 2011 12:24:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-recvfrom/400_inv_answered_with_less_media.py
r3195 r3716 5 5 # Offer with 2 media lines answered with only 1 media line 6 6 7 pjsua = "--null-audio sip:127.0.0.1:$PORT -- use-srtp=3 --srtp-secure=0"7 pjsua = "--null-audio sip:127.0.0.1:$PORT --id=sip:1000@localhost --extra-audio --use-srtp=0" 8 8 9 9 sdp = \ … … 22 22 23 23 req = sip.RecvfromTransaction("Receiving 2 media lines, answer with 1 media line", 200, 24 include=["m=audio \d+ RTP/ SAVP", "m=audio \d+ RTP/AVP"],24 include=["m=audio \d+ RTP/AVP", "m=audio \d+ RTP/AVP"], 25 25 exclude=[], 26 26 resp_hdr=["Content-type: application/sdp"],
Note: See TracChangeset
for help on using the changeset viewer.