Page 1 of 1

voicemail send email notifications and recs

PostPosted: Sat Aug 18, 2012 12:47 pm
by ed123
Isetup a DID inbound to a phone then if busy or no answer will send the call to voicemail and this setup works well.Now my issue is how to send the notifacations via email together with the recs recorded in voicemail.

my setup
(DID)
DID Extension:1234456789
DID Description:123456789
DID Route:PHONE
Voicemail Box:100
Phone Extension:100
(PHONE)
Phone Extension:100
Email:test@test.com

******************************************

Goautodial
VERSION: 2.4-309a
BUILD: 110430-1642
© 2011 ViciDial Group
Asterisk 1.4.39.1-vici

Re: voicemail send email notifications and recs

PostPosted: Sat Aug 18, 2012 2:35 pm
by ed123
extensions
[default]
exten => 8308,1,Playback(/var/lib/asterisk/sounds/vm-intro)
exten => 8308,2,VoiceMail(1234@testmail)
exten => 8308,3,Playback(/var/lib/asterisk/sounds/vm-goodbye)
exten => 8308,4(lbl_voicemail_0),Hangup()

voicemail
[test]
1234 => 123456,100,,attach=yes

addtional to phone
Dial Plan Number: 8308

Re: voicemail send email notifications and recs

PostPosted: Mon Aug 20, 2012 2:24 pm
by ed123
any one please help

Re: voicemail send email notifications and recs

PostPosted: Tue Aug 21, 2012 5:05 pm
by Acidshock
Have you looked into just doing this via the admin menu? Should already be do-able under admin->voicemail. Create a VM Box and tell it to email the recordings. You can also edit the phone settings to do this as well under admin.

Re: voicemail send email notifications and recs

PostPosted: Fri Apr 12, 2013 8:32 pm
by williamconley
Actually, all you have to do is put the email address in the "phone" entry that created the VM box (admin->phones->(choose phone): email field.

There is also an option to delete the VM after sending and specify detailed Comedian voicemail options.

Re: voicemail send email notifications and recs

PostPosted: Wed Apr 13, 2016 5:43 am
by bghayad
That is nice post.
I am looking for same thing but to be for drop calls, is it possible?
Regards
Bilal

Re: voicemail send email notifications and recs

PostPosted: Wed Apr 13, 2016 12:34 pm
by williamconley
bghayad wrote:That is nice post.
I am looking for same thing but to be for drop calls, is it possible?
Regards
Bilal

1) Welcome to the Party! 8-)

2) As you are obviously new here, I have some suggestions to help us all help you:

When you post, please post your entire configuration including (but not limited to) your installation method (7.X.X?) and vicidial version with build (VERSION: 2.X-XXXx ... BUILD: #####-####).

This IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)

You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "manual/from scratch" you must post your operating system with version (and the .iso version from which you installed your original operating system) plus a link to the installation instructions you used. If your installation is "Hosted" list the site name of the host.

If this is a "Cloud" or "Virtual" server, please note the technology involved along with the version of that techology (ie: VMware Server Version 2.0.2). If it is not, merely stating the Motherboard model # and CPU would be helpful.

Similar to This:

Vicibox X.X from .iso | Vicidial X.X.X-XXX Build XXXXXX-XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Intel DG35EC | Core2Quad Q6600

3) To get an email from a dropped call you could create a no-agent-url script which generates the email. That script will only be called if an agent was not involved in the call.