mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
add min of day to time rules
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14379 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e1ef1f2473
commit
6ad173485a
@ -74,7 +74,7 @@ static int parse_exten(switch_core_session_t *session, switch_caller_profile_t *
|
||||
const char *xwday = switch_xml_attr(xcond, "wday");
|
||||
const char *xhour = switch_xml_attr(xcond, "hour");
|
||||
const char *xminute = switch_xml_attr(xcond, "minute");
|
||||
const char *xminday = switch_xml_attr(xcond, "minute_of_day");
|
||||
const char *xminday = switch_xml_attr(xcond, "minute-of-day");
|
||||
switch_time_t ts = switch_micro_time_now();
|
||||
int time_match = -1;
|
||||
switch_time_exp_t tm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user