[Asterisk-Users] Detect hangup on unanswered POTS call

Andy Powell andy at beagles-den.demon.co.uk
Tue Jun 3 13:23:35 MST 2003


You could always put a wait in before the answer, ie

exten => s,1,Dial(SIP/analog1&SIP/analog2,20)
exten => s,2,Wait(20)
exten => s,3,Answer
exten => s,4,Voicemail(u1234)
exten => s,5,Hangup


HTH

Andy





More information about the asterisk-users mailing list