diff --git a/channels/chan_sip.c b/channels/chan_sip.c index ab62db4a07..ae107726c7 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -651,7 +651,7 @@ static const struct cfsip_options { \todo This string should be set dynamically. We only support REFER and SUBSCRIBE is we have allowsubscribe and allowrefer on in sip.conf. */ -#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 \note This should be generated based on the previous array