Is there a way to configure voicemail to do reminder paging? I would like to configure some voicemail boxes to send an e-mail message to a pager every 10 minutes until the message is retrieved.
On Sunday 15 June 2003 17:32, Daryl Jones wrote:> Is there a way to configure voicemail to do reminder paging? I would > like to configure some voicemail boxes to send an e-mail message to a > pager every 10 minutes until the message is retrieved.You're asking for some asynchronous functionality, which might be easier to do with an external perl script, than by creating a new thread in Asterisk just to send reminders. -Tilghman
firedude@shorelinuxsolutions.com
2003-Jun-15 16:21 UTC
[Asterisk-Users] Reminder paging for voicemail (?)
You must have been reading my mind because I'd like to be able to do this as well. AJ 11On Sun, 15 Jun 2003, Daryl Jones wrote:> Is there a way to configure voicemail to do reminder paging? I would like > to configure some voicemail boxes to send an e-mail message to a pager > every 10 minutes until the message is retrieved. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users >
If I can remember, I have a rudimentary script that does just this. It sends a message with call details when the the message is left, then repages every X minutes with Mailbox#-Unread messages. It uses a "post" to our paging providers web gateway rather than an e-mail. If I remember, I will post this script. Ben -----Original Message----- From: firedude@shorelinuxsolutions.com [mailto:firedude@shorelinuxsolutions.com] Sent: Sunday, June 15, 2003 6:22 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Reminder paging for voicemail (?) You must have been reading my mind because I'd like to be able to do this as well. AJ 11On Sun, 15 Jun 2003, Daryl Jones wrote:> Is there a way to configure voicemail to do reminder paging? I wouldlike> to configure some voicemail boxes to send an e-mail message to a pager > every 10 minutes until the message is retrieved. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com lists.digium.com/mailman/listinfo/asterisk-users