freetdm: start ss7 span
This commit is contained in:
parent
1339e2185f
commit
000e3c16e3
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue