[Asterisk-Users] Dialling 9 for an outside line
C F
shmaltz at gmail.com
Sun Jan 2 08:54:44 MST 2005
You can do something like this:
[directdial]
ignorepat => 9
exten => 9,1,Dial(Zap/1/)
this will give the channel 1 on zap, it justs gives you the Dial tone
on it and then you can dial.
or you can do this:
[localdial]
ignorepat => 9
exten => _9NXXXXXX,1,Dial(Zap/1/w${EXTEN:1})
this will dial the seven digits entered by the caller on zap channel 1
while droping the 9, and waiting half a second before starting to dial
(needed for the dial tone).
On Sun, 02 Jan 2005 14:52:47 +0000, richard <richardm at mhsoftware.co.uk> wrote:
> I have the following line in my extensions.conf which when I dial 100
> (from my BudgeTone 100, and then wait a few seconds) I will get an
> outside line.
>
> exten =>100,1,Dial(Zap/1,20)
>
> What do I need to put in the extensions.conf file so that I can dial 9
> (and then a number) and then Asterisk automatically dials 9 and then the
> number so that an outside call i smade?
>
> Thanks
>
> Richard
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list