aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sip/include/sip.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/sip/include/sip.h')
-rw-r--r--channels/sip/include/sip.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/channels/sip/include/sip.h b/channels/sip/include/sip.h
index 11996f690..9fa37a4d4 100644
--- a/channels/sip/include/sip.h
+++ b/channels/sip/include/sip.h
@@ -154,14 +154,6 @@
*/
#define ALLOWED_METHODS "INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH"
-/*! \brief SIP Extensions we support
- * \note This should be generated based on the previous array
- * in combination with settings.
- *
- * \todo We should not have "timer" if it's disabled in the configuration file.
- */
-#define SUPPORTED_EXTENSIONS "replaces, timer"
-
/*! \brief Standard SIP unsecure port for UDP and TCP from RFC 3261. DO NOT CHANGE THIS */
#define STANDARD_SIP_PORT 5060
/*! \brief Standard SIP TLS port from RFC 3261. DO NOT CHANGE THIS */