i've asked this before but got no answer. does AUTOHANGUP give one minute warning or does it just hangup the call. where do you config this feature thanks dwayne -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030317/a4a5b274/attachment.htm
I could. Something like this may do what you want? .... exten => 4025,3,ResponseTimeout(30) ..... exten => t,1,Goto(#|1) exten => #,1,Playback(IHangUpSoon) exten => # ,2,wait(60) exten => #,1,Hangup d hinton wrote:> i've asked this before but got no answer. > does AUTOHANGUP give one minute warning or does it just hangup the call. > where do you config this feature > thanks > dwayne