[asterisk-commits] mmichelson: branch 1.4 r200513 - /branches/1.4/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jun 15 10:21:49 CDT 2009
Author: mmichelson
Date: Mon Jun 15 10:21:46 2009
New Revision: 200513
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=200513
Log:
Add INFO to our allowed methods so that endpoints know they may send it to us.
AST-223
Modified:
branches/1.4/channels/chan_sip.c
Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=200513&r1=200512&r2=200513
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Mon Jun 15 10:21:46 2009
@@ -474,7 +474,7 @@
/*! \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"
More information about the asterisk-commits
mailing list