<p>Run: $ fs_cli -x &#39;reloadxml&#39;</p>
<p>Try the call again, see if that helps.</p>
<p>Brian Foster<br>
Endigo Computer LLC</p>
<p>Sent from a mobile device.</p>
<div class="gmail_quote">On Jul 10, 2012 7:27 PM, &quot;Terry Barnum&quot; &lt;<a href="mailto:terry@digital-outpost.com">terry@digital-outpost.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m starting to find my way around freeswitch via fusionpbx and have it running with a free DID, two X-Lite softphones and 3CXPhone on an iPhone. After creating a recording, an IVR menu and an inbound route to the IVR, a test call coming in on the DID complains it can&#39;t find the menu:<br>

<br>
2012-07-08 11:28:36.451506 [NOTICE] switch_channel.c:926 New Channel sofia/external/&lt;masked&gt;@www.xxx.yyy.zzz [82327424-822d-44a4-9aa5-c20fdce2f356]<br>
2012-07-08 11:28:36.451506 [INFO] mod_dialplan_xml.c:485 Processing &lt;masked&gt; &lt;&lt;masked&gt;&gt;-&gt;&lt;masked&gt; in context public<br>
2012-07-08 11:28:36.471501 [NOTICE] switch_ivr.c:1729 Transfer sofia/external/&lt;masked&gt;@www.xxx.yyy.zzz to XML[5002@default]<br>
2012-07-08 11:28:36.471501 [INFO] mod_dialplan_xml.c:485 Processing &lt;masked&gt; &lt;&lt;masked&gt;&gt;-&gt;5002 in context default<br>
2012-07-08 11:28:36.551572 [NOTICE] mod_dptools.c:1148 Channel [sofia/external/&lt;masked&gt;@www.xxx.yyy.zzz] has been answered<br>
2012-07-08 11:28:37.571514 [ERR] mod_dptools.c:1775 Unable to find menu<br>
2012-07-08 11:28:37.571514 [NOTICE] switch_core_state_machine.c:249 sofia/external/&lt;masked&gt;@www.xxx.yyy.zzz has executed the last dialplan instruction, hanging up.<br>
2012-07-08 11:28:37.571514 [NOTICE] switch_core_state_machine.c:251 Hangup sofia/external/&lt;masked&gt;@www.xxx.yyy.zzz [CS_EXECUTE] [NORMAL_CLEARING]<br>
2012-07-08 11:28:37.591511 [NOTICE] switch_core_session.c:1446 Session 1 (sofia/external/&lt;masked&gt;@www.xxx.yyy.zzz) Ended<br>
2012-07-08 11:28:37.591511 [NOTICE] switch_core_session.c:1448 Close Channel sofia/external/&lt;masked&gt;@www.xxx.yyy.zzz [CS_DESTROY]<br>
<br>
I can see that the newly created choosevm ivr menu exists:<br>
<br>
$ sudo ls -l *.xml /usr/local/freeswitch/conf/ivr_menus/<br>
-rw-rw----  1 _www  _www  2878 Jun 20 00:08 demo_ivr.xml<br>
-rw-r--r--  1 _www  _www   632 Jul  8 11:08 v_choosevm.xml<br>
<br>
$ sudo cat /usr/local/freeswitch/conf/ivr_menus/v_choosevm.xml<br>
&lt;include&gt;<br>
        &lt;menu name=&quot;choosevm&quot;<br>
                greet-long=&quot;/usr/local/freeswitch/recordings/recording1.wav&quot;<br>
                greet-short=&quot;/usr/local/freeswitch/recordings/&quot;<br>
                invalid-sound=&quot;ivr/ivr-that_was_an_invalid_entry.wav&quot;<br>
                exit-sound=&quot;&quot;<br>
                confirm-macro=&quot;&quot;<br>
                confirm-key=&quot;&quot;<br>
                tts-engine=&quot;flite&quot;<br>
                tts-voice=&quot;rms&quot;<br>
                confirm-attempts=&quot;3&quot;<br>
                timeout=&quot;3000&quot;<br>
                inter-digit-timeout=&quot;2000&quot;<br>
                max-failures=&quot;3&quot;<br>
                max-timeouts=&quot;3&quot;<br>
                digit-len=&quot;5&quot;&gt;<br>
                &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;transfer 2002 XML default&quot;/&gt;<br>
                &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;2&quot; param=&quot;transfer 2003 XML default&quot;/&gt;<br>
        &lt;/menu&gt;<br>
&lt;/include&gt;<br>
<br>
$ sudo cat /usr/local/freeswitch/conf/dialplan/default/333_v_choosevm.xml<br>
&lt;extension name=&quot;choosevm&quot; &gt;<br>
  &lt;condition field=&quot;destination_number&quot; expression=&quot;^5002$&quot; &gt;<br>
      &lt;action application=&quot;answer&quot; /&gt;<br>
      &lt;action application=&quot;sleep&quot; data=&quot;1000&quot; /&gt;<br>
      &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;<br>
      &lt;action application=&quot;ivr&quot; data=&quot;choosevm&quot; /&gt;<br>
  &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
Is there something else necessary for the ivr menu to be found? I realize that I&#39;m abstracted from freeswitch a bit by using fusionpbx as a front-end, but is this still the right place to ask?<br>
<br>
Thanks,<br>
-Terry<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
Join Us At ClueCon - Aug 7-9, 2012<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>