Feature request for time conditions

*** Moderators, please move this to appropriate forum if this is wrong section.

Hello All,

Could I ask for a feature request?

I am using time conditions,
if TIME is bwtween 700 and 2200 HRS
THEN
continue with call
ELSE
jump directly in to voice mail.

I would like the caller to know what local time he/she is calling. (I get calls from three different time zones including a time line cross.) Would it be possible to have a check box in time conditions menu for Allison to
Say time -
sub-option say Time
Sub option - Say Date

Here is the code that I put in extensions_additional.conf, but it gets clobbered every time I update.


exten => s,n,Playback(current-time-is)
exten => s,n,SayUnixTime(,,IMp)
exten => s,n,Playback(on)
exten => s,n,SayUnixTime(,,ABd)

This is analogous to people recording the date on their outgoing voicemail saying “Today is May 15 and I am in the office”

Thank you

this is not the place to post feature requests. Got to http://freepbx.org/trac and enter a feature request ticket there. You will need to create an account on trac if you don’t already have one.

Thanks