Pre-Submission Checklist

Type Of Change

Checklist:

Description

We have observed that when the call is answered and it is in active state more than 30 seconds, kamailio sends the notify messages with the "Idle" appearance to all the subscribed extensions. Practically it should not send the idle notification when the call is in active state.
We have tried to change the mod parameter "purge_expired_interval" to 3600 seconds. but still idle notification transmit in 30 seconds. To overcome this issue, we have commented below line in the sca.c file.

	register_timer( sca_appearance_purge_stale, sca, sca->cfg->purge_expired_interval);

You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3249

Commit Summary

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3249@github.com>