[Asterisk-Users] DISA disconnects

Min Hwan Chang minchang at gmail.com
Tue Jul 26 12:34:31 MST 2005


Thanks for the reply Andres.  I'm not very familiar with goto commands
so what I did was get rid of the goto and just wrote this instead.  It
works now, thanks for helping out.

[aa_1]
exten => 400,1,Answer
exten => 400,2,DigitTimeout(5)
exten => 400,3,ResponseTimeout(10)
exten => 400,4,Authenticate(****)
exten => 400,5,DISA(no-password|from-internal)


On 7/25/05, Andres Tello Abrego <criptos at aullox.com> wrote:
> The issue, is that when you make goto(disa_custom|s|1) the line is
> already answered...
> 
> Jump directly to disa_custom|s|4 or remove from 1 to 3 steps and re-number..
> 
> 
> Min Hwan Chang wrote:
> > DISA is currently disconnecting when I dial 8888 to access DISA.
> > Below is my extensions.conf file from A at H and some lines which shows
> > the disconnect. Should DISA be loaded as a module in modules.conf?
> > When I do a 'show applications' i see that DISA is there.  Help!
> >
> > --------------------------------------
> > ;Asterisk CLI as I placed a call from cell into the system.
> >
> > Playing 'custom/aa_1' (language 'en')
> > ==CDR updated on Zap/3-1
> > Executing Goto("Zap/3-1", "disa_custom|s|1") in new stack
> > Goto (disa_custom,s,1)
> > Hungup 'Zap/3-1'
> >
> > -------------------------------------
> > ; MY EXTENSIONS.CONF
> >
> > [aa_1]
> > exten => 8888,1,Goto(disa_custom,s,1)
> >
> > [disa-custom]
> > exten => s,1,Answer
> > exten => s,2,DigitTimeout(5)
> > exten => s,3,ResponseTimeout(10)
> > exten => s,4,Authenticate(1111)
> > exten => s,5,DISA(no-password|from-internal)
> > _______________________________________________
> > 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