Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_sip_publication Struct Reference

Structure representing a SIP publication. More...

Data Fields

char data [0]
 Data containing the above.
 
struct ao2_containerdatastores
 
struct ast_sip_endpointendpoint
 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_handlerhandler
 Handler for this publication.
 
char * resource
 The resource the publication is to.
 
int sched_id
 Scheduled item for expiration of publication.
 

Detailed Description

Structure representing a SIP publication.

Definition at line 356 of file res_pjsip_pubsub.c.

Field Documentation

struct ao2_container* datastores

Publication datastores set up by handlers

Definition at line 358 of file res_pjsip_pubsub.c.


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