mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-27 01:04:01 +00:00
mod_callcenter: Small fix for strategy top-down
This commit is contained in:
parent
bee247ca7b
commit
f17e962636
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user