]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 200514 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Mon, 15 Jun 2009 15:23:04 +0000 (15:23 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 15 Jun 2009 15:23:04 +0000 (15:23 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
  r200514 | mmichelson | 2009-06-15 10:22:11 -0500 (Mon, 15 Jun 2009) | 11 lines

  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/branches/1.6.1@200516 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index ab62db4a07d6caa6ca5a71a163c03d0933189173..ae107726c733e94d2afd79151416c0f3738c78e0 100644 (file)
@@ -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