[Freeswitch-users] Cannot choose Cepstral voice from dialplan
Michael S Collins
msc at freeswitch.org
Sun Feb 8 14:11:00 PST 2009
Sent from my iPhone
On Feb 7, 2009, at 9:03 PM, "Paul D." <pauld at versafon.com> wrote:
> Followed Wiki to install and configure mod_cepstral. The problem is FS
> always defaults to one voice, which I installed first, and ignores
> others.
> I did define SWIFT_HOME and added swift lib path to /etc/ld.so.conf.
> After I restart FS I see on FS console after dialing my test
> extension:
>
> Failed to load library libceplex_us.so due to: libceplex_us.so: cannot
> open shared object file: No such file or directory
> Failed to load language / lexical libraries for Callie-8kHz
>
Look in /opt/swift for the dir that has the lib files. Most likely
you'll find that they have the files are but have more specific names,
perhaps with a version number. If you create symlinks to the files in
question it should work.
-MC
> I do have this voice installed. This message does not appear after
> subsequent calls to the test extension, until next FS restart.
> I use this in my dialplan:
>
> <extension name="tts">
> <condition field="destination_number" expression="^49999$">
> <action application="answer"/>
> <action application="speak" data="cepstral|Callie-8kHz|Your
> call
> cannot be completed as dialed."/>
> <action application="hangup" data="SUCCESS"/>
> </condition>
> </extension>
>
> This is all under centos 5.2 64 bit. Any suggestions would be greatly
> appreciated.
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list