[Asterisk-Users] how to send voicemail notifcation every 15 minutes until message is checked

2005-07-01 Thread Pedro
I have searched quite a few places and have not seen this discussed. 
Basically I was wondering how would you go about having an option for
a user to be notified every 15 minutes until their new voicemail
message is checked.  Since the notification e-mails we send get sent
to cell phones or actual pagers (via e-mail), there are times when a
person is out of range and misses a page or just simply is too busy to
check voicemail and then forgets.  They want to be reminded 15 minutes
later until that new message is checked.

Current version of asterisk that we are running is CVS-v1-0-11/12/04
(which has been running rock-solid I might add).  Any thoughts are
appreciated.
___
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


Re: [Asterisk-Users] how to send voicemail notifcation every 15 minutes until message is checked

2005-07-01 Thread Michiel van Baak
On 13:33, Fri 01 Jul 05, Pedro wrote:
 I have searched quite a few places and have not seen this discussed. 
 Basically I was wondering how would you go about having an option for
 a user to be notified every 15 minutes until their new voicemail
 message is checked.  Since the notification e-mails we send get sent
 to cell phones or actual pagers (via e-mail), there are times when a
 person is out of range and misses a page or just simply is too busy to
 check voicemail and then forgets.  They want to be reminded 15 minutes
 later until that new message is checked.
 
 Current version of asterisk that we are running is CVS-v1-0-11/12/04
 (which has been running rock-solid I might add).  Any thoughts are
 appreciated.

Hi,

You can check the new mail count with the manager interface
or by looking at the spool dir.
If you put this in cron every 15 minutes, you're done.

Michiel
___
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


Re: [Asterisk-Users] how to send voicemail notifcation every 15 minutes until message is checked

2005-07-01 Thread Pedro
Thanks - a cronjob for the user was going to be my last resort.  Was
not sure if there was a setting like repeatnotify=15 to repeat the
notice every 15 minutes.

Thanks for your feedback though!

On 7/1/05, Michiel van Baak [EMAIL PROTECTED] wrote:
 On 13:33, Fri 01 Jul 05, Pedro wrote:
  I have searched quite a few places and have not seen this discussed.
  Basically I was wondering how would you go about having an option for
  a user to be notified every 15 minutes until their new voicemail
  message is checked.  Since the notification e-mails we send get sent
  to cell phones or actual pagers (via e-mail), there are times when a
  person is out of range and misses a page or just simply is too busy to
  check voicemail and then forgets.  They want to be reminded 15 minutes
  later until that new message is checked.
 
  Current version of asterisk that we are running is CVS-v1-0-11/12/04
  (which has been running rock-solid I might add).  Any thoughts are
  appreciated.
 
 Hi,
 
 You can check the new mail count with the manager interface
 or by looking at the spool dir.
 If you put this in cron every 15 minutes, you're done.
 
 Michiel
 ___
 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

___
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