Asterisk - The Open Source Telephony Project
21.4.1
|
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. | |
const char * | symbol |
The representation of the field. | |
A field that we understand and can perform operations on.
Definition at line 119 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 131 of file res_pjsip_history.c.
Referenced by evaluate_history_entry().