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...<br><br><br><br><div><span class="gmail_quote">
On 11/15/06, <b class="gmail_sendername">C F</b> &lt;<a href="mailto:shmaltz@gmail.com">shmaltz@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 11/15/06, Wildheart &lt;<a href="mailto:asterisk-users@php-systems.com">asterisk-users@php-systems.com</a>&gt; wrote:<br>&gt; Hi,<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I want to change my voicemail message based on the time of day. I would
<br>&gt; like a message that says &quot;Sorry the office is now closed.&quot; after a<br>&gt; certain time, and says &quot;Sorry I am unavailable / Busy / etc&quot; before.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;I have come up with two ways of doing it:
<br>&gt;<br>&gt;&nbsp;&nbsp;1. A cron job to replace the files (messy)<br>&gt;<br>&gt;&nbsp;&nbsp;2. Using different mailboxes at the different times (this means I have 2<br>&gt; mailboxes to check).<br><br>No, you can have 2 mailboxes for different times like this:
<br>in extensions.conf:<br>exten =&gt; s,1,Voicemail(1111@context&amp;2222@context,u); for day<br>exten =&gt; s,1,Voicemail(2222@context,u);for night<br>in voicemail.conf:<br>1111 =&gt; 1111,User User,,,delete=yes<br>2222 =&gt; 2222,User User,,,delete=no
<br>now you only have to check the voicemail for mailbox 2222<br><br><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Is there a way that the voicemail could be enhanced by adding a feature<br>&gt; like this?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; With thanks,<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tim<br>&gt;<br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>