mod_callcenter: Small fix

This commit is contained in:
Marc Olivier Chouinard 2012-01-29 15:50:14 -05:00
parent 9f8d37decf
commit ce4256971b
1 changed files with 1 additions and 1 deletions

View File

@ -1479,7 +1479,7 @@ static void *SWITCH_THREAD_FUNC outbound_agent_thread_run(switch_thread_t *threa
} }
} else { } else {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(member_session), SWITCH_LOG_DEBUG, "Invalid agent type '%s' for agent '%s', aborting member offering", h->agent_type, h->agent_name); switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(member_session), SWITCH_LOG_DEBUG, "Invalid agent type '%s' for agent '%s', aborting member offering", h->agent_type, h->agent_name);
status = SWITCH_CAUSE_USER_NOT_REGISTERED; cause = SWITCH_CAUSE_USER_NOT_REGISTERED;
} }
/* Originate/Bridge is not finished, processing the return value */ /* Originate/Bridge is not finished, processing the return value */