Cyrus-Imapd misbehave on OS X Panther server? 

While setting up a new user from Panther server, the user mailbox is not created automatically, leads to non-delieverble email to this user. it has always been working and why suddenly stops working as usual.run cyradm -u cyrus localhost and sam the_user_mailbox id all always give me system I/O error, so there is no way I could delete it, rename it...what about cyrus reconstruct command? so I su to user cyrus and run reconstruct -r user/the_user, it works, still not sure why the system misbehaves though???
[ add comment ] permalink ( 3.1 / 80 )
Festvial + Perl Asterisk AGI  

I coded up a simple math subtraction addition script game using Asterisk Perl AGI library, this script will call Festival app to read question and answers to callers, check the script here:

http://bl0g.blogdns.com/asterisk/math.agi
[ add comment ] permalink ( 3 / 64 )
Festival + Asterisk 

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 )
voipstunt config for my home asterisk 

With following config, I can make cheap long distance voip call to China

sip.conf

[voipstunt]
type=friend ; (or "peer" if we don't need incoming call)s
host=sip.voipstunt.com
disallow=all
allow=ulaw
allow=alaw
allow=gsm
allow=g726
username=myusername
fromuser=myusername
secret=secret
qualify=1000 ; optional
canreinvite=no ; new SIP servers don't like reINVITEs
dtmfmode=inband ; only inband currently works, and not that well

extensions.conf

[out-voipstunt]
; outgoing voipstunt
exten => _0086.,1,Dial(SIP/${EXTEN}@voipstunt)

[default]

; include outgoing voipstunt
include => out-voipstunt



[ add comment ] permalink ( 3.4 / 101 )
My newer version of SpamAssassin P0f plugin 

[ add comment ] ( 11 views ) permalink ( 3 / 94 )

Back Next