summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2008-11-23 03:36:52 +0000
committerSean Bright <sean@malleable.com>2008-11-23 03:36:52 +0000
commit7bd3ce358bba82e75b6e665fb363559d617d6a80 (patch)
tree6f9c338d13beb46cc27635106352a2951ad14491 /configs
parent74c112a501ba01de835a5842b4fc87225ca0d5bd (diff)
If you enabled 'notifycid' one of the limitations is that the calling channel
is only found if it dialed the extension that was subscribed to. You can now specify 'ignore-context' for the 'notifycid' option in sip.conf which will, as it's value implies, ignore the current context of the caller when doing the lookup. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@158756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 6feb1ea57..8cc8366f4 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -385,7 +385,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; user or peer (if subscribecontext is different than context).
; This is also limited to a single caller, meaning that if an
; extension is ringing because multiple calls are incoming,
- ; only one will be used as the source of caller ID.
+ ; only one will be used as the source of caller ID. Specify
+ ; 'ignore-context' to ignore the called context when looking
+ ; for the caller's channel. The default value is 'no.'
;callcounter = yes ; Enable call counters on devices. This can be set per
; device too.