From: Mark Michelson Date: Mon, 15 Jun 2009 15:21:46 +0000 (+0000) Subject: Add INFO to our allowed methods so that endpoints know they may send it to us. X-Git-Tag: 1.4.26~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c946be82a9c2ad9caba177ed9c22239eb50e6004;p=thirdparty%2Fasterisk.git Add INFO to our allowed methods so that endpoints know they may send it to us. AST-223 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@200513 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index d6c409be8f..7b225a6aa4 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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"