Asterisk - The Open Source Telephony Project
18.5.0
|
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... | |
A field that we understand and can perform operations on.
Definition at line 122 of file res_pjsip_history.c.
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 134 of file res_pjsip_history.c.
Referenced by evaluate_history_entry().
enum aco_option_type return_type |
The type /c get_field returns.
Definition at line 126 of file res_pjsip_history.c.
Referenced by evaluate_history_entry().
const char* symbol |
The representation of the field.
Definition at line 124 of file res_pjsip_history.c.
Referenced by get_allowed_field().