FreeSWITCH.Native.freeswitch.switch_config_open_file C# (CSharp) Method

switch_config_open_file() public static method

public static switch_config_open_file ( switch_config cfg, string file_path ) : int
cfg switch_config
file_path string
return int
        public static int switch_config_open_file(switch_config cfg, string file_path)
        {
            int ret = freeswitchPINVOKE.switch_config_open_file(switch_config.getCPtr(cfg), file_path);
            return ret;
        }
freeswitch