Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
void(* | build_notify )(pjsip_tx_data *, void *) |
struct ast_sip_endpoint * | endpoint |
void * | info |
Definition at line 271 of file res_pjsip_notify.c.
void(* build_notify) (pjsip_tx_data *, void *) |
Function to help build notify request
Definition at line 277 of file res_pjsip_notify.c.
struct ast_sip_endpoint* endpoint |
The endpoint being notified
Definition at line 273 of file res_pjsip_notify.c.
void* info |
The info of headers, types and content
Definition at line 275 of file res_pjsip_notify.c.