freetdm: ss7 - Fix bug where TDM alarms are not delivered when the span is in M2UA mode
This commit is contained in:
parent
106e17f7a2
commit
f3160f9ecf
|
@ -423,6 +423,9 @@ static void *ftdm_sangoma_ss7_run(ftdm_thread_t * me, void *obj)
|
|||
/**********************************************************************/
|
||||
}
|
||||
check_span_oob_events(ftdmspan);
|
||||
|
||||
/* signal the core that sig events are queued for processing */
|
||||
ftdm_span_trigger_signals(ftdmspan);
|
||||
}
|
||||
goto ftdm_sangoma_ss7_stop;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue