Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
int | ack_call |
TRUE if agent needs to ack a call to accept it. More... | |
unsigned int | auto_logoff |
Number of seconds for agent to ack a call before being logged off. More... | |
const ast_string_field | beep_sound |
const ast_string_field | dtmf_accept |
DTMF string for an agent to accept a call. * *. More... | |
const ast_string_field | full_name |
const ast_string_field | moh |
int | record_agent_calls |
const ast_string_field | username |
unsigned int | wrapup_time |
Time after a call in ms before the agent can get a new call. More... | |
Agent config parameters.
Definition at line 354 of file app_agent_pool.c.
int ack_call |
TRUE if agent needs to ack a call to accept it.
Definition at line 390 of file app_agent_pool.c.
Referenced by bridge_agent_hold_push().
unsigned int auto_logoff |
Number of seconds for agent to ack a call before being logged off.
Definition at line 378 of file app_agent_pool.c.
const ast_string_field beep_sound |
Beep sound file to use. Alert the agent a call is waiting.
Definition at line 371 of file app_agent_pool.c.
const ast_string_field dtmf_accept |
DTMF string for an agent to accept a call. * *.
Definition at line 371 of file app_agent_pool.c.
Referenced by bridge_agent_hold_push().
const ast_string_field full_name |
Name of agent for logging and querying purposes
Definition at line 371 of file app_agent_pool.c.
Referenced by PathSegment::__init__().
const ast_string_field moh |
MOH class to use while agent waiting for call.
Definition at line 371 of file app_agent_pool.c.
Referenced by bridge_agent_hold_push().
int record_agent_calls |
TRUE if agent calls are automatically recorded.
Definition at line 392 of file app_agent_pool.c.
const ast_string_field username |
Identification of the agent. (agents config container key)
Definition at line 371 of file app_agent_pool.c.
unsigned int wrapup_time |
Time after a call in ms before the agent can get a new call.
Definition at line 384 of file app_agent_pool.c.
Referenced by bridge_agent_hold_push().