[asterisk-users] Time Based Voicemail Messages

2006-11-15 Thread Wildheart
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).

   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


[asterisk-users] Time Based Voicemail Messages

2006-11-15 Thread Wildheart
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).

   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


Re: [asterisk-users] Time Based Voicemail Messages

2006-11-15 Thread Marnus van Niekerk

Just use two different contexts for the two times of day (open/closed)
and use Playback to play the correct message before going direct into 
voicemail without any prompt.


M

Wildheart 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).

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


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


Re: [asterisk-users] Time Based Voicemail Messages

2006-11-15 Thread Benjamin Jacob

a lil bit of googling wud have answered you Tim.
Put in some effort next time   anyway, for now :

http://www.voip-info.org/wiki/index.php?page=Asterisk+tips+openhours

Wildheart 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).

  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


Re: [asterisk-users] Time Based Voicemail Messages

2006-11-15 Thread Wildheart
Isn't that covered in point 2? Admittedly, I did not consider using
Playback rather than voicemail to play the message. But you didn't point
that out anyway.



 a lil bit of googling wud have answered you Tim.
 Put in some effort next time   anyway, for now :

 http://www.voip-info.org/wiki/index.php?page=Asterisk+tips+openhours

 Wildheart 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).

   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


Re: [asterisk-users] Time Based Voicemail Messages

2006-11-15 Thread C F

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:
 = ,User User,,,delete=yes
 = ,User User,,,delete=no
now you only have to check the voicemail for mailbox 




   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


Re: [asterisk-users] Time Based Voicemail Messages

2006-11-15 Thread tracinet
What you *could* do is record one greeting as the unavailable message and another as the busy message and during the day, just play the unavailable one and at night play the busy one...
On 11/15/06, C F [EMAIL PROTECTED] wrote:
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 dayexten = s,1,Voicemail([EMAIL PROTECTED],u);for nightin voicemail.conf: = ,User User,,,delete=yes = ,User User,,,delete=no
now you only have to check the voicemail for mailbox 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 listTo 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