[Asterisk-cvs] asterisk/channels chan_sip.c,1.620,1.621
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 8 19:54:20 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv9405/channels
Modified Files:
chan_sip.c
Log Message:
Fix Alert-Info for optipoint 400 (bug #3288)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -d -r1.620 -r1.621
--- chan_sip.c 9 Jan 2005 01:15:43 -0000 1.620
+++ chan_sip.c 9 Jan 2005 01:58:45 -0000 1.621
@@ -3853,7 +3853,7 @@
#endif
if (distinctive_ring && !ast_strlen_zero(distinctive_ring))
{
- add_header(&req, "Alert-info",distinctive_ring);
+ add_header(&req, "Alert-Info",distinctive_ring);
}
add_header(&req, "Allow", ALLOWED_METHODS);
if (addsipheaders && init) {
More information about the svn-commits
mailing list