Asterisk - The Open Source Telephony Project
18.5.0
|
Outbound publish client state information (persists for lifetime of a publish) More...
Data Fields | |
struct ao2_container * | datastores |
Publisher datastores set up by handlers. More... | |
struct ast_sip_outbound_publish * | publish |
Outbound publish information. More... | |
struct ao2_container * | publishers |
Container of all the client publishing objects. More... | |
unsigned int | started |
Publishing has been fully started and event type informed. More... | |
Outbound publish client state information (persists for lifetime of a publish)
Definition at line 228 of file res_pjsip_outbound_publish.c.
struct ao2_container* datastores |
Publisher datastores set up by handlers.
Definition at line 232 of file res_pjsip_outbound_publish.c.
Referenced by ast_sip_publish_client_add_datastore(), ast_sip_publish_client_get_datastore(), ast_sip_publish_client_remove_datastore(), sip_outbound_publish_client_destroy(), and sip_outbound_publish_state_alloc().
struct ast_sip_outbound_publish* publish |
Outbound publish information.
Definition at line 230 of file res_pjsip_outbound_publish.c.
Referenced by ast_sip_publish_client_get_from_uri(), ast_sip_publish_client_get_to_uri(), cancel_and_unpublish(), current_state_reusable(), schedule_publish_refresh(), set_transport(), sip_outbound_publish_client_destroy(), sip_outbound_publish_state_alloc(), sip_outbound_publish_synchronize(), sip_outbound_publisher_alloc(), sip_outbound_publisher_init(), sip_outbound_publisher_set_uris(), and stop_publishing().
struct ao2_container* 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_remove(), ast_sip_publish_client_send(), current_state_reusable(), sip_outbound_publish_client_add_publisher(), sip_outbound_publish_client_get_publisher(), sip_outbound_publish_state_alloc(), sip_outbound_publish_state_destroy(), and sip_outbound_publish_synchronize().
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().