aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-23 03:36:52 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-23 03:36:52 +0000
commitf671568cb246b85f5a7edbaa4f9e03206238ea76 (patch)
tree6f9c338d13beb46cc27635106352a2951ad14491 /configs
parent8fd195cf55431b369b9c127155ed1e749e831382 (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: http://svn.digium.com/svn/asterisk/trunk@158756 f38db490-d61c-443f-a65b-d21fe96a405b
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.