Asterisk - The Open Source Telephony Project  18.5.0
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

struct ao2_container* publishers

◆ 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(), sip_outbound_publish_state_destroy(), and sip_outbound_publish_synchronize().


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