[Freeswitch-users] DTMF queued [bind_digit_action]
Gaurang Gohil
gaurang.gohil at ecosmob.com
Wed Mar 11 08:06:13 UTC 2020
hello all,
im trying to add the ability to screen voicemail being left, and allow the
caller to drop a voicemail using ivr with a DTMF. im using
bind_digit_action to bind the digit and menu-exec-app in ivr, but its not
working.
bind_digit_action consume the dtmf not passing to ivr application after
using the clear_digit_action before going to ivr.
here is the dailplan im using,
<extension name = XYZ>
<condition field="${destination_number}" expression="(.*)">
<action application="set" data="hangup_after_bridge=true"/>
<action application="bind_digit_action"
data="net,*11,exec:NetC,hold_break,both"/>
<action application="digit_action_set_realm" data="demo"/>
<action application="clear_digit_action" data="all"/>
<action application="answer"/>
<action application="ivr" data="abc_ivr"/>
</condition>
</extension>
<menu name="abc_ivr" greet-long="Wlcm" greet-short="Repeat_AutoA"
invalid-sound="Invalid_AA" exit-sound="Exit_AA" timeout="10000"
max-timeouts="5" digit-len="6" inter-digit-timeout="1000" max-failures="3">
<entry action="menu-exec-app" digits="*" param="abc voicemail"/>
</menu>
--
*Disclaimer*
In addition to generic Disclaimer which you have agreed on our
website, any views or opinions presented in this email are solely those of
the originator and do not necessarily represent those of the Company or its
sister concerns. Any liability (in negligence, contract or otherwise)
arising from any third party taking any action, or refraining from taking
any action on the basis of any of the information contained in this email
is hereby excluded.
*Confidentiality*
This communication (including any
attachment/s) is intended only for the use of the addressee(s) and contains
information that is PRIVILEGED AND CONFIDENTIAL. Unauthorized reading,
dissemination, distribution, or copying of this communication is
prohibited. Please inform originator if you have received it in error.
*Caution for viruses, malware etc.*
This communication, including any
attachments, may not be free of viruses, trojans, similar or new
contaminants/malware, interceptions or interference, and may not be
compatible with your systems. You shall carry out virus/malware scanning on
your own before opening any attachment to this e-mail. The sender of this
e-mail and Company including its sister concerns shall not be liable for
any damage that may incur to you as a result of viruses, incompleteness of
this message, a delay in receipt of this message or any other computer
problems.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20200311/cd6f8ae1/attachment.html>
More information about the FreeSWITCH-users
mailing list