Asterisk - The Open Source Telephony Project
GIT-master-a24979a
|
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 2845 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 2849 of file res_pjsip.h.
Referenced by ast_sip_format_endpoint_ami().