FreeSWITCH API Documentation  1.7.0
Functions
switch_config.c File Reference
#include <switch.h>
#include <switch_config.h>
+ Include dependency graph for switch_config.c:

Go to the source code of this file.

Functions

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