mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-3688 update and repeat tests
This commit is contained in:
parent
513a9e1a9a
commit
a160f30ee7
@ -1312,6 +1312,11 @@ void sofia_event_callback(nua_event_t event,
|
|||||||
{
|
{
|
||||||
sofia_dispatch_event_t *de;
|
sofia_dispatch_event_t *de;
|
||||||
|
|
||||||
|
if (event == nua_r_invite && status >= 900) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
switch_mutex_lock(profile->flag_mutex);
|
switch_mutex_lock(profile->flag_mutex);
|
||||||
profile->queued_events++;
|
profile->queued_events++;
|
||||||
switch_mutex_unlock(profile->flag_mutex);
|
switch_mutex_unlock(profile->flag_mutex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user