Asterisk - The Open Source Telephony Project
18.5.0
|
Struct to handle custom SIP notify requests. Dynamically allocated when needed. More...
#include <sip.h>
Data Fields | |
struct ast_str * | content |
struct ast_variable * | headers |
Struct to handle custom SIP notify requests. Dynamically allocated when needed.
struct ast_str* content |
Definition at line 953 of file sip.h.
Referenced by manager_sipnotify(), sip_cli_notify(), sip_notify_alloc(), sip_pvt_dtor(), and transmit_invite().
struct ast_variable* headers |
Definition at line 952 of file sip.h.
Referenced by manager_sipnotify(), sip_cli_notify(), sip_pvt_dtor(), and transmit_invite().