Asterisk Hangs

Guyz need help here.

The situation is like this … When a person call’s end, the line will not hung up instantly but rather waiting for something. I looked at command line interface of the Asterisk, it didn’t output and ‘Hung up’ values. I need to stop it and restart asterisk for it to run. Is there any way to make it hung up after the caller put down to phone? and another thing the system is not very responsive. Did i miss anything?

Thnkz Guyz.

Did you try using hangup in the extensions.conf

something like
exten => s,1,Answer
exten => s,2,Dial(Someone)
exten => s,3,Voicemail()
exten => s,4,Hangup

I did use the HangUp but it’s just that it doesn’t hangup after i end a call. Can i like … implement a timeout for it? Like if i hangup and within one second the call will be off? Thankz!

what kind of line are we talking about sip zap iax ?

Actually the problem is like this, whether it’s Sip or Zap or IAX2 the line was delayed for like 5 seconds in hanging up and sometimes just hanged there when the user ends the call. After hanging up the call and pick it up again the line will be like busy and it continues to be like that until i restarted asterisk. Any solution Guyz?? Thank You

any help guyz? Issit i need to add more Hangups to it??