[asterisk-users] Send email notification
H Aranguren
haranguren at gmail.com
Wed Jan 10 08:46:15 MST 2007
Hi group,
I'm trying to configure the email notification when a user leave a
voicemail, but don't work (send email notification).
I configured esmtp in my linux box, if a try to use it with command
line, it works fine. (echo "Hello" | sendmail a at b.com -f b at c.com).
My voicemail.conf
[general]
format=wav49
attach=yes
serveremail=anonymous at abc.com
fromstring=Asterisk
mailcmd=/usr/sbin/sendmail -t
[my_home]
100 => 4444,number100,number100 at abc.com
My sip.conf
[100]
type=friend
secret=pass
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=internal
mailbox=100 at my_home
Can you see the problem?. Do you know any documentarion on internet
where can i solve the problem?
Regards,
More information about the asterisk-users
mailing list