Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_sip_outbound_publish_client Struct Reference

Outbound publish client state information (persists for lifetime of a publish) More...

Collaboration diagram for ast_sip_outbound_publish_client:
Collaboration graph
[legend]

Data Fields

struct ao2_containerdatastores
 Publisher datastores set up by handlers. More...
 
struct ast_sip_outbound_publishpublish
 Outbound publish information. More...
 
struct ao2_containerpublishers
 Container of all the client publishing objects. More...
 
unsigned int started
 Publishing has been fully started and event type informed. More...
 

Detailed Description

Outbound publish client state information (persists for lifetime of a publish)

Definition at line 228 of file res_pjsip_outbound_publish.c.

Field Documentation

◆ datastores

struct ao2_container* datastores

◆ publish

struct ast_sip_outbound_publish* publish

◆ publishers

Container of all the client publishing objects.

Definition at line 234 of file res_pjsip_outbound_publish.c.

Referenced by ast_sip_publish_client_send(), and current_state_reusable().

◆ started

unsigned int started

Publishing has been fully started and event type informed.

Definition at line 236 of file res_pjsip_outbound_publish.c.

Referenced by cancel_and_unpublish().


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