freetdm: start ss7 span

This commit is contained in:
Moises Silva 2010-05-31 06:27:03 -04:00
parent 1339e2185f
commit 000e3c16e3
1 changed files with 1 additions and 0 deletions

View File

@ -2276,6 +2276,7 @@ static switch_status_t load_config(void)
switch_copy_string(SPAN_CONFIG[span_id].dialplan, dialplan, sizeof(SPAN_CONFIG[span_id].dialplan));
switch_copy_string(SPAN_CONFIG[span_id].type, "Sangoma (SS7)", sizeof(SPAN_CONFIG[span_id].type));
ftdm_log(FTDM_LOG_DEBUG, "Configured ss7 FreeTDM span %d with config node %s\n", span_id, configname);
ftdm_span_start(span);
}
}