[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.72,1.510.2.73

russell russell
Thu Aug 4 18:35:20 CDT 2005


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

Modified Files:
      Tag: v1-0
	chan_sip.c 
Log Message:
add some more aliases from RFC's 3841 and 4028 (bug #4889)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.72
retrieving revision 1.510.2.73
diff -u -d -r1.510.2.72 -r1.510.2.73
--- chan_sip.c	11 Jul 2005 22:25:52 -0000	1.510.2.72
+++ chan_sip.c	4 Aug 2005 22:39:23 -0000	1.510.2.73
@@ -2106,6 +2106,10 @@
 	{ "Allow-Events", "u" },
 	{ "Event", "o" },
 	{ "Via", "v" },
+	{ "Accept-Contact",      "a" },
+	{ "Reject-Contact",      "j" },
+	{ "Request-Disposition", "d" },
+	{ "Session-Expires",     "x" },
 };
 
 /*--- get_sdp_by_line: Reads one line of SIP message body */




More information about the svn-commits mailing list