On Thu, Oct 05, 2006 at 10:38:32AM +1000, Devraj Mukherjee wrote:
> 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?

Which zaptel hardware?

Is the zaptel channel still off-hook? See the last line of 'zap show
channel NNN'

> 
> 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()

-- 
Tzafrir Cohen         sip:[EMAIL PROTECTED]
icq#16849755          iax:[EMAIL PROTECTED]
+972-50-7952406          jabber:[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.xorcom.com
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to