[Asterisk-Users] Should this work?

brett at websmyths.com brett at websmyths.com
Mon Jul 25 19:27:15 MST 2005


On 7/25/2005, "Angus Comber" <angus at iteloffice.com> wrote:
>I changed to:
>
>exten => _X.,1,Dial(ZAP/1/${EXTEN},60)
>exten => _X.,2,Hangup
>
>But still didn't work.
>
>even though could see channel with zap show channels - saw a channel 1
>
>Angus

Not as far as I know.  ZAP channels don't get extensions (if it's TDM
card).

Just use exten=>_X.,1,Dial(ZAP/1,60)

But normally you use exten=>XXXX,1,Dial(ZAP/1,30)
where XXXX is the extenion you want to 'call' the phone line.
like I use one phone as 6666 so the dialplan know if I want to call
extension 6666 - it uses the exten=>6666,1,Dial(ZAP/1,30) and out she
goes.

Brett



More information about the asterisk-users mailing list