|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| const char * | attribute |
| int | max_allowed |
| int | min_required |
| int(* | validator )(const char *value) |
Definition at line 67 of file geoloc_gml.c.
| const char* attribute |
Definition at line 68 of file geoloc_gml.c.
Referenced by ast_geoloc_gml_validate_varlist(), and handle_gml_show().
| int max_allowed |
Definition at line 70 of file geoloc_gml.c.
Referenced by handle_gml_show().
| int min_required |
Definition at line 69 of file geoloc_gml.c.
Referenced by handle_gml_show().
| int(* validator) (const char *value) |
Definition at line 71 of file geoloc_gml.c.