Displaying 1 result from an estimated 1 matches for "retcode2".
Did you mean:
retcode
2006 Dec 26
1
agi+cepstral driving me nuts
...epstral.pl|Welcome to my house finder. At the beep
enter your zip code.)
The php script it calls is based on the nerdvittles weather one so it calls
a webpage which prints to the screen, the nerdvittles code uses system to
generate the .wav file then has the dial plan call it via:
//php script
$retcode2 = system ("flite -f $tmptext -o $tmpwave") ;
//extensions
exten => 411,9,NoOp(Wave file: ${TMPWAVE})
exten => 411,10,Playback(${TMPWAVE})
Since I am using capstral, I simply changed the line to below which works
fine from the command line but when calling, I never hear it, it ju...