[Asterisk-cvs] asterisk/channels chan_sip.c,1.794,1.795

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 26 20:52:21 CDT 2005


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

Modified Files:
	chan_sip.c 
Log Message:
fix breakage that was causing PUBLISH to be sent instead of CANCEL


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.794
retrieving revision 1.795
diff -u -d -r1.794 -r1.795
--- chan_sip.c	27 Jul 2005 00:32:37 -0000	1.794
+++ chan_sip.c	27 Jul 2005 00:58:54 -0000	1.795
@@ -133,11 +133,11 @@
 #define SIP_BYE		8
 #define SIP_REFER	9
 #define SIP_SUBSCRIBE	10
-#define SIP_MESSAGE	12
-#define SIP_UPDATE	13
-#define SIP_INFO	14
-#define SIP_CANCEL	15
-#define SIP_PUBLISH	16
+#define SIP_MESSAGE	11
+#define SIP_UPDATE	12
+#define SIP_INFO	13
+#define SIP_CANCEL	14
+#define SIP_PUBLISH	15
 
 #define RTP 	1
 #define NO_RTP	0




More information about the svn-commits mailing list