Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sip.h>
Data Fields | |
void(* | destructor )(void *instance_data) |
enum subscriptiontype | event |
void(* | handle_error )(struct sip_pvt *, const int resp, struct sip_request *, struct sip_epa_entry *) |
void(* | handle_ok )(struct sip_pvt *, struct sip_request *, struct sip_epa_entry *) |
const char * | name |
Data which is the same for all instances of an EPA for a particular event package
void(* destructor) (void *instance_data) |
Destructor to call to clean up instance data
Definition at line 1633 of file sip.h.
Referenced by create_epa_entry().
enum subscriptiontype event |
void(* handle_error) (struct sip_pvt *, const int resp, struct sip_request *, struct sip_epa_entry *) |
The callback called when an error response is received on an outbound PUBLISH
Definition at line 1629 of file sip.h.
Referenced by handle_response_publish().
void(* handle_ok) (struct sip_pvt *, struct sip_request *, struct sip_epa_entry *) |
The callback called when a 200 OK is received on an outbound PUBLISH
Definition at line 1625 of file sip.h.
Referenced by handle_response_publish().
const char* name |
The name of the event as it would appear in a SIP message
Definition at line 1621 of file sip.h.
Referenced by find_static_data(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().