[asterisk-users] Pickup Command not working

2007-11-06 Thread Lutgring, Sam
When I execute a pickup on a ringing phone I get CALL FAILED REASON CODE 603. I am dialing **212 with the following config. Anyone have a suggestion? EXTENSIONS.CONF -snip- [BLF_Group_Pickup] ; Defines how the extension to pick up a ringing phone in your BLF group exten => _**XXX,1,Pickup(${EX

Re: [asterisk-users] Pickup Command not working

2007-11-07 Thread Robert Lister
On Tue, Nov 06, 2007 at 05:04:50PM -0500, Lutgring, Sam wrote: > When I execute a pickup on a ringing phone I get CALL FAILED REASON CODE > 603. I am dialing **212 with the following config. Anyone have a > suggestion? I am not sure, but in the context where your extensions are, have you done:

Re: [asterisk-users] Pickup Command not working

2007-11-07 Thread Lutgring, Sam
d step "exten => _**XXX,n,Hangup()" which just hangs up the call. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Lister Sent: Wednesday, November 07, 2007 9:24 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [aste

Re: [asterisk-users] Pickup Command not working

2007-11-07 Thread Baji Panchumarti
CTED] On Behalf Of Robert > Lister > Sent: Wednesday, November 07, 2007 9:24 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Pickup Command not working > > On Tue, Nov 06, 2007 at 05:04:50PM -0500, Lutgring, Sam wrote: > >

Re: [asterisk-users] Pickup Command not working

2007-11-07 Thread Lutgring, Sam
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Robert > Lister > Sent: Wednesday, November 07, 2007 9:24 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Pickup Command not working > > On Tue, Nov 06, 2007 at 05:04:50PM -0500,

Re: [asterisk-users] Pickup Command not working

2007-11-07 Thread Eric "ManxPower" Wieling
Baji Panchumarti wrote: > what happens if you replace the pattern matching expr with _.XXX Not what you expect, that is for sure! The "." pattern MUST be the LAST character in the pattern. Once Asterisk sees a "." in a pattern it stops looking for any more pattern characters. __

Re: [asterisk-users] Pickup Command not working

2007-11-07 Thread Lacy Moore
According to http://www.voip-info.org/wiki/view/Asterisk+cmd+Pickup and in particular the REMARK section: Remark: This command pickups up the dialed EXTENSION, not the ringing channel/device. So when the dialplan says; 200,1,Dial(SIP/100&SIP/101) And someone calls extension 200 The call cannot

Re: [asterisk-users] Pickup Command not working

2007-11-07 Thread Baji Panchumarti
On Nov 7, 2007 7:55 PM, Eric ManxPower Wieling wrote: > Baji Panchumarti wrote: > > > what happens if you replace the pattern matching expr with _.XXX > > Not what you expect, that is for sure! The "." pattern MUST be the LAST > character in the pattern. Once Asterisk sees a "." in a pattern