[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.34,1.510.2.35

russell at lists.digium.com russell at lists.digium.com
Sun Jan 9 08:54:23 CST 2005


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv24937/channels

Modified Files:
      Tag: v1-0
	chan_sip.c 
Log Message:
fix silly header (bug #3288)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.34
retrieving revision 1.510.2.35
diff -u -d -r1.510.2.34 -r1.510.2.35
--- chan_sip.c	6 Jan 2005 19:37:55 -0000	1.510.2.34
+++ chan_sip.c	9 Jan 2005 14:58:45 -0000	1.510.2.35
@@ -3765,7 +3765,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 (sdp) {




More information about the svn-commits mailing list