Does anyone on the list have a script for notifying pagers that they would be willing to share? I have found a reference in the archive to such a script, but previous attempts to find the author of that posting have failed. Anyhow, I am looking to set up a system whereby a message is sent to a pager when a voicemail is left in a specified mailbox. (This is easy, it's built-in to Asterisk). Then, if that message hasn't been retrieved in 5 minutes, I want to send another page. The same goes after 10 and 15 minutes. After 20 minutes, I want to send another page *AND* send an e-mail or generate a call to another party. Has anyone already done this who would be willing to share so that I can avoid reinventing the wheel? Tom
I am also looking for this functionality for an emergency support number. Except, I want to notify a different person after 7 minutes, then a third, then back to the first, etc. until the message has been listened to. -- -- Steven May you have the peace and freedom that come from abandoning all hope of having a better past. --- - --- - - - - - - - -- - - - --- - ------ - - --- - - -- - - - -- - - - "Tom Rymes" <trymes@rymesheating.com> wrote in message news:86421F77-390C-4B0C-BC8C-3952EDB6B865@rymesheating.com...> Does anyone on the list have a script for notifying pagers that they > would be willing to share? I have found a reference in the archive to > such a script, but previous attempts to find the author of that posting > have failed. > > Anyhow, I am looking to set up a system whereby a message is sent to a > pager when a voicemail is left in a specified mailbox. (This is easy, > it's built-in to Asterisk). Then, if that message hasn't been retrieved > in 5 minutes, I want to send another page. The same goes after 10 and 15 > minutes. After 20 minutes, I want to send another page *AND* send an > e-mail or generate a call to another party. > > Has anyone already done this who would be willing to share so that I can > avoid reinventing the wheel? > > Tom > _______________________________________________ > --Bandwidth and Colocation sponsored by Easynews.com -- > > 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 >
Tom Rymes a ?crit :> Does anyone on the list have a script for notifying pagers that they > would be willing to share? I have found a reference in the archive to > such a script, but previous attempts to find the author of that > posting have failed. > > Anyhow, I am looking to set up a system whereby a message is sent to > a pager when a voicemail is left in a specified mailbox. (This is > easy, it's built-in to Asterisk). Then, if that message hasn't been > retrieved in 5 minutes, I want to send another page. The same goes > after 10 and 15 minutes. After 20 minutes, I want to send another > page *AND* send an e-mail or generate a call to another party.Off Site Notification or Off Premise Notification... I have write a script that is part of ScopServ but here how it work: - Create per-user configs using GUI (ex. after 10 min send to a voicemail, after 20 min. send to a pager, etc) (email, pager, voicemail) - Use externnotify in voicemail.conf - If # of msg = 0 then delete all pending notification else - Retreive per-user config and check action - Create action in a second table with timestamp + x min. - A crontab that check at each minute for action, execute if and delete the row in table. - Create .call file or send email -- Joel Vandal ScopServ Inc. http://www.scopserv Inc.