Im positive this is a simple issue, but I just cant find anything substantive online about it.
I downloaded and compiled app_cepstral 1.4, and after a little playing around I got it to load sucessfully in Asterisk 1.4. *Note, apparently you have to create a symlink between the ".4.2's" in the /opt/swift directory and the /usr/lib directory. Doesnt say anything about it in the notes, just might be useful for someone down the road.
In any case, got it to load sucessfully, however when I try to run a line like so:
exten => s,3,Cepstral('This is a test of the Callie Voice')
I get :
ERROR[3495]: app_cepstral.c:197 cepstral_speak: Failed to set voice.
Is there some kind of enviroment variable that I need to set in Linux in order to assist in the correct selection of the voice ? Or a flag in the dialplan perhaps ?
Thanks for any help given !