<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Pastebin a log of the call for others who are more familiar with this than I am.<br><br>Sent from my iPhone</div><div><br>On Dec 24, 2012, at 2:20 PM, Tim Meade &lt;<a href="mailto:Tim.Meade@Millicorp.com">Tim.Meade@Millicorp.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->


<div class="WordSection1">
<p class="MsoNormal">I am continually getting ‘unable to find menu’ while trying to retrieve an ivr_menu using xml_curl<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Using xml_curl debug_on <o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">My DialPlan<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;document type="freeswitch/xml"&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;section name="dialplan" description="example_curl_dialplan"&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;context name="public"&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;extension name="ws_origination"&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;condition field="destination_number" expression="^\d+$" break="on-true"&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action inline="true" application="set" data="continue_on_fail=true"/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action inline="true" application="set" data="hangup_after_bridge=true"/&gt;
<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action application="answer"/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action application="ivr" data="tivr"/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;/condition&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;/extension&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;/context&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;/section&gt;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">And the ivr configuration returned by my xml_curl<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;include&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;!-- demo IVR setup --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;!-- demo IVR, Main Menu --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;menu name="tivr"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">greet-long="phrase:demo_ivr_main_menu"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">greet-short="phrase:demo_ivr_main_menu_short"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">exit-sound="voicemail/vm-goodbye.wav"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">confirm-macro=""<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">confirm-key=""<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">tts-engine="flite"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">tts-voice="rms"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">confirm-attempts="3"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">timeout="10000"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">inter-digit-timeout="2000"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">max-failures="3"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">max-timeouts="3"<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">digit-len="4"&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;!-- The following are the definitions for the digits the user dials --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;!-- Digit 1 transfer caller to the public FreeSWITCH conference --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action="menu-exec-app" digits="1" param="bridge sofia/$${domain}/888@<a href="http://conference.freeswitch.org">conference.freeswitch.org</a>"/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action="menu-exec-app" digits="2" param="transfer 9196 XML default"/&gt; &lt;!-- FS echo --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action="menu-exec-app" digits="3" param="transfer 9664 XML default"/&gt; &lt;!-- MOH --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action="menu-exec-app" digits="4" param="transfer 9191 XML default"/&gt; &lt;!-- ClueCon --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action="menu-exec-app" digits="5" param="transfer 1234*256 enum"/&gt; &lt;!-- Screaming monkeys --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;!-- Using a regex in the digits tag lets you define a dial pattern for the caller<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">You may define multiple regexes if you need a different pattern for some reason --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action="menu-exec-app" digits="/^(10[01][0-9])$/" param="transfer $1 XML features"/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action="menu-top" digits="9"/&gt; &lt;!-- Repeat this menu --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;/menu&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;/include&gt;<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Any ideas on the ‘unable to find menu’ ????<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Tim<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>


</div></blockquote><blockquote type="cite"><div><span>_________________________________________________________________________</span><br><span>Professional FreeSWITCH Consulting Services:</span><br><span><a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a></span><br><span><a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a></span><br><span></span><br><span>FreeSWITCH-powered IP PBX: The CudaTel Communication Server</span><br><span><a href="http://www.cudatel.com">http://www.cudatel.com</a></span><br><span></span><br><span>Official FreeSWITCH Sites</span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br><span><a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a></span><br><span><a href="http://www.cluecon.com">http://www.cluecon.com</a></span><br><span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:http://<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br><span><a href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></blockquote></body></html>