mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 03:51:48 +00:00
fix syntax error with last commit
This commit is contained in:
parent
675cd2d432
commit
9c908b983f
@ -143,7 +143,7 @@ static int parse_exten(switch_core_session_t *session, switch_caller_profile_t *
|
|||||||
"Dialplan: %s Date/Time Match (PASS) [%s] break=%s\n",
|
"Dialplan: %s Date/Time Match (PASS) [%s] break=%s\n",
|
||||||
switch_channel_get_name(channel), exten_name, do_break_a ? do_break_a : "on-false");
|
switch_channel_get_name(channel), exten_name, do_break_a ? do_break_a : "on-false");
|
||||||
anti_action = SWITCH_FALSE;
|
anti_action = SWITCH_FALSE;
|
||||||
proceed = 1
|
proceed = 1;
|
||||||
} else if (time_match == 0) {
|
} else if (time_match == 0) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG_CLEAN(session), SWITCH_LOG_DEBUG,
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG_CLEAN(session), SWITCH_LOG_DEBUG,
|
||||||
"Dialplan: %s Date/TimeMatch (FAIL) [%s] break=%s\n",
|
"Dialplan: %s Date/TimeMatch (FAIL) [%s] break=%s\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user