Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
allowed_field Struct Reference

A field that we understand and can perform operations on. More...

Data Fields

void *(*const get_field )(struct pjsip_history_entry *entry)
 Function that returns the field from a pjsip_history_entry. More...
 
enum aco_option_type return_type
 The type /c get_field returns. More...
 
const char * symbol
 The representation of the field. More...
 

Detailed Description

A field that we understand and can perform operations on.

Definition at line 119 of file res_pjsip_history.c.

Field Documentation

◆ get_field

void *(*const get_field) (struct pjsip_history_entry *entry)

Function that returns the field from a pjsip_history_entry.

Note that the function must return a pointer to the location in pjsip_history_entry - no memory should be allocated as the caller will not dispose of any

Definition at line 131 of file res_pjsip_history.c.

Referenced by evaluate_history_entry().

◆ return_type

enum aco_option_type return_type

The type /c get_field returns.

Definition at line 123 of file res_pjsip_history.c.

Referenced by evaluate_history_entry().

◆ symbol

const char* symbol

The representation of the field.

Definition at line 121 of file res_pjsip_history.c.

Referenced by get_allowed_field().


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