[asterisk-users] Grandstream Busy Light Fields

Gordon Henderson gordon+asterisk at drogon.net
Fri Jun 20 08:01:28 CDT 2008


On Fri, 20 Jun 2008, Jan Prunk wrote:

> One other thing - do you have
>
>   exten => 65,1,Dial(SIP/65)
>
> Yes I do have this:
> exten => 65,1,Dial(SIP/65,30,rtk)
> exten => 65,n,Hangup()
> exten => 70,1,Dial(SIP/70,30,rtk)
> exten => 70,n,Hangup()
>
>
> As pickup works on the extension not the channel... (ie. what do you dial
> on a phone to make the SIP/65 ring? What does the DDI point to?)
>
> It goes like this:
>
> exten => 5863165,1,Dial(SIP/65,17,rtk)
> exten => 5863165,n,Dial(SIP/64,120,rtk)
> exten => 5863165,n,Hangup()

Right. That's the issue.

You'll need to pickup 5863165, not 65. (or 64).

Gordon




More information about the asterisk-users mailing list