summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2011-09-12 13:57:57 +0000
committerOlle Johansson <oej@edvina.net>2011-09-12 13:57:57 +0000
commit404151ad65b8219c1101863665f59f4f5566858f (patch)
tree5ad9f2a00ff6df00913d73a293def897d02d6d03 /configs
parente4a11bcb6e1738bffe7c4c36d974b5266b78f969 (diff)
New sip.conf option for setting default tonezone for channel or individual devices
Review: https://reviewboard.asterisk.org/r/1429/ (closes issue ASTERISK-18497) Thanks to russellb for peer review. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@335325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 7c04a4a0f..e590423ad 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -307,6 +307,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; Parkinglots are configured in features.conf
;language=en ; Default language setting for all users/peers
; This may also be set for individual users/peers
+;tonezone=se ; Default tonezone for all users/peers
+ ; This may also be set for individual users/peers
+
;relaxdtmf=yes ; Relax dtmf handling
;trustrpid = no ; If Remote-Party-ID should be trusted
;sendrpid = yes ; If Remote-Party-ID should be sent (defaults to no)