|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Outbound publish client state information (persists for lifetime of a publish) More...

Data Fields | |
| struct ao2_container * | datastores |
| Publisher datastores set up by handlers. | |
| struct ast_sip_outbound_publish * | publish |
| Outbound publish information. | |
| struct ao2_container * | publishers |
| Container of all the client publishing objects. | |
| unsigned int | started |
| Publishing has been fully started and event type informed. | |
Outbound publish client state information (persists for lifetime of a publish)
Definition at line 264 of file res_pjsip_outbound_publish.c.
| struct ao2_container* datastores |
Publisher datastores set up by handlers.
Definition at line 268 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(), and sip_outbound_publish_client_destroy().
| struct ast_sip_outbound_publish* publish |
Outbound publish information.
Definition at line 266 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_publisher_init(), and sip_outbound_publisher_set_uris().
| struct ao2_container* publishers |
Container of all the client publishing objects.
Definition at line 270 of file res_pjsip_outbound_publish.c.
Referenced by ast_sip_publish_client_send(), and current_state_reusable().
| unsigned int started |
Publishing has been fully started and event type informed.
Definition at line 272 of file res_pjsip_outbound_publish.c.
Referenced by cancel_and_unpublish().