[asterisk-users] ZAP chanel doesn't reset if external caller hangs
up in menu
Devraj Mukherjee
devraj at gmail.com
Wed Oct 4 17:38:32 MST 2006
Hello world,
My asterisk server doesnt seem to disconnect the call if someone
hangsup say while they are listening to the menu as a result of which
my phone is engaged forever. Any pointers on fixing this issue?
Thanks
my extensions.conf
[incoming]
exten => s,1,Wait(1)
exten => s,2,Answer()
exten => s,3,NoOp(${CALLERIDNUM})
exten => s,4,Wait(1)
exten => s,5,Playback(eternity_welcome)
exten => s,6,Background(eternity_mainmenu)
exten => s,7,Wait(4)
exten => s,8,Playback(eternity_loop)
exten => s,9,Goto(incoming,s,6)
; Support
exten => 1,1,Goto(internal,202,1)
; Server and support
exten => 2,1,Goto(internal,102,1)
; LiveCD support
exten => 3,1,Goto(internal,101,1)
; Reception
exten => 0,1,Goto(internal,102,1)
exten => s,10,Hangup()
--
"I never look back darling, it distracts from the now", Edna Mode (The
Incredibles)
More information about the asterisk-users
mailing list