Asterisk - The Open Source Telephony Project
18.5.0
|
Endpoint which contains configuration information and active sessions. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | accountcode |
ast_group_t | callgroup |
struct ast_format_cap * | cap |
struct ast_xmpp_client * | connection |
const ast_string_field | context |
const ast_string_field | language |
unsigned int | maxicecandidates |
unsigned int | maxpayloads |
const ast_string_field | musicclass |
const ast_string_field | name |
const ast_string_field | parkinglot |
ast_group_t | pickupgroup |
iksrule * | rule |
struct jingle_endpoint_state * | state |
enum jingle_transport | transport |
Endpoint which contains configuration information and active sessions.
Definition at line 275 of file chan_motif.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 283 of file chan_motif.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 283 of file chan_motif.c.
const ast_string_field accountcode |
ast_group_t callgroup |
Call group
Definition at line 289 of file chan_motif.c.
Referenced by custom_group_handler(), and jingle_new().
struct ast_format_cap* cap |
Formats to use
Definition at line 288 of file chan_motif.c.
Referenced by jingle_alloc(), jingle_endpoint_alloc(), jingle_endpoint_destructor(), and load_module().
struct ast_xmpp_client* connection |
Connection to use for traffic
Definition at line 284 of file chan_motif.c.
Referenced by custom_connection_handler(), jingle_action_session_accept(), jingle_action_session_info(), jingle_action_session_initiate(), jingle_action_session_terminate(), jingle_action_transport_info(), jingle_alloc(), jingle_endpoint_destructor(), and jingle_new().
const ast_string_field context |
Context to place incoming calls into
Definition at line 283 of file chan_motif.c.
Referenced by jingle_new().
const ast_string_field language |
Default language for prompts
Definition at line 283 of file chan_motif.c.
Referenced by jingle_new().
unsigned int maxicecandidates |
Maximum number of ICE candidates we will offer
Definition at line 286 of file chan_motif.c.
Referenced by jingle_alloc(), and load_module().
unsigned int maxpayloads |
Maximum number of payloads we will offer
Definition at line 287 of file chan_motif.c.
Referenced by jingle_alloc(), and load_module().
const ast_string_field musicclass |
Configured music on hold class
Definition at line 283 of file chan_motif.c.
Referenced by jingle_new().
const ast_string_field name |
Name of the endpoint
Definition at line 283 of file chan_motif.c.
Referenced by custom_connection_handler(), custom_transport_handler(), PathSegment::get_child(), jingle_endpoint_cmp(), jingle_endpoint_hash(), jingle_new(), Parameter::load(), SwaggerType::load(), and Property::load().
const ast_string_field parkinglot |
Configured parking lot
Definition at line 283 of file chan_motif.c.
ast_group_t pickupgroup |
Pickup group
Definition at line 290 of file chan_motif.c.
Referenced by custom_group_handler(), and jingle_new().
iksrule* rule |
Active matching rule
Definition at line 285 of file chan_motif.c.
Referenced by custom_connection_handler(), and jingle_endpoint_destructor().
struct jingle_endpoint_state* state |
Endpoint state information
Definition at line 292 of file chan_motif.c.
Referenced by jingle_action_hook(), jingle_action_session_initiate(), jingle_alloc(), jingle_endpoint_alloc(), and jingle_endpoint_destructor().
enum jingle_transport transport |
Default transport to use on outgoing sessions
Definition at line 291 of file chan_motif.c.
Referenced by custom_transport_handler(), jingle_alloc(), and jingle_endpoint_alloc().