Asterisk - The Open Source Telephony Project
18.5.0
|
An entity responsible formatting endpoint information. More...
#include <res_pjsip.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_sip_endpoint_formatter) next | |
Data Fields | |
int(* | format_ami )(const struct ast_sip_endpoint *endpoint, struct ast_sip_ami *ami) |
Callback used to format endpoint information over AMI. More... | |
An entity responsible formatting endpoint information.
Definition at line 2763 of file res_pjsip.h.
AST_LIST_ENTRY | ( | ast_sip_endpoint_formatter | ) |
int(* format_ami) (const struct ast_sip_endpoint *endpoint, struct ast_sip_ami *ami) |
Callback used to format endpoint information over AMI.
Definition at line 2767 of file res_pjsip.h.
Referenced by ast_sip_format_endpoint_ami().