mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Merged revisions 58894 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58894 | russell | 2007-03-14 11:33:01 -0500 (Wed, 14 Mar 2007) | 8 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@58895 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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.
|
||||
; -------------------------------------
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user