Asterisk - The Open Source Telephony Project GIT-master-b023714
|
An entity responsible formatting endpoint information. More...
#include <res_pjsip.h>
Data Fields | ||
int(* | format_ami )(const struct ast_sip_endpoint *endpoint, struct ast_sip_ami *ami) | |
Callback used to format endpoint information over AMI. | ||
struct { | ||
struct ast_sip_endpoint_formatter * next | ||
} | next | |
An entity responsible formatting endpoint information.
Definition at line 3226 of file res_pjsip.h.
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 3230 of file res_pjsip.h.
Referenced by ast_sip_format_endpoint_ami().
struct ast_sip_endpoint_formatter* next |
Definition at line 3232 of file res_pjsip.h.
Referenced by ast_sip_format_endpoint_ami(), and ast_sip_unregister_endpoint_formatter().
struct { ... } next |