[Asterisk-Users] VoiceMail - Catching caller hangup
usedcanon
usedcanon at yahoo.co.uk
Mon Jul 12 15:57:27 MST 2004
When the caller hangsup, asterisk will jump to extension h if exists.
Umar.
-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com]On Behalf Of Frank
Sent: 12 July 2004 20:56
To: asterisk-users at lists.digium.com
Subject: [Asterisk-Users] VoiceMail - Catching caller hangup
I am trying to do some cleanup after a voice mail is left. But if the
caller just hangs up (user does not press # to send/complete the message
or wait for timeout to be reached), the voicemail seems to do an
immediate hangup and does not step through the rest of the context.
In the case below, priority 3 never gets executed if the caller just
hangs up after speaking their voice message.
exten => s,1,ResponseTimeout(30)
exten => s,2,VoiceMail(${ARG1}${ARG2})
exten => s,3,GoToIf($[${ARG3} = 0]?s|5)
how can I trap this condition so that I can still get priority 3
executed after voicemail exits?
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list