freetdm: ss7 - Fix bug where TDM alarms are not delivered when the span is in M2UA mode

This commit is contained in:
Moises Silva 2012-08-16 19:06:49 -04:00 committed by Kapil
parent 106e17f7a2
commit f3160f9ecf
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}