martin cabrera
2005-Oct-07 17:46 UTC
[Asterisk-Users] How to speech a text file with festival
Hello, 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. Extensions.conf: exten => 307,1,Festival(dial your numeric id) exten => 307,2,DigitTimeout(4) exten => 307,3,ResponseTimeout(9) exten => 307,4,Read(cedula) exten => 307,5,NoOp(${cedula}) exten => 307,6,Festival(su cedula es ${cedula}) exten => 307,7,System(/usr/sbin/GenName ${cedula}); This Command generates /tmp/Response_${cedula} file ;====>>> Here i need to speech the /tmp/Response_${cedula} file with festival Thanks in advance for any tip, Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051007/5a5fbdb9/attachment.htm