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
_______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com --
Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
