[Asterisk-Users] netmeeting dial
Paulo H. Mannheimer
paulohm at instant.com.br
Mon Apr 21 09:16:09 MST 2003
Many thanks. Now I get ...
*CLI> WARNING[18450]: File pbx.c, Line 1680 (ast_pbx_run):
Channel 'H323:17672' sent into invalid extension 's' in context 'default', but
no invalid handler
I'vr added your lines to my default context. I understand that I need to have
a line with an 's', but I just don't know which one to use. I've tried using
s,1,Wait(1) but it didn't work
Best
> You are not passing the number to the Dial program..
>
> Try this..
>
> ignorepat => 9
> exten => _9.,1,Dial(Zap/1/${EXTEN:1})
> exten => _9.,2,Congestion
>
> What this does... the 'ignorepat' will maintain a dialtone on the line when a
> number is dialed.. The first 'exten' says that any number dialed beginning
> with a 9 will be sent to channel 'Zap/1' and the number that will be passed
> to it is the one that was dialed without the first digit (being the 9).. The
> last line says that if the channel is busy you get a busy tone..
>
> Hope that helps..
>
> > HI, I'm using netmeeting to connect to an asterisk server and dial out.
> >
> > my extension looks like this
> >
> > exten => s,1,Dial,Zap/1/
> >
> > Unfortunatelly the number that I have dialed in Netmeeting is lost ;-(
> >
> > If I hardcode the number on the line above, like ...
> >
> > exten => s,1,Dial,Zap/1/6642794
> >
> > ... everything works fine
> >
> > What am I missing?
> >
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
> --
> ______________________________________________
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list