linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] How to disable prevent_colliding_calls using linph


From: Alexander Altshuler
Subject: [Linphone-developers] How to disable prevent_colliding_calls using linphone web plugin
Date: Tue, 31 Mar 2015 12:39:38 +0300

Hi
I use the latest linphone web plugin to develop custom web SIP client.
Platform - Windows/Firefox.

When my client has one incoming ringing call, another is auto-declined.
maxCalls is set to 6 and client is able to receive second calls when already connected.
I have feeling that the "prevent_colliding_calls" setting within "sip" section of config is responsible to control such behavior by looking to source code.

My JS code:
  core.init();
  core.config.setInt("sip", "prevent_colliding_calls", 0);

But it have no impact.
Any advises?
Thank you in advance!

Alexander Altshuler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]