mirror of https://github.com/sipwise/asterisk.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
415 B
12 lines
415 B
--- channels/chan_sip.c (revisión: 200512)
|
|
+++ channels/chan_sip.c (revisión: 200513)
|
|
@@ -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"
|