[Voiceglue] <data /> tag bug with voiceglue 0.9 on CentOS 5.0

Quentin Bellenoue quentin.bellenoue at ovh.net
Mon Mar 30 10:26:02 EDT 2009


Hello,

I have installing voiceglue 0.9 into CentOS 5.0 system distribution and 
I have
a problem with the <data /> tag.

When I test it with the voiceglue application test, I press 9 for 
advanced flow, and
application return with "A technical error just occured, Please check 
log ....", but I
can't see anything neither into /var/log/dynlog/dynlog nor into my 
asterisk console.

Here is the part of code which generate the error:

    <data src="http://www.ampersand.com/cgi-bin/GetExData"
               name="dom"
              method="post"
              namelist="code"/>

Into 'ex_9.vxml' file test.

When I'am testing the <data /> tag in my own application, I get a "A 
serious error has occured. Exiting" message.

Here is my VXML test file:

<?xml version="1.0" ?>
<!DOCTYPE vxml PUBLIC "-//BeVocal Inc//VoiceXML 2.0//EN"
 "http://cafe.bevocal.com/libraries/dtd/vxml2-0-bevocal.dtd">

<vxml xmlns="http://www.w3.org/2001/vxml"
    xmlns:conf="http://www.w3.org/2002/vxml-conformance" version="2.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.w3.org/2001/vxml
    http://www.w3.org/TR/voicexml20/vxml.xsd">

    <var name="number" />
    <property name="inputmodes" value="dtmf" />

    <form>
        <block>
            <prompt>
                Ret cupet ration d'un flux EIR EISSE EISSE.
            </prompt>
            <data name="rss" src="http://www.rue89.com/tele89/rss" />
            <goto next="#return" />
        </block>
    </form>

    <form id="return">
        <block>
            <assign name="number" expr="'9XXXXXXX'" />
            <submit method="post" namelist="number" next="/ivr/index.cgi" />
        </block>
    </form>
 
</vxml>

And I can't see anything too in logs even if I put dynlog_level to 7.

There is someone who can help me with this status.

Thanks you.



More information about the Voiceglue mailing list