dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
kpfleming 2005-07-27 00:58:54 +00:00
parent 3c42a3a03a
commit 0052c91419
1 changed files with 5 additions and 5 deletions

View File

@ -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