diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 955096a30a..1645880e84 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -958,7 +958,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_worker_thread_run(switch_thread_t *thread } } - if (++loops >= 100) { + if (++loops >= 1000) { if (++ireg_loops >= IREG_SECONDS) { sofia_reg_check_expire(profile, switch_epoch_time_now(NULL), 0); ireg_loops = 0;