Sat Apr 26 2014 22:03:25

Asterisk developer's documentation


jingle_endpoint Struct Reference

Endpoint which contains configuration information and active sessions. More...

Collaboration diagram for jingle_endpoint:

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_capcap
struct ast_xmpp_clientconnection
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
struct ast_codec_pref prefs
iksrule * rule
struct jingle_endpoint_statestate
enum jingle_transport transport

Detailed Description

Endpoint which contains configuration information and active sessions.

Definition at line 128 of file chan_motif.c.


Field Documentation

Definition at line 136 of file chan_motif.c.

< 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 136 of file chan_motif.c.

Definition at line 136 of file chan_motif.c.

Referenced by jingle_new().

Call group

Definition at line 143 of file chan_motif.c.

Referenced by custom_group_handler(), and jingle_new().

Formats to use

Definition at line 142 of file chan_motif.c.

Referenced by jingle_alloc(), jingle_endpoint_alloc(), jingle_endpoint_destructor(), and load_module().

Definition at line 136 of file chan_motif.c.

Referenced by jingle_new().

Definition at line 136 of file chan_motif.c.

Referenced by jingle_new().

unsigned int maxicecandidates

Maximum number of ICE candidates we will offer

Definition at line 139 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 140 of file chan_motif.c.

Referenced by jingle_alloc(), and load_module().

Definition at line 136 of file chan_motif.c.

Referenced by jingle_new().

Definition at line 136 of file chan_motif.c.

Pickup group

Definition at line 144 of file chan_motif.c.

Referenced by custom_group_handler(), and jingle_new().

Codec preferences

Definition at line 141 of file chan_motif.c.

Referenced by jingle_alloc().

iksrule* rule

Active matching rule

Definition at line 138 of file chan_motif.c.

Referenced by custom_connection_handler(), and jingle_endpoint_destructor().

Default transport to use on outgoing sessions

Definition at line 145 of file chan_motif.c.

Referenced by custom_transport_handler(), jingle_alloc(), and jingle_endpoint_alloc().


The documentation for this struct was generated from the following file: