]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add INFO to our allowed methods so that endpoints know they may send it to us.
authorMark Michelson <mmichelson@digium.com>
Mon, 15 Jun 2009 15:21:46 +0000 (15:21 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 15 Jun 2009 15:21:46 +0000 (15:21 +0000)
AST-223

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@200513 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index d6c409be8fa9edbb43a6defbc6e821d4d989ec88..7b225a6aa4bcc4c53a363000d0e0e73c37b5293d 100644 (file)
@@ -474,7 +474,7 @@ static const struct cfsip_options {
 
 
 /*! \brief SIP Methods we support */
-#define ALLOWED_METHODS "INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY"
+#define ALLOWED_METHODS "INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO"
 
 /*! \brief SIP Extensions we support */
 #define SUPPORTED_EXTENSIONS "replaces"