Asterisk - The Open Source Telephony Project
18.5.0
|
Structure representing a publication resource. More...
Public Member Functions | |
SORCERY_OBJECT (details) | |
Sorcery object details. More... | |
Data Fields | |
char * | endpoint |
Optional name of an endpoint that is only allowed to publish to this resource. More... | |
struct ast_variable * | events |
Mapping for event types to configuration. More... | |
Structure representing a publication resource.
Definition at line 509 of file res_pjsip_pubsub.c.
SORCERY_OBJECT | ( | details | ) |
Sorcery object details.
char* endpoint |
Optional name of an endpoint that is only allowed to publish to this resource.
Definition at line 513 of file res_pjsip_pubsub.c.
Referenced by publication_resource_destroy(), and resource_endpoint_handler().
struct ast_variable* events |
Mapping for event types to configuration.
Definition at line 515 of file res_pjsip_pubsub.c.
Referenced by publication_resource_destroy(), and resource_event_handler().