aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-15 15:21:46 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-15 15:21:46 +0000
commite5a5370624d0ac5b5ff6debe1425b78ac6ec6647 (patch)
tree84ee2bd866b83fa75a8d76935b35952a1ea681d9
parent2d567a0c9f69199a67820344cde60724428f337e (diff)
Add INFO to our allowed methods so that endpoints know they may send it to us.
AST-223 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@200513 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index d6c409be8..7b225a6aa 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"