<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<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]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">I am continually getting &#8216;unable to find menu&#8217; 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=&quot;freeswitch/xml&quot;&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;section name=&quot;dialplan&quot; description=&quot;example_curl_dialplan&quot;&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;context name=&quot;public&quot;&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;extension name=&quot;ws_origination&quot;&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;condition field=&quot;destination_number&quot; expression=&quot;^\d&#43;$&quot; break=&quot;on-true&quot;&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action inline=&quot;true&quot; application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action inline=&quot;true&quot; application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;
<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action application=&quot;answer&quot;/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;action application=&quot;ivr&quot; data=&quot;tivr&quot;/&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=&quot;tivr&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">greet-long=&quot;phrase:demo_ivr_main_menu&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">greet-short=&quot;phrase:demo_ivr_main_menu_short&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">invalid-sound=&quot;ivr/ivr-that_was_an_invalid_entry.wav&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">exit-sound=&quot;voicemail/vm-goodbye.wav&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">confirm-macro=&quot;&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">confirm-key=&quot;&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">tts-engine=&quot;flite&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">tts-voice=&quot;rms&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">confirm-attempts=&quot;3&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">timeout=&quot;10000&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">inter-digit-timeout=&quot;2000&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">max-failures=&quot;3&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">max-timeouts=&quot;3&quot;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">digit-len=&quot;4&quot;&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=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;bridge sofia/$${domain}/888@conference.freeswitch.org&quot;/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;2&quot; param=&quot;transfer 9196 XML default&quot;/&gt; &lt;!-- FS echo --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;3&quot; param=&quot;transfer 9664 XML default&quot;/&gt; &lt;!-- MOH --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;4&quot; param=&quot;transfer 9191 XML default&quot;/&gt; &lt;!-- ClueCon --&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;5&quot; param=&quot;transfer 1234*256 enum&quot;/&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=&quot;menu-exec-app&quot; digits=&quot;/^(10[01][0-9])$/&quot; param=&quot;transfer $1 XML features&quot;/&gt;<o:p></o:p></p>
<p class="MsoNormal" style="margin-left:.5in">&lt;entry action=&quot;menu-top&quot; digits=&quot;9&quot;/&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 &#8216;unable to find menu&#8217; ????<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>
</body>
</html>