[asterisk-users] How to stop IVR once system receives DTMF?
Danny Nicholas
danny at debsinc.com
Mon Aug 31 08:41:23 CDT 2009
Use read with one digit. If you want a specific digit, test for it like
this
exten => s,1(readacct),Read(digitacc,record/enteracct,1,skip,1,5])
exten => s,n,Gotoif($["${LEN(${digitacc})}" > "1"]?readacct)
exten => s,n,Gotoif($["${digitacc}" != "5"]?readacct)
This instance "loops" until 5 is pressed.
_____
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bharath B.
Reddy Bynagari
Sent: Monday, August 31, 2009 8:27 AM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] How to stop IVR once system receives DTMF?
Hi,
We are trying to implement a complex business logic in Asterisk. Executing
"Wait_For_Digit" command after playing IVR. We want to stop the IVR once we
receive the digit. It is not recognizing the Digit until it completes the
IVR. How can we stop the IVR once we receive the digit?
Thanks
BB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090831/789af955/attachment.htm
More information about the asterisk-users
mailing list