VoiceXML y Asterisk

Tema: 

Hola a todos....

Estoy desarrollando un prototipo VXML con una tarjeta OpenVox A400P, con las siguientes herramientas:

asterisk-1.4.26.3
* dahdi-linux-2.2.0.2
* dahdi-tools-2.2.0
* verbio-asterisk-3.0
* vxml_V4-2_2009-09-18
* verbio-clients-7.40-0.i386
* verbio-engines-7.40-0.i386
* verbio-tts-carlos-eseb-7.40-0.i386
* webmin-1.370-1.noarch

Tengo instalado y configurado todas las herramientas y quiero realizar mi primera prueba con un archivo index.vxml el cual reposa en un servidor web apache, pero al momento de realizar la prueba es decir hacer la llamada hacia mi PBX nos da el siguiente error:

*CLI> -- Starting simple switch on 'DAHDI/2-1'
[Jan 5 14:59:28] NOTICE[5725]: chan_dahdi.c:6833 ss_thread: Got event 18 (Ring Begin)...
-- Executing [s@LINEA:1] Answer("DAHDI/2-1", "") in new stack
-- Executing [s@LINEA:2] Wait("DAHDI/2-1", "3") in new stack
-- Executing [s@LINEA:3] Vxml("DAHDI/2-1", "http://localhost/index.vxml") in new stack
[Jan 5 14:59:31] ERROR[5725]: app_vxml.c:3957 vxml_open: Cannot open new session, no speech ressource available!
-- Executing [s@LINEA:4] Hangup("DAHDI/2-1", "") in new stack
== Spawn extension (LINEA, s, 4) exited non-zero on 'DAHDI/2-1'
-- Hungup 'DAHDI/2-1'

*CLI> [Jan 5 15:00:24] WARNING[5713]: chan_dahdi.c:4089 handle_alarms: Detected alarm on channel 2: Red Alarm

Por favor hay alguien que me pueda ayudar.

De atenamo gracias por la ayuda.

Comentarios

Hola Jane, lo que se puede

Hola Jane, lo que se puede ver es que tienes una alarma en la tarjeta, verifica si salen llamadas cuando las realizas desde una extensión normal.

[color=blue]Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why. –[/color][color=red]Anonymous Developer[/color]