<p><br>
On Jul 10, 2012 11:00 PM, &quot;Michael Collins&quot; &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Don&#39;t forget about the IRC channel: #fusionpbx on <a href="http://irc.freenode.net">irc.freenode.net</a>.<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jul 10, 2012 at 5:39 PM, Terry Barnum &lt;<a href="mailto:terry@digital-outpost.com">terry@digital-outpost.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Thanks Nandy. I have posted there and the yahoo groups mailing list but it&#39;s very quiet.<br>
&gt;&gt;<br></p>
<p>Agreed, this is where the action happens in regards to fusionpbx.<br></p>
<p>&gt;&gt;<br>
&gt;&gt; On Jul 10, 2012, at 4:54 PM, Nandy Dagondon wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; hi terry,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FusionPBX has a forum  <a href="http://www.fusionpbx.com/messageboard/rsslist.php">http://www.fusionpbx.com/messageboard/rsslist.php</a>. it&#39;s the  best place to ask for help.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; /nandy<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, Jul 11, 2012 at 7:19 AM, Terry Barnum &lt;<a href="mailto:terry@digital-outpost.com">terry@digital-outpost.com</a>&gt; wrote:<br>
&gt;&gt; &gt; 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>

&gt;&gt; &gt;<br>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 2012-07-08 11:28:37.571514 [ERR] mod_dptools.c:1775 Unable to find menu<br>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 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>
&gt;&gt; &gt; 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>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I can see that the newly created choosevm ivr menu exists:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; $ sudo ls -l *.xml /usr/local/freeswitch/conf/ivr_menus/<br>
&gt;&gt; &gt; -rw-rw----  1 _www  _www  2878 Jun 20 00:08 demo_ivr.xml<br>
&gt;&gt; &gt; -rw-r--r--  1 _www  _www   632 Jul  8 11:08 v_choosevm.xml<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; $ sudo cat /usr/local/freeswitch/conf/ivr_menus/v_choosevm.xml<br>
&gt;&gt; &gt; &lt;include&gt;<br>
&gt;&gt; &gt;         &lt;menu name=&quot;choosevm&quot;<br>
&gt;&gt; &gt;                 greet-long=&quot;/usr/local/freeswitch/recordings/recording1.wav&quot;<br>
&gt;&gt; &gt;                 greet-short=&quot;/usr/local/freeswitch/recordings/&quot;<br>
&gt;&gt; &gt;                 invalid-sound=&quot;ivr/ivr-that_was_an_invalid_entry.wav&quot;<br>
&gt;&gt; &gt;                 exit-sound=&quot;&quot;<br>
&gt;&gt; &gt;                 confirm-macro=&quot;&quot;<br>
&gt;&gt; &gt;                 confirm-key=&quot;&quot;<br>
&gt;&gt; &gt;                 tts-engine=&quot;flite&quot;<br>
&gt;&gt; &gt;                 tts-voice=&quot;rms&quot;<br>
&gt;&gt; &gt;                 confirm-attempts=&quot;3&quot;<br>
&gt;&gt; &gt;                 timeout=&quot;3000&quot;<br>
&gt;&gt; &gt;                 inter-digit-timeout=&quot;2000&quot;<br>
&gt;&gt; &gt;                 max-failures=&quot;3&quot;<br>
&gt;&gt; &gt;                 max-timeouts=&quot;3&quot;<br>
&gt;&gt; &gt;                 digit-len=&quot;5&quot;&gt;<br>
&gt;&gt; &gt;                 &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;transfer 2002 XML default&quot;/&gt;<br>
&gt;&gt; &gt;                 &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;2&quot; param=&quot;transfer 2003 XML default&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;/menu&gt;<br>
&gt;&gt; &gt; &lt;/include&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; $ sudo cat /usr/local/freeswitch/conf/dialplan/default/333_v_choosevm.xml<br>
&gt;&gt; &gt; &lt;extension name=&quot;choosevm&quot; &gt;<br>
&gt;&gt; &gt;   &lt;condition field=&quot;destination_number&quot; expression=&quot;^5002$&quot; &gt;<br>
&gt;&gt; &gt;       &lt;action application=&quot;answer&quot; /&gt;<br>
&gt;&gt; &gt;       &lt;action application=&quot;sleep&quot; data=&quot;1000&quot; /&gt;<br>
&gt;&gt; &gt;       &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot; /&gt;<br>
&gt;&gt; &gt;       &lt;action application=&quot;ivr&quot; data=&quot;choosevm&quot; /&gt;<br>
&gt;&gt; &gt;   &lt;/condition&gt;<br>
&gt;&gt; &gt; &lt;/extension&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 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>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; -Terry<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com">http://www.cluecon.com</a><br>
&gt;<br>
&gt; Join Us At ClueCon - Aug 7-9, 2012<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">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;<br>
</p>