Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
void(* | build_notify )(pjsip_tx_data *, void *) |
struct ast_sip_endpoint * | endpoint |
void * | info |
Definition at line 266 of file res_pjsip_notify.c.
void(* build_notify) (pjsip_tx_data *, void *) |
Function to help build notify request
Definition at line 272 of file res_pjsip_notify.c.
Referenced by notify_ami_data_create(), notify_cli_data_create(), and notify_contact().
struct ast_sip_endpoint* endpoint |
The endpoint being notified
Definition at line 268 of file res_pjsip_notify.c.
Referenced by notify_ami_data_create(), notify_ami_data_destroy(), notify_cli_data_create(), notify_cli_data_destroy(), notify_contact(), notify_uri(), and push_notify().
void* info |
The info of headers, types and content
Definition at line 270 of file res_pjsip_notify.c.
Referenced by notify_ami_data_create(), notify_ami_data_destroy(), notify_cli_data_create(), notify_cli_data_destroy(), and notify_contact().