Asterisk - The Open Source Telephony Project GIT-master-b023714
Loading...
Searching...
No Matches
Data Fields
ast_sip_endpoint_formatter Struct Reference

An entity responsible formatting endpoint information. More...

#include <res_pjsip.h>

Collaboration diagram for ast_sip_endpoint_formatter:
Collaboration graph
[legend]

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 
 

Detailed Description

An entity responsible formatting endpoint information.

Definition at line 3226 of file res_pjsip.h.

Field Documentation

◆ format_ami

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().

◆ next [1/2]

◆ [struct] [2/2]

struct { ... } next

The documentation for this struct was generated from the following file: