Thursday, August 9, 2007, 11:46 AM
Just setup text2speech software festival to work with asterisk, festival should be patched to work with asterisk, but there is simple way to patch it, read the festival.README in asterisk source contrib directory.
start festival first, then add extension in asterisk:
[incoming]
; incoming calls from the FXO port are directed to this context from zapata.conf
exten => s,1,Answer
exten => s,n,Festival(Welcome to open source asterisk pbx telephone system. this is vincent. press one reach me at office. press two reach me at home. press three leave me message. press four play subtraction addition game. press five listen my favorite song. press six ping an eye-p address type pound sign as dot)
[ add comment ] permalink ( 3.1 / 70 )
Tuesday, June 5, 2007, 03:06 PM
Amaivsd security alert:
http://www.amavis.org/security/asa-2007-3.txtwhen I upgrade file-4.20 to file-4.21 on Fedora core 3, run file command complains:
"file: version mismatch (4 != 2) in `/usr/local/share/file/magic.mgc'"
link old magic.mgc make the error message gone
ln -s /usr/share/file/magic.mgc /usr/local/share/file/magic.mgc
[ add comment ] permalink ( 3 / 85 )