Asterisk - The Open Source Telephony Project
21.4.1
|
Structure representing a SIP publication. More...
Data Fields | |
char | data [0] |
Data containing the above. | |
struct ao2_container * | datastores |
struct ast_sip_endpoint * | endpoint |
The endpoint with which the subscription is communicating. | |
int | entity_tag |
Entity tag for the publication. | |
char * | event_configuration_name |
The name of the event type configuration. | |
unsigned int | expires |
Expiration time of the publication. | |
struct ast_sip_publish_handler * | handler |
Handler for this publication. | |
char * | resource |
The resource the publication is to. | |
int | sched_id |
Scheduled item for expiration of publication. | |
Structure representing a SIP publication.
Definition at line 356 of file res_pjsip_pubsub.c.
struct ao2_container* datastores |
Publication datastores set up by handlers
Definition at line 358 of file res_pjsip_pubsub.c.