RE: [Asterisk-Users] Festival as background

2005-01-27 Thread Alexander Lopez
I think not since the audio is coming from the festival command not asterisk. I would try this, Exten = s,1,SetVar(FILENAME=FESTIVAL-${EPOCH}) Exten = s,2,AGI(festival-bg|${FILENAME}|Text for festival to speak) Exten = s,3,BackGround(${FILENAME}) The AGI script would take two args, the

Re: [Asterisk-Users] Festival as background

2005-01-26 Thread Gary
On Thu, 27 Jan 2005 18:20:32 +1100, Howard Lowndes wrote: Is it possible to run the Festival command in the same manner as the Background command so that it can be interrupted by caller key presses? I can think of a round about way, run festival and create wav/gsm and play resultant output