[Freeswitch-users] xml_curl and ivr menus
Abaci
abaci64 at gmail.com
Tue Dec 25 00:44:35 MSK 2012
you're also missing the "section" element.
On 12/24/2012 4:43 PM, Abaci wrote:
> Here is a sample from my server, I highlighted the missing stuff.
>
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <document type="freeswitch/xml">
> <section name="configuration">
> * <configuration name="ivr.conf" description="IVR menus">**
> ** <menus>*
> <menu name="ivrmenu1"
> invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"
> exit-sound="voicemail/vm-goodbye.wav"
> timeout ="3000"
> inter-digit-timeout="2000"
> max-failures="2"
> digit-len="3"
> phrase-lang="en">
> <entry action="menu-exec-app" digits="0" param="transfer 11
> XML voicemail " />
> <entry action="menu-exec-app" digits="1" param="transfer
> ivrmenu2 XML ivr " />
> <entry action="menu-exec-app" digits="2" param="transfer
> ivrmenu3 XML ivr " />
> </menu>
> * </menus>
> </configuration>*
> </section>
> </document>
>
> On 12/24/2012 4:22 PM, Tim Meade wrote:
>>
>> The items I pasted below are from the cat of the xml_curl debug_on
>> command. It certainly appears to me that freeswitch is getting the
>> correct name in this case 'tivr' which is what shows in both the
>> dialplan and the curl'd ivr menu.
>>
>> My concerns now are dealing with the xml format for the ivr as I have
>> found several different versions on the wiki and in the prior postings.
>>
>> *From:*freeswitch-users-bounces at lists.freeswitch.org
>> [mailto:freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of
>> *Abaci
>> *Sent:* Monday, December 24, 2012 3:42 PM
>> *To:* FreeSWITCH Users Help
>> *Subject:* Re: [Freeswitch-users] xml_curl and ivr menus
>>
>> on freeswitch enable xml_curl debug and see if freeswitch is actually
>> getting the correct ivr
>> 'xml_curl debug_on'
>>
>> On 12/24/2012 2:20 PM, Tim Meade wrote:
>>
>> I am continually getting 'unable to find menu' while trying to
>> retrieve an ivr_menu using xml_curl
>>
>> Using xml_curl debug_on
>>
>> My DialPlan
>>
>> <document type="freeswitch/xml">
>>
>> <section name="dialplan" description="example_curl_dialplan">
>>
>> <context name="public">
>>
>> <extension name="ws_origination">
>>
>> <condition field="destination_number" expression="^\d+$"
>> break="on-true">
>>
>> <action inline="true" application="set"
>> data="continue_on_fail=true"/>
>>
>> <action inline="true" application="set"
>> data="hangup_after_bridge=true"/>
>>
>> <action application="answer"/>
>>
>> <action application="ivr" data="tivr"/>
>>
>> </condition>
>>
>> </extension>
>>
>> </context>
>>
>> </section>
>>
>> And the ivr configuration returned by my xml_curl
>>
>> <include>
>>
>> <!-- demo IVR setup -->
>>
>> <!-- demo IVR, Main Menu -->
>>
>> <menu name="tivr"
>>
>> greet-long="phrase:demo_ivr_main_menu"
>>
>> greet-short="phrase:demo_ivr_main_menu_short"
>>
>> invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"
>>
>> exit-sound="voicemail/vm-goodbye.wav"
>>
>> confirm-macro=""
>>
>> confirm-key=""
>>
>> tts-engine="flite"
>>
>> tts-voice="rms"
>>
>> confirm-attempts="3"
>>
>> timeout="10000"
>>
>> inter-digit-timeout="2000"
>>
>> max-failures="3"
>>
>> max-timeouts="3"
>>
>> digit-len="4">
>>
>> <!-- The following are the definitions for the digits the user
>> dials -->
>>
>> <!-- Digit 1 transfer caller to the public FreeSWITCH conference -->
>>
>> <entry action="menu-exec-app" digits="1" param="bridge
>> sofia/$${domain}/888 at conference.freeswitch.org
>> <mailto:domain%7d/888 at conference.freeswitch.org>"/>
>>
>> <entry action="menu-exec-app" digits="2" param="transfer 9196 XML
>> default"/> <!-- FS echo -->
>>
>> <entry action="menu-exec-app" digits="3" param="transfer 9664 XML
>> default"/> <!-- MOH -->
>>
>> <entry action="menu-exec-app" digits="4" param="transfer 9191 XML
>> default"/> <!-- ClueCon -->
>>
>> <entry action="menu-exec-app" digits="5" param="transfer 1234*256
>> enum"/> <!-- Screaming monkeys -->
>>
>> <!-- Using a regex in the digits tag lets you define a dial
>> pattern for the caller
>>
>> You may define multiple regexes if you need a different pattern
>> for some reason -->
>>
>> <entry action="menu-exec-app" digits="/^(10[01][0-9])$/"
>> param="transfer $1 XML features"/>
>>
>> <entry action="menu-top" digits="9"/> <!-- Repeat this menu -->
>>
>> </menu>
>>
>> </include>
>>
>> Any ideas on the 'unable to find menu' ????
>>
>> Thanks
>>
>> Tim
>>
>>
>>
>>
>> _________________________________________________________________________
>>
>> Professional FreeSWITCH Consulting Services:
>>
>> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>
>> http://www.freeswitchsolutions.com
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Official FreeSWITCH Sites
>>
>> http://www.freeswitch.org
>>
>> http://wiki.freeswitch.org
>>
>> http://www.cluecon.com
>>
>>
>>
>> FreeSWITCH-users mailing list
>>
>> FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
>>
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>
>> http://www.freeswitch.org
>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>>
>>
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121224/bcd830f3/attachment-0001.html
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list