Misc (#951): Fixed wrong media order in SDP response checking in python test script sendto/126.

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3011 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Nanang Izzuddin 2009-11-10 10:58:20 +00:00
parent 8595f8aa79
commit a45f81e1ea
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ m=audio 5000 RTP/AVP 0
pjsua_args = "--null-audio --auto-answer 200"
extra_headers = ""
include = ["Content-Type: application/sdp", # response must include SDP
"m=audio [1-9]+[0-9]* RTP/AVP[\\s\\S]+m=video 0 RTP/AVP"
"m=video 0 RTP/AVP[\\s\\S]+m=audio [1-9]+[0-9]* RTP/AVP"
]
exclude = []