Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
distributor_dialog_data Struct Reference

Data Fields

pjsip_dialog * dlg
 
struct ast_sip_endpointendpoint
 
struct ast_taskprocessorserializer
 

Detailed Description

Dialog-specific information the distributor uses

Definition at line 150 of file pjsip_distributor.c.

Field Documentation

pjsip_dialog* dlg

dialog_associations ao2 container key

Definition at line 152 of file pjsip_distributor.c.

Referenced by ast_sip_dialog_set_endpoint(), and ast_sip_dialog_set_serializer().

struct ast_sip_endpoint* endpoint

Endpoint associated with this dialog

Definition at line 156 of file pjsip_distributor.c.

Referenced by ast_sip_dialog_get_endpoint(), ast_sip_dialog_set_endpoint(), and ast_sip_dialog_set_serializer().

Serializer to distribute tasks to for this dialog

Definition at line 154 of file pjsip_distributor.c.

Referenced by ast_sip_dialog_set_endpoint(), and ast_sip_dialog_set_serializer().


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