summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-06-15 15:22:11 +0000
committerMark Michelson <mmichelson@digium.com>2009-06-15 15:22:11 +0000
commitd224f78dd552131c387d1ccb8dae33d7883ea3a6 (patch)
tree687c0fb79c8d6ce967f1e86f798045bd6ec78bd2
parentb52abf3d21995e87f75abc56a786b62ddd884e99 (diff)
Merged revisions 200513 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r200513 | mmichelson | 2009-06-15 10:21:46 -0500 (Mon, 15 Jun 2009) | 5 lines 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/trunk@200514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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 23eaa695f..ef9e6e3be 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1068,7 +1068,7 @@ static const char *sip_reason_code_to_str(enum AST_REDIRECTING_REASON code)
\todo This string should be set dynamically. We only support REFER and SUBSCRIBE if 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