From 3c05737b3d09b4e26c7412ee5aef32d444805015 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Wed, 4 Mar 2009 17:03:32 +0000 Subject: Allow for "magic" pickups to work when we wish to ignore the context When the subscription context for a call pickup subscription differs from the context of the call pickup target, there's not an easy way to divine what context should be used for the pickup. The way to work around this is to use PICKUPMARK as the context for the pickup. This has been documented in the sip.conf.sample file (ABE-1708) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@180155 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index a33ec7f76..3ff56f878 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -414,7 +414,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; extension is ringing because multiple calls are incoming, ; 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.' + ; for the caller's channel. The default value is 'no.' Setting + ; notifycid to 'ignore-context' also causes call-pickups attempted + ; via SNOM's NOTIFY mechanism to set the context for the call pickup + ; to PICKUPMARK. ;callcounter = yes ; Enable call counters on devices. This can be set per ; device too. -- cgit v1.2.3