mgw: Add missing mandatory "s=" to SDP of c_mdcx4

This commit is contained in:
Harald Welte 2017-09-14 22:42:12 +08:00
parent 00a067f54d
commit 2871d0b000
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ module MGCP_Test {
"\n" &
"v=0\r\n" &
"o=- 1 23 IN IP4 0.0.0.0\r\n" &
"s=-\r\n" &
"c=IN IP4 0.0.0.0\r\n" &
"t=0 0\r\n" &
"m=audio 4441 RTP/AVP 99\r\n" &