From f671568cb246b85f5a7edbaa4f9e03206238ea76 Mon Sep 17 00:00:00 2001 From: seanbright Date: Sun, 23 Nov 2008 03:36:52 +0000 Subject: 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 --- configs/sip.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configs') 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. -- cgit v1.2.3