| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 317 of file chan_motif.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 325 of file chan_motif.c.
| struct ast_string_field_pool* __field_mgr_pool | 
< Name of the endpoint
< Context to place incoming calls into
< Account code
< Default language for prompts
< Configured music on hold class
< Configured parking lot
Definition at line 325 of file chan_motif.c.
| const ast_string_field accountcode | 
Definition at line 325 of file chan_motif.c.
Referenced by jingle_new().
| ast_group_t callgroup | 
Call group
Definition at line 331 of file chan_motif.c.
Referenced by custom_group_handler(), and jingle_new().
| struct ast_format_cap* cap | 
Formats to use
Definition at line 330 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 326 of file chan_motif.c.
Referenced by custom_connection_handler(), jingle_action_session_terminate(), jingle_alloc(), jingle_endpoint_destructor(), and jingle_new().
| const ast_string_field context | 
Definition at line 325 of file chan_motif.c.
Referenced by jingle_new(), and load_module().
| const ast_string_field language | 
Definition at line 325 of file chan_motif.c.
Referenced by jingle_new().
| unsigned int maxicecandidates | 
Maximum number of ICE candidates we will offer
Definition at line 328 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 329 of file chan_motif.c.
Referenced by jingle_alloc(), and load_module().
| const ast_string_field musicclass | 
Definition at line 325 of file chan_motif.c.
Referenced by jingle_new(), and load_module().
| const ast_string_field name | 
Definition at line 325 of file chan_motif.c.
Referenced by custom_connection_handler(), custom_transport_handler(), PathSegment::get_child(), jingle_endpoint_cmp(), jingle_endpoint_hash(), jingle_new(), and SwaggerType::load().
| const ast_string_field parkinglot | 
Definition at line 325 of file chan_motif.c.
Referenced by load_module().
| ast_group_t pickupgroup | 
Pickup group
Definition at line 332 of file chan_motif.c.
Referenced by custom_group_handler(), and jingle_new().
| iksrule* rule | 
Active matching rule
Definition at line 327 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 334 of file chan_motif.c.
Referenced by jingle_action_hook(), jingle_alloc(), jingle_endpoint_alloc(), and jingle_endpoint_destructor().
| enum jingle_transport transport | 
Default transport to use on outgoing sessions
Definition at line 333 of file chan_motif.c.
Referenced by custom_transport_handler(), jingle_alloc(), and jingle_endpoint_alloc().