Hi, Here's the deal. When someone leaves me a voicemail message I want Asterisk to call me on my cellphone by dialing my cellphone number and tell me I have a message. Is this possible? Can anyone cite examples? Most commercial voicemail systems produced in the last 10 years can do this. Any help would be much appreciated. Regards, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050113/88a07260/attachment.htm
http://www.voip-info.org/tiki-index.php?page=Asterisk%20bounty%20outcall %20notification%20application ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Mike Boger Jr Sent: Thursday, January 13, 2005 8:14 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Voice Mail Notification Hi, Here's the deal. When someone leaves me a voicemail message I want Asterisk to call me on my cellphone by dialing my cellphone number and tell me I have a message. Is this possible? Can anyone cite examples? Most commercial voicemail systems produced in the last 10 years can do this. Any help would be much appreciated. Regards, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050113/46d6dc84/attachment.htm
On January 13, 2005 10:14 pm, Mike Boger Jr wrote:> Here's the deal. When someone leaves me a voicemail message I want Asterisk > to call me on my cellphone by dialing my cellphone number and tell me I > have a message. Is this possible? Can anyone cite examples? Most commercial > voicemail systems produced in the last 10 years can do this. Any help would > be much appreciated.Yes, it can. voip-info.org has a great page on voicemail callout scripts. I personally use a variant since asterisk will not call out unless you hit # after leaving a message and then 1 to accept it. My variant just looks for files in the voicemail/INBOX directory and generates teh same call file if there are messages. (old messgaes are moved into a voicemail/old directory, so anything in INBOX/ is unheard) -A.
>-----Original Message----- >From: Mike Boger Jr [mailto:mboger1@midsouth.rr.com] >Sent: Thursday, January 13, 2005 10:14 PM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Subject: [Asterisk-Users] Voice Mail Notification > > >Hi, > >Here's the deal. When someone leaves me a voicemail message >I want Asterisk to call me on my cellphone by dialing my >cellphone number and tell me I have a message. Is this >possible? Can anyone cite examples? Most commercial >voicemail systems produced in the last 10 years can do this. >Any help would be much appreciated.While I have not specifically done what you are attempting I'll give an example of how I cope with a similar situation. First, create a simple script that generates a call file. This could be via any language, but I have only used Perl and simple shell scripts. The script needs to use the variables passed to it and create the call file. Make sure you create it in a temp directory and move it to /var/spool/asterisk/outgoing as * is very aggressive in generating these calls, and will attempt to place the call before the file is written otherwise. Specify that the call needs to go to your cell phone number then if answered should be connected to an extension you create in the Dialplan. To make all of this work properly use the externnotify variable in voicemail.conf which will execute the script you created before. The rest is trivial using dialplan logic. Simply make the extension you referenced and have it do whatever you want. * voicemail.conf info - http://www.voip-info.org/tiki-index.php?page=Asterisk+config+voicemail.c onf * externnotify sample - http://mikecathey.com/code/vmnotify/ * Auto-dial out - http://www.voip-info.org/tiki-print.php?page=Asterisk+auto-dial+out Hope this helps, Robert Jackson
On Fri, 2005-01-14 at 14:14, Mike Boger Jr wrote:> Hi, > > Here's the deal. When someone leaves me a voicemail message I want > Asterisk to call me on my cellphone by dialing my cellphone number and > tell me I have a message. Is this possible? Can anyone cite examples? > Most commercial voicemail systems produced in the last 10 years can do > this. Any help would be much appreciated.There used to be a nice little program called sms-client that did this, basically by using the email notification function out of voicemail. Have a google for it. But isn't there an sms function in voicemail advanced functions anyway.> > Regards, > > Mike > > ______________________________________________________________________ > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Howard. LANNet Computing Associates; Your Linux people <http://www.lannetlinux.com> ------------------------------------------ "When you just want a system that works, you choose Linux; when you want a system that just works, you choose Microsoft." ------------------------------------------ "Flatter government, not fatter government; Get rid of the Australian states."
Alternatively, What I (we) do personally: In stead of having * call my cellphone, it sends an MMS message with the message audio as content. Rene Kluwen Chimit ----- Original Message ----- From: Mike Boger Jr To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Friday, January 14, 2005 4:14 AM Subject: [Asterisk-Users] Voice Mail Notification Hi, Here's the deal. When someone leaves me a voicemail message I want Asterisk to call me on my cellphone by dialing my cellphone number and tell me I have a message. Is this possible? Can anyone cite examples? Most commercial voicemail systems produced in the last 10 years can do this. Any help would be much appreciated. Regards, Mike ------------------------------------------------------------------------------ _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050117/05487cc8/attachment.htm
Hello, there is a way to send notification(not email) when it's received an voice mail? Maybe a SIP message to inform? Best REgards Ever Zalazar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060512/e07231d9/attachment.htm