- Timestamp:
- Aug 18, 2011 5:31:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sendto/125_sdp_with_multi_audio_0.py
r2081 r3711 4 4 5 5 # Multiple good m=audio lines! The current algorithm in pjsua-lib will 6 # select the last audio (which should be okay, as we're entitled to 7 # select any of them) 6 # select the first audio (note that in 1.x it will select the last audio) 8 7 sdp = \ 9 8 """ … … 21 20 extra_headers = "" 22 21 include = ["Content-Type: application/sdp", # response must include SDP 23 "m=audio 0 RTP/AVP[\\s\\S]+m=audio 0 RTP/AVP[\\s\\S]+m=audio [1-9]+[0-9]*RTP/AVP"22 "m=audio [1-9]+[0-9]* RTP/AVP[\\s\\S]+m=audio 0 RTP/AVP[\\s\\S]+m=audio 0 RTP/AVP" 24 23 ] 25 24 exclude = []
Note: See TracChangeset
for help on using the changeset viewer.