total++;
field = (char *) switch_xml_attr(xregex, "field");
-
+
if (field) {
if (strchr(field, '$')) {
if ((field_expanded = switch_channel_expand_variables(channel, field)) == field) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG_CLEAN(session), SWITCH_LOG_DEBUG,
"Dialplan: %s Absolute Condition [%s] match=%s\n", switch_channel_get_name(channel), exten_name, all ? "all" : "any");
pass++;
+ proceed = 1;
if (!all && !xor) break;
} else if (time_match == 1) {
pass++;
+ proceed = 1;
if (!all && !xor) break;
}