[Asterisk-cvs] asterisk/channels chan_sip.c,1.801,1.802

markster markster
Wed Aug 3 14:01:32 CDT 2005


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

Modified Files:
	chan_sip.c 
Log Message:
Add extra aliases from RFC4028 and RFC3841 (bug #4889)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.801
retrieving revision 1.802
diff -u -d -r1.801 -r1.802
--- chan_sip.c	3 Aug 2005 04:32:09 -0000	1.801
+++ chan_sip.c	3 Aug 2005 18:05:40 -0000	1.802
@@ -195,6 +195,10 @@
 	{ "Allow-Events", "u" },
 	{ "Event", "o" },
 	{ "Via", "v" },
+	{ "Accept-Contact",      "a" },
+	{ "Reject-Contact",      "j" },
+	{ "Request-Disposition", "d" },
+	{ "Session-Expires",     "x" },
 };
 
 /* Define SIP option tags, used in Require: and Supported: headers */




More information about the svn-commits mailing list