Functions | |
| int | switch_config_open_file (switch_config_t *cfg, char *file_path) |
| Open a configuration file. | |
| void | switch_config_close_file (switch_config_t *cfg) |
| Close a previously opened configuration file. | |
| int | switch_config_next_pair (switch_config_t *cfg, char **var, char **val) |
| Retrieve next name/value pair from configuration file. | |
1.3.9.1