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 be picked up by using Pickup([EMAIL PROTECTED]) or Pickup(
[EMAIL PROTECTED])
But needs to be picked up using Pickup([EMAIL PROTECTED])

The context however is NOT mandatory
I had to change parts of my dial plan to take this into account.  It may not
be related to your problem, though.
On Nov 6, 2007 4:04 PM, Lutgring, Sam <[EMAIL PROTECTED]> 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?
>
> EXTENSIONS.CONF
> -snip-
> [BLF_Group_Pickup]
> ; Defines how the extension to pick up a ringing phone in your BLF group
> exten => _**XXX,1,Pickup(${EXTEN:2})
> exten => _**XXX,n,Hangup()
> [BLF]
> ; Defines a BLF Hint for phones
> exten => 212,hint,SIP/sam
> -snip-
>
> SIP.CONF
> -snip-
> [sam]
> type=friend
> username=sam
> fromuser=sam
> callerid=sam
> host=dynamic
> dtmfmode=RFC2833
> disallow=all
> allow=ulaw
> call-limit=20
> subscribecontext=BLF
>
> Thanks in advance for any help.
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
Lacy Moore
Somewhere I wish I wasn't
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Reply via email to