<div>Hi all,</div>
<div> </div>
<div>Is is possible to define a default action in an IVR menu? i.e. an action that is taken when the user does NOT press any key.</div>
<div> </div>
<div>For example:</div>
<div> </div>
<div><menu name="ppn_ivr_VoiceMail_Play"<br> greet-long="phrase:PlayVM"<br> timeout="3000"<br> inter-digit-timeout="3000"<br> timeout="3000"<br> max-failures="0"<br>
max-timeouts="1"<br> digit-len="1"> <br> <br> <entry action="menu-exec-app" digits="4" param="managed PPNSystem.Telephony.ChangeStatusVoicemailHandler 4"/><br>
<entry action="menu-exec-app" digits="7" param="managed PPNSystem.Telephony.ChangeStatusVoicemailHandler 7"/><br> <entry action="menu-exec-app" digits="8" param="managed PPNSystem.Telephony.ChangeStatusVoicemailHandler 8"/><br>
<entry action="menu-exec-app" digits="5" param="managed PPNSystem.Telephony.ReturnCallVoicemailHandler 5"/><br> <entry action="menu-exec-app" digits="" param="managed PPNSystem.Telephony.PlayVoicemailHandler"/><br>
<br> </menu></div>
<div> </div>
<div>In the above I would like the last action to kick in if the user does not press any keys after 3 secs.</div>
<div> </div>
<div>Any help appreciated!</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div> </div>
<div>Pj</div>