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

Quentin Bellenoue quentin.bellenoue at ovh.net
Tue Mar 31 05:39:14 EDT 2009


Doug Campbell wrote:
> Quentin Bellenoue wrote:
>   
>> 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.
>>     
>
> CentOS 5.0 is not supported by voiceglue.
>
>   
I have patched it and it seems to work pretty well.
> As a result, it is possible that the particular configuration
> of the CentOS libraries that voiceglue uses is not right.
>
> I have never seen a case where dynlog shows *nothing* on this
> kind of failure.  I would double check that the log level is,
> indeed, set to 7, and that you're not getting fooled by log
> file rotation.
>
>   
Sorry, dynlog level was effectively set to 7 but, I've missed this 2 
lines in the debug:

10:49:16:412 NOTI OPEN_VXI ns22215. callid=[1] 
|-1220375664|1|EVENT|2|content=Default error handler:  error.noauthorization
10:49:16:412 DBUG OPEN_VXI ns22215. callid=[1] 
|-1220375664|1|8001|com.vocalocity.vxi|Default error handler:  
error.noauthorization

when I test this vxml page that I don't have when I comment <data /> tag:

<?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>
                Downloading R S S feed.
                Building application.
            </prompt>
            <data name="rss" src="http://www.rue89.com/tele89/rss" />
            <goto next="#return" />
        </block>
    </form>

    <form id="return">
        <block>
            <prompt>Bye.</prompt>
        </block>
    </form>

</vxml>
> Doug Campbell
> _______________________________________________
> Voiceglue mailing list
> Voiceglue at voiceglue.org
> http://www.voiceglue.org/mailman/listinfo/voiceglue
>   



More information about the Voiceglue mailing list