Re: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread steve
I think that this line of context *"exten => _8.,1,Pickup(${EXTEN:1})"* might be the issue. Starting with an underscore before the 8 states that you want to perform pattern matching and the period after the 8 means wildcard. I think if you remove those two special characters your issue will b

Re: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread Garth van Sittert
Hi Alex I tried your exact example below and still the same thing. I am getting 403 Denied after I see the Pickup cmd in the CLI. If you do a show channel SIP/XXX when the phone is ringing, do you get a value for Extension:?? Kind Regards Garth Alex Barnes wrote: -Original Message-

Re: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread Garth van Sittert
Ok, I think I am getting somewhere. When I am ringing extension 200 I do a show channel SIP/200 and this is what I get: -- General -- Name: SIP/200-b699 Type: SIP UniqueID: asterisk-2177-1138957721.175 Caller ID: s Caller ID Name: (N/A) DNID Digits: (N/A)

RE: [Asterisk-Users] Directed Call Pickup

2006-02-03 Thread Mimmus
> 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. Yes!!! I thought that this was a feature too instead it's a dialplan application. Asterisk is a bottomless sea. Than

Re: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Garth van Sittert
Show Features produces: Builtin Feature Default Current --- --- --- Pickup*8 *8 Blind Transfer# # Attended Transfer *2 One Touch Monitor Disconnect Call * * D

RE: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Alex Barnes
> -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 havi

RE: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Mimmus
Same problem for me. Direct call pickup doesn't work. Global pickup is OK. This is 'show features' output: > show features Builtin Feature Default Current --- --- --- Pickup*8 *8 Blind Transfer# #1 Attend

Re: [Asterisk-Users] Directed Call Pickup

2006-02-02 Thread Bob Goddard
On Thursday 02 Feb 2006 16:46, Garth van Sittert wrote: > 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 cann

Re: [Asterisk-Users] directed call pickup

2004-12-21 Thread Paul Zimm
Is anyone using directed call pickup? *8+ to only pick up an extension if the phone is ringing. The wiki says asterisk supports it but it seems it does not work. What am I doing wrong? Directed call pickup for a specific extension is not currently part of Asterisk CVS. It is available as an ad

Re: [Asterisk-Users] Directed call pickup

2004-11-29 Thread Peter Svensson
On Mon, 29 Nov 2004, Matthew Marlowe wrote: > Is anyone successfully using directed call pickup with asterisk? > > *8 to only pick up that persons extension if the phone is > ringing.. It says in the wiki asterisk supports it but I can not get > it to work.. You could use app_intercept from ht