Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_sip_subscription Struct Reference

Structure representing a "virtual" SIP subscription. More...

Collaboration diagram for ast_sip_subscription:
Collaboration graph
[legend]

Data Fields

struct ast_sip_pubsub_body_generatorbody_generator
 
struct ao2_containerdatastores
 
const struct ast_sip_subscription_handlerhandler
 
struct sip_subscription_treetree
 

Detailed Description

Structure representing a "virtual" SIP subscription.

This structure serves a dual purpose. Structurally, it is the constructed tree of subscriptions based on the resources being subscribed to. API-wise, this serves as the handle that subscription handlers use in order to interact with the pubsub API.

Definition at line 477 of file res_pjsip_pubsub.c.

Field Documentation

◆ body_generator

struct ast_sip_pubsub_body_generator* body_generator

◆ datastores

struct ao2_container* datastores

◆ handler

const struct ast_sip_subscription_handler* handler

◆ tree

struct sip_subscription_tree* tree

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