[Asterisk-Users] How to speech a text file with festival
martin cabrera
mscabrera at gmail.com
Fri Oct 7 17:46:38 MST 2005
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
More information about the asterisk-users
mailing list