mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
mod_callcenter: Small fix for strategy top-down
This commit is contained in:
@@ -2016,7 +2016,7 @@ static int members_callback(void *pArg, int argc, char **argv, char **columnName
|
||||
position = atoi(last_agent_tier_position);
|
||||
}
|
||||
if ((last_agent_tier_level = switch_channel_get_variable(member_channel, "cc_last_agent_tier_level"))) {
|
||||
position = atoi(last_agent_tier_level);
|
||||
level = atoi(last_agent_tier_level);
|
||||
}
|
||||
switch_core_session_rwunlock(member_session);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user