aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-27 00:58:54 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-27 00:58:54 +0000
commit0052c91419da1601916bc765d16646a610a8b854 (patch)
tree88fccb100a20b0ffccbbd1846172896b0ebd71f8 /channels
parent3c42a3a03a16d9943c4e219d3ab95f130e9c82e4 (diff)
fix breakage that was causing PUBLISH to be sent instead of CANCEL
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6231 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 88999d589..bedf67537 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -133,11 +133,11 @@ static const char notify_config[] = "sip_notify.conf";
#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