[Asterisk-Dev] more on Cisco BTS problem
Bill Hamlin
whamlin at onnet1.com
Mon Oct 11 07:45:10 MST 2004
Well I looked in chan_sip.c and of course there is the line
if ((sscanf(m, "audio %d RTP/AVP %n", &x, &len) == 1)) {
where if that were
if ((sscanf(m, "audio %d/1 RTP/AVP %n", &x, &len) == 1)) {
it would scan the m= line correctly for me
Can someone implement the check for both formats and make a patch, since I'm
no expert on how this CVS stuff works?
Thanks,
Bill
More information about the asterisk-dev
mailing list