Changeset 3011
- Timestamp:
- Nov 10, 2009 10:58:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sendto/126_sdp_with_port_0_and_no_rtpmap_for_dynamic_pt.py
r2926 r3011 17 17 extra_headers = "" 18 18 include = ["Content-Type: application/sdp", # response must include SDP 19 "m= audio [1-9]+[0-9]* RTP/AVP[\\s\\S]+m=video 0RTP/AVP"19 "m=video 0 RTP/AVP[\\s\\S]+m=audio [1-9]+[0-9]* RTP/AVP" 20 20 ] 21 21 exclude = []
Note: See TracChangeset
for help on using the changeset viewer.