<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>&lt;menu name=&quot;ppn_ivr_VoiceMail_Play&quot;<br>      greet-long=&quot;phrase:PlayVM&quot;<br>      timeout=&quot;3000&quot;<br>      inter-digit-timeout=&quot;3000&quot;<br>      timeout=&quot;3000&quot;<br>      max-failures=&quot;0&quot;<br>
      max-timeouts=&quot;1&quot;<br>      digit-len=&quot;1&quot;&gt; <br>   <br>   &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;4&quot; param=&quot;managed PPNSystem.Telephony.ChangeStatusVoicemailHandler 4&quot;/&gt;<br>
   &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;7&quot; param=&quot;managed PPNSystem.Telephony.ChangeStatusVoicemailHandler 7&quot;/&gt;<br>   &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;8&quot; param=&quot;managed PPNSystem.Telephony.ChangeStatusVoicemailHandler 8&quot;/&gt;<br>
   &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;5&quot; param=&quot;managed PPNSystem.Telephony.ReturnCallVoicemailHandler 5&quot;/&gt;<br>   &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;&quot; param=&quot;managed PPNSystem.Telephony.PlayVoicemailHandler&quot;/&gt;<br>
  <br>   &lt;/menu&gt;</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>