|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|

Data Fields | |
| void(* | build_notify )(pjsip_tx_data *, void *) |
| struct ast_sip_endpoint * | endpoint |
| void * | info |
Definition at line 278 of file res_pjsip_notify.c.
| void(* build_notify) (pjsip_tx_data *, void *) |
Function to help build notify request
Definition at line 284 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 280 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 282 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(), and push_notify().