Hello all, I am trying to get cepstral to work with Asterisk for Text to Speech purposes. I got Asterisk to recompile with cepstral and after doing *CLI> show cepstral female voices Available Cepstral voices: Name Gender Age Language Sample Rate License ========== ========= ===== ==================== ======================= Amy female 30 US English 16000Hz unlicensed I see that Amy's voice shows up but when I tried to get cepstral to speak from extensions.conf I get the failed to load library messages shown below. Google searches didn't turn up anything useful yet. Has anyone had this problem before or does someone know what is wrong? This is the line from extensions.conf: exten=> s,5,Cepstral(I see dead people!) After cepstral fails from extensions.conf asterisk plays test.wav which I made with cepstral outside of asterisk, so I know cepstral is working. -- Executing Cepstral("SIP/boneill-1e76", "I see dead people!") in new stack Failed to load library libceplang_en.so due to: /usr/lib/libceplang_en.so: undefined symbol: cst_rx_int Failed to load library libceplex_us.so due to: /usr/lib/libceplex_us.so: undefined symbol: relation_head Failed to load language / lexical libraries for Amy Feb 10 16:10:12 WARNING[29859]: app_cepstral.c:82 myswift_create_file: Failed to set voice: Voice not present or corrupted -- Executing Playback("SIP/boneill-1e76", "/opt/swift/test") in new stack -- Playing '/opt/swift/test' (language 'en') Thanks for any suggestions, Brian O'Neill