[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.64,1.510.2.65

russell at lists.digium.com russell at lists.digium.com
Tue May 31 00:14:32 CDT 2005


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

Modified Files:
      Tag: v1-0
	chan_sip.c 
Log Message:
add "Referred-by" to the aliases list (bug #4404)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.64
retrieving revision 1.510.2.65
diff -u -d -r1.510.2.64 -r1.510.2.65
--- chan_sip.c	31 May 2005 02:47:10 -0000	1.510.2.64
+++ chan_sip.c	31 May 2005 04:17:33 -0000	1.510.2.65
@@ -2094,6 +2094,7 @@
 	{ "To", "t" },
 	{ "Supported", "k" },
 	{ "Refer-To", "r" },
+	{ "Referred-By", "b" },
 	{ "Allow-Events", "u" },
 	{ "Event", "o" },
 	{ "Via", "v" },




More information about the svn-commits mailing list