Asterisk - The Open Source Telephony Project  18.5.0
Public Member Functions | Data Fields
ast_sip_publication_resource Struct Reference

Structure representing a publication resource. More...

Collaboration diagram for ast_sip_publication_resource:
Collaboration graph
[legend]

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_variableevents
 Mapping for event types to configuration. More...
 

Detailed Description

Structure representing a publication resource.

Definition at line 509 of file res_pjsip_pubsub.c.

Member Function Documentation

◆ SORCERY_OBJECT()

SORCERY_OBJECT ( details  )

Sorcery object details.

Field Documentation

◆ endpoint

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().

◆ events

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().


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