[Asterisk-cvs] asterisk/channels chan_sip.c,1.292.2.15,1.292.2.16
markster at lists.digium.com
markster at lists.digium.com
Sun Mar 14 17:20:43 CST 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv7842/channels
Modified Files:
Tag: v1-0_stable
chan_sip.c
Log Message:
Turn off silence suppression by default
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.292.2.15
retrieving revision 1.292.2.16
diff -u -d -r1.292.2.15 -r1.292.2.16
--- chan_sip.c 9 Mar 2004 17:42:50 -0000 1.292.2.15
+++ chan_sip.c 14 Mar 2004 22:14:41 -0000 1.292.2.16
@@ -2730,6 +2730,7 @@
}
}
}
+ strncat(a, "a=silenceSupp:off - - - -\r\n", sizeof(a) - strlen(a));
if (strlen(m) < sizeof(m) - 2)
strcat(m, "\r\n");
if (strlen(m2) < sizeof(m2) - 2)
More information about the svn-commits
mailing list