FS-7200, fix dialplan parsing when using date/time matches

This commit is contained in:
François 2015-01-27 17:10:47 +01:00
parent 193e584efc
commit 57a76001d0

View File

@ -230,6 +230,7 @@ static int parse_exten(switch_core_session_t *session, switch_caller_profile_t *
"%sDialplan: %s Date/TimeMatch (FAIL) [%s] break=%s\n", space,
switch_channel_get_name(channel), exten_name, do_break_a ? do_break_a : "on-false");
}
proceed = 0;
}