confname         2361 mod_freetdm/mod_freetdm.c static ftdm_conf_node_t *get_ss7_config_node(switch_xml_t cfg, const char *confname)
confname         2367 mod_freetdm/mod_freetdm.c 	rootnode = switch_core_hash_find(globals.ss7_configs, confname);
confname         2369 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         2372 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         2392 mod_freetdm/mod_freetdm.c 		if (!strcasecmp(name, confname)) {
confname         2398 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         2404 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         2410 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         2417 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         2424 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         2429 mod_freetdm/mod_freetdm.c 	switch_core_hash_insert(globals.ss7_configs, confname, rootnode);
confname         2431 mod_freetdm/mod_freetdm.c 	switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Added SS7 node configuration %s\n", confname);