aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-27 02:57:17 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-27 02:57:17 +0000
commit005365ae2c3ca0dac68f84e94cddcd782d35a2f5 (patch)
treeba5363a76b97a6fa6ad9636746f622fa3d33fe62 /configs
parent1a66502a1861c4f69d81e4c33117140bf47a9cf4 (diff)
Issue #6705 (oej)
- Implement option for allow/disallow subscriptions - Implement option for allow/disallow overlap dialling - Set default to disable overlap dialling in sip.conf.sample for new installations - Remove overlap dialling from subscription logic git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15107 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index be145fcb0..1788f42ad 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -26,7 +26,9 @@
[general]
context=default ; Default context for incoming calls
;allowguest=no ; Allow or reject guest calls (default is yes, this can also be set to 'osp'
- ; if asterisk was compiled with OSP support.
+ ; if asterisk was compiled with OSP support.)
+allowoverlap=no ; Disable overlap dialing support. (Default is yes)
+;allowsubscribe=no ; Disable support for subscriptions. (Default is yes)
;realm=mydomain.tld ; Realm for digest authentication
; defaults to "asterisk"
; Realms MUST be globally unique according to RFC 3261
@@ -310,6 +312,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; amaflags amaflags
; call-limit call-limit
; restrictcid restrictcid
+; allowoverlap allowoverlap
+; allowsubscribe allowsubscribe
; subscribecontext subscribecontext
; mailbox
; username