freetdm: ss7 - update to configuration file to mirror ISDN configuration

This commit is contained in:
Konrad Hammel 2011-02-15 11:58:16 -05:00
parent d53f3cd150
commit 11cc6f95cd
1 changed files with 1 additions and 1 deletions

View File

@ -2690,7 +2690,7 @@ static switch_status_t load_config(void)
ftdm_conf_parameter_t spanparameters[30];
char *id = (char *) switch_xml_attr(myspan, "id");
char *name = (char *) switch_xml_attr(myspan, "name");
char *configname = (char *) switch_xml_attr(myspan, "config");
char *configname = (char *) switch_xml_attr(myspan, "cfgprofile");
ftdm_span_t *span = NULL;
uint32_t span_id = 0;
unsigned paramindex = 0;