Asterisk - The Open Source Telephony Project
21.4.1
|
Structure used for persisting an inbound subscription. More...
Public Member Functions | |
SORCERY_OBJECT (details) | |
Data Fields | |
char | contact_uri [PJSIP_MAX_URL_SIZE] |
unsigned int | cseq |
char * | endpoint |
struct timeval | expires |
struct ast_json * | generator_data |
char | local_name [PJ_INET6_ADDRSTRLEN] |
int | local_port |
char | packet [PJSIP_MAX_PKT_LEN] |
int | prune_on_boot |
char | src_name [PJ_INET6_ADDRSTRLEN] |
int | src_port |
char * | tag |
char | transport_type [32] |
Structure used for persisting an inbound subscription.
Definition at line 381 of file res_pjsip_pubsub.c.
SORCERY_OBJECT | ( | details | ) |
Sorcery object details
char contact_uri[PJSIP_MAX_URL_SIZE] |
Contact URI
Definition at line 405 of file res_pjsip_pubsub.c.
unsigned int cseq |
Next CSeq to use for message
Definition at line 399 of file res_pjsip_pubsub.c.
char* endpoint |
The name of the endpoint involved in the subscription
Definition at line 385 of file res_pjsip_pubsub.c.
struct timeval expires |
When this subscription expires
Definition at line 403 of file res_pjsip_pubsub.c.
struct ast_json* generator_data |
Body generator specific persistence data
Definition at line 409 of file res_pjsip_pubsub.c.
char local_name[PJ_INET6_ADDRSTRLEN] |
Local transport address
Definition at line 395 of file res_pjsip_pubsub.c.
int local_port |
Local transport port
Definition at line 397 of file res_pjsip_pubsub.c.
char packet[PJSIP_MAX_PKT_LEN] |
SIP message that creates the subscription
Definition at line 387 of file res_pjsip_pubsub.c.
int prune_on_boot |
Prune subscription on restart
Definition at line 407 of file res_pjsip_pubsub.c.
char src_name[PJ_INET6_ADDRSTRLEN] |
Source address of the message
Definition at line 389 of file res_pjsip_pubsub.c.
int src_port |
Source port of the message
Definition at line 391 of file res_pjsip_pubsub.c.
char* tag |
Local tag of the dialog
Definition at line 401 of file res_pjsip_pubsub.c.
char transport_type[32] |
Local transport type (UDP,TCP,TLS)
Definition at line 393 of file res_pjsip_pubsub.c.