aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-14 16:33:01 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-14 16:33:01 +0000
commitce9eb02aafd02607a09828713431fe5ace7fde8f (patch)
treeda8011124ceaa253d8daf004be58b47c7a1bfee5 /configs
parent0c424af77eb66420d5915efc0554a389e6c3bd76 (diff)
By default, don't attempt to do any CallerID handling at all with SLA because
it is known to not work properly in some situations. However, add an option to enable it for those that would like to use it anyway. The short story behind this is that to properly handle CallerID with SLA, we need the ability to change the CallerID on an existing call, and we are not ready to handle that. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58894 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sla.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/sla.conf.sample b/configs/sla.conf.sample
index 433adf31f..c44e2ca42 100644
--- a/configs/sla.conf.sample
+++ b/configs/sla.conf.sample
@@ -6,8 +6,12 @@
; ---- General Options ----------------
[general]
-; There are none!
+;attemptcallerid=no ; Attempt CallerID handling. The default value for this
+ ; is "no" because CallerID handling with an SLA setup is
+ ; known to not work properly in some situations. However,
+ ; feel free to enable it if you would like. If you do, and
+ ; you find problems, please do not report them.
; -------------------------------------