confname 2260 mod_freetdm/mod_freetdm.c static ftdm_conf_node_t *get_ss7_config_node(switch_xml_t cfg, const char *confname) confname 2266 mod_freetdm/mod_freetdm.c rootnode = switch_core_hash_find(globals.ss7_configs, confname); confname 2268 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "ss7 config %s was found in the hash already\n", confname); confname 2271 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "not found %s config in hash, searching in xml ...\n", confname); confname 2291 mod_freetdm/mod_freetdm.c if (!strcasecmp(name, confname)) { confname 2297 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "not found '%s' sng_isup XML config section\n", confname); confname 2303 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "failed to create root node for sng_isup config %s\n", confname); confname 2309 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "failed to process mtp_linksets for sng_isup config %s\n", confname); confname 2316 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "failed to process mtp_routes for sng_isup config %s\n", confname); confname 2323 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "failed to process isup_interfaces for sng_isup config %s\n", confname); confname 2328 mod_freetdm/mod_freetdm.c switch_core_hash_insert(globals.ss7_configs, confname, rootnode); confname 2330 mod_freetdm/mod_freetdm.c switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Added SS7 node configuration %s\n", confname);