Asterisk - The Open Source Telephony Project
18.5.0
|
#include <sip_api.h>
Data Fields | |
const char * | name |
int(* | sipinfo_send )(struct ast_channel *chan, struct ast_variable *headers, const char *content_type, const char *content, const char *useragent_filter) |
const int | version |
const char* name |
Definition at line 32 of file sip_api.h.
Referenced by ast_sip_api_provider_register(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().
int(* sipinfo_send) (struct ast_channel *chan, struct ast_variable *headers, const char *content_type, const char *content, const char *useragent_filter) |
Definition at line 33 of file sip_api.h.
Referenced by ast_sipinfo_send().
const int version |
Definition at line 31 of file sip_api.h.
Referenced by ast_sip_api_provider_register(), and ParsingContext::next().