Hello,<br>
<br>
Please, give me any advice how to speech a text file with festival.
This is for a simple IVR to give the user a response based on his
numeric ID.<br>
<br>
Extensions.conf:<br>
exten => 307,1,Festival(dial your numeric id)<br>
exten => 307,2,DigitTimeout(4) <br>
exten => 307,3,ResponseTimeout(9) <br>
exten => 307,4,Read(cedula)<br>
exten => 307,5,NoOp(${cedula})<br>
exten => 307,6,Festival(su cedula es ${cedula})<br>
exten => 307,7,System(/usr/sbin/GenName ${cedula}); This Command generates /tmp/Response_${cedula} file<br>
;====>>> Here i need to speech the /tmp/Response_${cedula} file with festival<br>
<br>
Thanks in advance for any tip,<br>
<br>
Martin<br>
<br>
<br>