On 11/15/06, Wildheart <[EMAIL PROTECTED]> wrote:
Hi,

   I want to change my voicemail message based on the time of day. I would
like a message that says "Sorry the office is now closed." after a
certain time, and says "Sorry I am unavailable / Busy / etc" before.

   I have come up with two ways of doing it:

 1. A cron job to replace the files (messy)

 2. Using different mailboxes at the different times (this means I have 2
mailboxes to check).

No, you can have 2 mailboxes for different times like this:
in extensions.conf:
exten => s,1,Voicemail([EMAIL PROTECTED]&[EMAIL PROTECTED],u); for day
exten => s,1,Voicemail([EMAIL PROTECTED],u);for night
in voicemail.conf:
1111 => 1111,User User,,,delete=yes
2222 => 2222,User User,,,delete=no
now you only have to check the voicemail for mailbox 2222



   Is there a way that the voicemail could be enhanced by adding a feature
like this?

    With thanks,

      Tim

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to