Home
last modified time | relevance | path

Searched refs:switch_xml_open_cfg (Results 1 – 25 of 113) sorted by relevance

12345

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_abstraction/
H A Dmod_abstraction.c51 if (!(xml = switch_xml_open_cfg(global_cf, &cfg, NULL))) { in SWITCH_STANDARD_API()
117 if (!(xml = switch_xml_open_cfg(global_cf, &cfg, NULL))) { in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail_ivr/
H A Dconfig.c46 if (!(xml = switch_xml_open_cfg(global_cf, &cfg, NULL))) { in menu_init()
180 if (!(xml = switch_xml_open_cfg(global_cf, &cfg, NULL))) { in get_profile()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_hiredis/
H A Dhiredis_utils.c40 if (!(xml = switch_xml_open_cfg(conf, &cfg, NULL))) { in mod_hiredis_do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_directory/
H A Dmod_dialplan_directory.c61 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_fail2ban/
H A Dmod_fail2ban.c24 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in mod_fail2ban_do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/loggers/mod_syslog/
H A Dmod_syslog.c186 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_amqp/
H A Dmod_amqp_utils.c95 if (!(xml = switch_xml_open_cfg("amqp.conf", &cfg, NULL))) { in mod_amqp_do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_odbc_cdr/
H A Dmod_odbc_cdr.c90 if (!(xml = switch_xml_open_cfg(global_cf, &cfg, NULL))) { in load_table()
408 if (!(xml = switch_xml_open_cfg(global_cf, &cfg, NULL))) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_cdr_sqlite/
H A Dmod_cdr_sqlite.c207 if ((xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_smpp/
H A Dmod_smpp.c160 if (!(xml = switch_xml_open_cfg(conf, &cfg, NULL))) { in mod_smpp_do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_prefix/
H A Dmod_prefix.c215 if ((xml = switch_xml_open_cfg("prefix.conf", &cfg, NULL))) { in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_codec2/
H A Dmod_codec2.c271 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in codec2_load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/asr_tts/mod_tts_commandline/
H A Dmod_tts_commandline.c62 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_tts_commandline_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/loggers/mod_raven/
H A Dmod_raven.c245 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp.c530 …if ((xml = switch_xml_open_cfg("spandsp.conf", &cfg, NULL)) || (xml = switch_xml_open_cfg("fax.con… in load_configuration()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_blacklist/
H A Dmod_blacklist.c121 if (!(xml = switch_xml_open_cfg("mod_blacklist.conf", &cfg, NULL))) { in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/loggers/mod_graylog2/
H A Dmod_graylog2.c230 if (!(xml = switch_xml_open_cfg("graylog2.conf", &cfg, NULL))) { in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml.h411 SWITCH_DECLARE(switch_xml_t) switch_xml_open_cfg(_In_z_ const char *file_path, _Out_ switch_xml_t *…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/
H A Dmodjava.c196 xml = switch_xml_open_cfg("java.conf", &cfg, NULL); in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_distributor/
H A Dmod_distributor.c124 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_easyroute/
H A Dmod_easyroute.c104 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_translate/
H A Dmod_translate.c63 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/asr_tts/mod_cepstral/
H A Dmod_cepstral.c419 if (xml = switch_xml_open_cfg(cf, &cfg, NULL)) { in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_scgi/
H A Dmod_xml_scgi.c243 if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) { in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_ei_utils.c875 if (!(xml = switch_xml_open_cfg(cf, &cfg, params))) { in fetch_config_filters()
911 if (!(xml = switch_xml_open_cfg(cf, &cfg, params))) { in fetch_config_handlers()

12345