Displaying 1 result from an estimated 1 matches for "disa_custom".
Did you mean:
dfsan_custom
2005 Jul 25
2
DISA disconnects
...nf?
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 =>...