| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| DTMF string for an agent to accept a call. | |
| int | ack_call | 
| TRUE if agent needs to ack a call to accept it. | |
| unsigned int | auto_logoff | 
| Number of seconds for agent to ack a call before being logged off. | |
| const ast_string_field | beep_sound | 
| const ast_string_field | dtmf_accept | 
| 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. | |
Agent config parameters.
Definition at line 399 of file app_agent_pool.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 416 of file app_agent_pool.c.
| struct ast_string_field_pool* __field_mgr_pool | 
DTMF string for an agent to accept a call.
Identification of the agent. (agents config container key)
Name of agent for logging and querying purposes
Beep sound file to use. Alert the agent a call is waiting.
MOH class to use while agent waiting for call.
Definition at line 416 of file app_agent_pool.c.
| int ack_call | 
TRUE if agent needs to ack a call to accept it.
Definition at line 435 of file app_agent_pool.c.
Referenced by agent_alert().
| unsigned int auto_logoff | 
Number of seconds for agent to ack a call before being logged off.
Definition at line 423 of file app_agent_pool.c.
Referenced by bridge_agent_hold_heartbeat().
| const ast_string_field beep_sound | 
Definition at line 416 of file app_agent_pool.c.
Referenced by agent_alert(), and agent_handle_show_specific().
| const ast_string_field dtmf_accept | 
Definition at line 416 of file app_agent_pool.c.
Referenced by agent_alert().
| const ast_string_field full_name | 
Definition at line 416 of file app_agent_pool.c.
Referenced by action_agents(), agent_function_read(), agent_handle_show_specific(), and agent_show_requested().
| const ast_string_field moh | 
Definition at line 416 of file app_agent_pool.c.
Referenced by agent_function_read(), and agent_handle_show_specific().
| int record_agent_calls | 
TRUE if agent calls are automatically recorded.
Definition at line 437 of file app_agent_pool.c.
Referenced by agent_connect_caller(), and agent_handle_show_specific().
| const ast_string_field username | 
Definition at line 416 of file app_agent_pool.c.
Referenced by agent_cfg_alloc(), agent_cfg_find(), agent_cfg_sort_cmp(), agent_pvt_new(), and agents_post_apply_config().
| unsigned int wrapup_time | 
Time after a call in ms before the agent can get a new call.
Definition at line 429 of file app_agent_pool.c.
Referenced by bridge_agent_hold_heartbeat().