[Asterisk-Users] DISA disconnects

Min Hwan Chang minchang at gmail.com
Mon Jul 25 16:51:57 MST 2005


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)



More information about the asterisk-users mailing list