What was the jira ticket number that you opened? You can view the status there at <a href="http://jira.freeswitch.org">jira.freeswitch.org</a>.<div><br></div><div>-MC<br><br><div class="gmail_quote">On Thu, Nov 18, 2010 at 2:51 AM, Antonio <span dir="ltr">&lt;<a href="mailto:asilva@wirelessmundi.com">asilva@wirelessmundi.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Any advance on this feature?<br>
Can you tell me here is this feature in the jira? i would like to<br>
monitor this nice feature.<br>
<br>
I nice idea would be to have a parameter in the IVR menu<br>
&quot;action-on-timeout&quot;, the same as &quot;menu-exec-app&quot;, where you can<br>
configured a transfer or another app to be executed when timeout<br>
reached.<br>
<br>
Right know i managed to have an action on timeout using the dialplan and<br>
fetching the variable &quot;ivr_menu_status&quot;. But for sub-menus when timeout<br>
it always jump to the parent menu.<br>
So for sub-menus i do transfer in a context for the ivr menu, but i<br>
loose the action &quot;menu-back&quot; and &quot;menu-top&quot;.<br>
<br>
Thanks,<br>
António<br>
<br>
<br>
On Tue, 2010-07-20 at 14:49 -0700, Michael Collins wrote:<br>
&gt; I have confirmed this behavior in the latest git as of last night. I<br>
&gt; don&#39;t know if this is by design or not. I would open JIRA as a feature<br>
&gt; request to have this behavior modified. The other alternative would be<br>
&gt; to have each IVR submenu called via transfer instead of menu-sub:<br>
&gt;<br>
&gt; &lt;snip&gt;<br>
&gt; &lt;!-- go to sub menu --&gt;<br>
&gt; &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;transfer sub_menu_1<br>
&gt; XML&quot;/&gt;<br>
&gt; &lt;/snip&gt;<br>
&gt;<br>
&gt; Then have a dp extension to handle that:<br>
&gt; &lt;extension name=&quot;sub menu 1&quot;&gt;<br>
&gt;   &lt;condition field=&quot;destination_number&quot; expression=&quot;^(sub_menu_1)$&quot;&gt;<br>
&gt;     &lt;action application=&quot;ivr&quot; data=&quot;m800_ivr_submenu-m_ch&quot;/&gt;<br>
&gt;   &lt;/condition&gt;<br>
&gt; &lt;/extension&gt;<br>
&gt;<br>
&gt; -MC<br>
&gt;<br>
&gt; On Mon, Jul 19, 2010 at 2:37 AM, Raymond Chan<br>
&gt; &lt;<a href="mailto:raymondchan@commverge.com">raymondchan@commverge.com</a>&gt; wrote:<br>
&gt;         Hi all,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         I am experiencing an IVR problem. Except the top menu, all<br>
&gt;         other sub menu will not hang up after reached max invalid<br>
&gt;         input or timeout limit. It will go back up upper menu. I want<br>
&gt;         it to load the exit-sound and then hang the call when it<br>
&gt;         reached max invalid input or timeout limit. Do you tell how to<br>
&gt;         configure?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;                  &lt;menu name=&quot;m800_ivr_submenu-m_ch&quot;<br>
&gt;<br>
&gt;<br>
&gt;         greet-long=&quot;C:/FreeSWITCH/recordings/800-ivr-2nd-m.wav&quot;<br>
&gt;<br>
&gt;<br>
&gt;         greet-short=&quot;C:/FreeSWITCH/recordings/greet-short-m.wav&quot;<br>
&gt;<br>
&gt;<br>
&gt;         invalid-sound=&quot;ivr/ivr-that_was_an_invalid_entry-m.wav&quot;<br>
&gt;<br>
&gt;<br>
&gt;         exit-sound=&quot;voicemail/vm-goodbye-m.wav&quot;<br>
&gt;<br>
&gt;                                 timeout=&quot;5000&quot;<br>
&gt;<br>
&gt;                                 max-failures=&quot;2&quot;&gt;<br>
&gt;<br>
&gt;                          &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot;<br>
&gt;         param=&quot;playback<br>
&gt;         C:/FreeSWITCH/recordings/800-ivr-announcement-m_ch.wav&quot;/&gt;<br>
&gt;<br>
&gt;                          &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;2&quot;<br>
&gt;         param=&quot;lua endcall-m.lua&quot;/&gt;<br>
&gt;<br>
&gt;                  &lt;/menu&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         Thanks<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         Raymond<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         FreeSWITCH-users mailing list<br>
&gt;         <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;         <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;         UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;         <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
--<br>
<br>
Un cordial saludo / Best regards,<br>
<br>
 _________________________<br>
<br>
António Silva<br>
<br>
<a href="mailto:E-mail%3Aasilva@wirelessmundi.com">E-mail:asilva@wirelessmundi.com</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>