> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:asterisk-users-
> [EMAIL PROTECTED] On Behalf Of Garth van Sittert
> Sent: 02 February 2006 16:47
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [Asterisk-Users] Directed Call Pickup
> 
> Hi All
> 
> I am having problems with Directed Call Pickup in Asterisk 1.2.1
> 
> If extension 100 is ringing, a user at another extension is supposed
to
> be able to dial *8100 and pickup the call to 100.  It isn't working
for
> me and I cannot figure out why.
> 
> I have in features.conf:
> 
> pickupexten = *8
> 


I am running 1.2.1 and works for me.


exten => _86.,1,Macro(directedPickup) ;  Direct Pickup

[macro-directedPickup]
exten => s,1,Pickup(${MACRO_EXTEN:2});


Remember that the *8 in your features.conf has nothing to do with direct
pickup.  So in your case try replacing _86. with _*8. but I don't know
if that will cause problems.

HTH

Alex

---------------------------------------
Alex Barnes
Engineering Support
Ubiquity Software
---------------------------------------


Information contained in this e-mail and any attachments are intended for the 
use of the addressee only, and may contain confidential information of Ubiquity 
Software Corporation.  All unauthorized use, disclosure or distribution is 
strictly prohibited.  If you are not the addressee, please notify the sender 
immediately and destroy all copies of this email.  Unless otherwise expressly 
agreed in writing signed by an officer of Ubiquity Software Corporation, 
nothing in this communication shall be deemed to be legally binding.  Thank you.

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to