search for: mailcmd

Displaying 20 results from an estimated 34 matches for "mailcmd".

2009 May 22
1
VOICEMAIL : I've tried a lot but mailing through Asterisk is just not working...
...his was last sunday morning at 3 am) Msmtp vs Sendmail I have made a symbolic link from sendmail to msmtp : [root at asterisk asterisk]# ls -l /usr/sbin/sendmail lrwxrwxrwx 1 root root 20 May 17 21:10 /usr/sbin/sendmail -> /usr/local/bin/msmtp When I use the default setting in voicemail.conf (mailcmd=/usr/sbin/sendmail -v -t -f), then msmtp will be used. I hoped... Voicemail.conf [general] format=wav49|gsm|wav serveremail=jonas.kellens at telenet.be attach=yes emailsubject=[PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX} emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you...
2007 Jan 10
2
Send email notification
...il, 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@b.com -f b@c.com). My voicemail.conf [general] format=wav49 attach=yes serveremail=anonymous@abc.com fromstring=Asterisk mailcmd=/usr/sbin/sendmail -t [my_home] 100 => 4444,number100,number100@abc.com My sip.conf [100] type=friend secret=pass qualify=yes nat=no host=dynamic canreinvite=no context=internal mailbox=100@my_home Can you see the problem?. Do you know any documentarion on internet where can i solve the probl...
2006 Jan 06
2
Voice mail messages aren't sent to e-mail
Voice-mail messages aren't sent to e-mail address. I have two Asterisk servers, first one is upgraded from 1.0.RC2 to 1.0.9, and second one is from 1.0.7 to 1.0.9. Both Asterisk have EXACTLY same "voicemail.conf" configuration, but second Asterisk don't sending voice mail messages through e-mail! I'm using almost default "voicemail.conf" with just one mailbox
2009 May 08
2
Not receiving voicemail message in mailbox
It should be as simple as editing voicemail.conf : ; Voicemail Configuration ; [general] ; Formats for writing Voicemail. Note that when using IMAP storage for ; voicemail, only the first format specified will be used. format=wav49|wav|gsm ; Who the e-mail notification should appear to come from serveremail=asterisk-voicemail ; Should the email contain the voicemail as an attachment attach=yes ;
2009 Sep 16
5
custom voicemail e-mail
Hi All, I'm trying to use a php script to send voicemail e-mail so i can send custom e-mail message based on what mailbox. on my voicemail.conf i have mailcmd=/var/www/voicemail.php but when i tried to call an extension and goe to voicemail i'm not receiving the e-mail. but when i execute "php /var/www/voicemail.php" on the shell, i can receive the e-mail. how would i know the asterisk is actually executing that command? also i'm...
2004 Aug 03
1
Emailing phone messages?
Where do you set the outgoing mail server for use with asterisks mail system? I have entered the info in the voicemail.conf file correctly, but I am still unable to get the voicemail messages via email. I ran a tcpdump on the system while calling in and leaving a voicemail and I don't even see the system try and contact a mail server. HELP!!! Thank you all in advance. Sean Garland
2005 Sep 29
2
Getting asterisk to send e-mail to mailbox-users
Ok. I've been searching the wiki and google for a long time now. HOW do I enable asterisk to send mail when users get new messeages in there mailbox? Do i need to change mailcmd in voicemail.conf? Regards, Arne morten
2011 Apr 08
9
send voicemail to multiple emails
Is there a way for asterisk's voicemail to send an email (including voicemail attachment) to multiple email addresses? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110408/8908db5f/attachment.htm>
2008 Mar 25
2
voicemail.conf fromstring, emailbody - per context?
Has anyone put together a patch which would allow a different fromstring and emailbody based on context? Or any other way to have more than one fromstring and emailbody per server?
2011 Apr 06
2
voicemail call back loop
I have "externnotify = /var/lib/asterisk/agi-bin/vm_notify.pl" so that when someone is left a voicemail it will call the person's mobile phone and prompt them with the new message. The perl script simply originates a call to a persons mobile phone and connects it to their voicemail using VoiceMailMain. Problem is when user hangs up from checking their messages, it runs the
2004 Jul 20
1
RC1 and advanced voice mail options
...oicemail.conf file. Any help would be appreciated. David dfilion@dotality.com ============================== Begin ============================ ; ; Voicemail Configuration ; [general] format=wav49|gsm|wav serveremail=asterisk attach=yes skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 mailcmd=/usr/local/postfix/sbin/sendmail -t tz=eastern attach=yes saycid=yes dialout=default callback=default review=yes operator=no envelope=yes delete=no nextaftercmd=yes [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp central=America/Chicago|'vm-received'...
2009 Jul 07
1
Voicemail attachments not working
...e only difference is I removed all the mailboxes for the purpose of sharing with the world. However, I have made sure there are not spaces between fields as I hear that causes problems. [general] format = gsm|wav49|wav attach = yes serveremail = asterisk serveremail = noreply at mustangintl.com mailcmd = /usr/sbin/sendmail -v -t -f asterisk at hisg-it.net maxlogins = 3 emaildateformat = %A, %B %d, %Y at %r sendvoicemail = yes ; Allow the user to compose and send a voicemail while inside emailsubject = [PBX]: New message ${VM_MSGNUM} in mailbox ${VM_MAILBOX} [zonemessages] eastern = America/New_...
2007 Jul 27
2
Attaching VoiceMails on E-Mails
...t=60 skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 fromstring=The PBX usedirectory=yes emaildateformat=%A, %B %d, %Y at %r sendvoicemail=yes emailbody=Hi, ${VM_NAME}!\n\nYou have a new voicemail message from ${VM_CALLERID} attached to this e-mail message.\n\nHave a nice day!\n\nThe PBX mailcmd=/usr/bin/exim -t ; not sure about this line [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp [default] 101 => 11011,GNUbie,gnubie at gmail.com # grep 10 /etc/asterisk/extensions.conf exten => 101,1,Dial(Zap/1,20,rt) exten => 101,2,VoiceMail(101,u...
2012 Jul 20
4
Voicemail Emails
Has anyone been able to make an html template for the voicemail emails. We would love to customize them beyond just plain text. We have dome some Google searches and have not been able to come up with much. I believe that Switchvox has customized the voicemail email into html. Has anyone ever tried this? Thanks, /Josh -------------- next part -------------- An HTML attachment
2015 Jun 16
0
more vm woes
on 11.17.1 Trying to debug vm. as suggested by voip-info: mailcmd=cat >> /tmp/astvm-mail and the mailbox is: 1143 => xxxx,sean,sean at company.com,,|tz=eastern|attach=yes|saycid=yes But there [s nothing in /tmp. The messages are in /var/spool/asterisk/voicemail/43-vm/1143/ . Any help appreciated. sean
2016 Mar 06
3
Pass variable to voicemail script
I have a custom voicemail script which reformats and forwards the attached voicemail wav file to the recipient. I would like to make use of a channel variable in my script; is there a way to pass a channel variable to this voicemail script? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Oct 20
0
Asterisk 13.37.0 Now Available
...n format (Reported by Nickolay V. Shmyrev) * ASTERISK-29001 - chan_pjsip does not process or forward 181 responses (Reported by Torrey Searle) * ASTERISK-27273 - app_voicemail: When a voicemail is marked as "Urgent", it is not sent by email/processed by the mailcmd command (Reported by Leandro Dardini) * ASTERISK-29033 - res_pjsip_session: Aggressively terminates session on failed re-INVITE (Reported by Joshua C. Colp) * ASTERISK-28974 - res_rtp_asterisk: T.140 messages have appended RTP string to each message block. (Rep...
2020 Oct 20
0
Asterisk 16.14.0 Now Available
...orward 181 responses (Reported by Torrey Searle) * ASTERISK-29034 - Lastpause of realtime members is reseting (Reported by Evandro C��sar Arruda) * ASTERISK-27273 - app_voicemail: When a voicemail is marked as "Urgent", it is not sent by email/processed by the mailcmd command (Reported by Leandro Dardini) * ASTERISK-29033 - res_pjsip_session: Aggressively terminates session on failed re-INVITE (Reported by Joshua C. Colp) * ASTERISK-28974 - res_rtp_asterisk: T.140 messages have appended RTP string to each message block. (Rep...
2020 Oct 20
0
Asterisk 17.8.0 Now Available
...orward 181 responses (Reported by Torrey Searle) * ASTERISK-29034 - Lastpause of realtime members is reseting (Reported by Evandro C��sar Arruda) * ASTERISK-27273 - app_voicemail: When a voicemail is marked as "Urgent", it is not sent by email/processed by the mailcmd command (Reported by Leandro Dardini) * ASTERISK-29033 - res_pjsip_session: Aggressively terminates session on failed re-INVITE (Reported by Joshua C. Colp) * ASTERISK-28974 - res_rtp_asterisk: T.140 messages have appended RTP string to each message block. (Rep...
2009 Dec 19
5
sendmail
Anyone have a cookbook on configuring sendmail to work with Asterisk? Or,a few config examples.