mgw: Add missing audio codec specification "a:PCMU"

Let's make sure we request a reasonable audio codec in the
LocalConnectionOptions
This commit is contained in:
Harald Welte 2017-11-18 22:13:51 +01:00
parent e0b331fa69
commit 5e5cce533a
1 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ module MGCP_Test {
t_MgcpParConnMode(mode),
ts_MgcpParCallId(call_id),
//t_MgcpParReqId(omit),
t_MgcpParLocConnOpt("p: 20")
t_MgcpParLocConnOpt("p:20, a:PCMU")
},
sdp := sdp
}
@ -148,7 +148,7 @@ module MGCP_Test {
t_MgcpParConnMode(mode),
ts_MgcpParCallId(call_id),
//t_MgcpParReqId(omit),
t_MgcpParLocConnOpt("p: 20")
t_MgcpParLocConnOpt("p:20, a:PCMU")
},
sdp := sdp
}