MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / add_cc_agent_top

Function add_cc_agent_top

modules/call_center/cc_data.h:369–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367
368
369static inline void add_cc_agent_top( struct cc_data *data,
370 struct cc_agent *agent)
371{
372 agent->next = data->agents[ agent->logged_in ];
373 data->agents[ agent->logged_in ] = agent;
374}
375
376
377static inline void agent_switch_login(struct cc_data* data,

Callers 2

agent_switch_loginFunction · 0.85
add_cc_agentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected