Feature #7771
closed
Listen, Barge and Whisper - WebRTC Off on User
Added by Levy Ryan Nolasco over 5 years ago.
Updated over 5 years ago.
Description
Hi Team,
Please enable listen, barge and whisper feature when WebRTC is disabled in user settings. We made some test and still going to WebRTC even if its disabled on the User settings. It only works if WebRTC is diabled on the system settings.
Test Scenario
Admin WebRTC Off - Agent WebRTC enabled
1. Disable WebRTC on Admin via User settings. (Make sure to relogin if same Admin user is being used)
2. Register the admin phone extension on a softphone.
3. Have an agent make some test calls.
4. Test the Listen, Barge and Whisper.
Admin WebRTC enabled - Agent WebRTC Off
1. Disable WebRTC on agent via User settings.
2. Register the agent phone extension on a softphone.
3. Have an agent make some test calls.
4. Test the Listen, Barge and Whisper.
- Status changed from New to In Progress
Hi sir Chris,
Thanks for the update. We will make more test on this.
- Status changed from In Progress to Closed
Hi,
This has been tested and now available on our git repo.
Team,
After you pull the changes, modify the file php/Config.php and change the kamailio db credentials to the right one.
define('DB_USERNAME_KAMAILIO', 'kamailio');
define('DB_PASSWORD_KAMAILIO', 'kamailio1234');
define('DB_HOST_KAMAILIO', 'localhost');
define('DB_NAME_KAMAILIO', 'kamailio');
define('DB_PORT_KAMAILIO', '3306');
Cheers,
Chris
Bakit kailangan pa ng bagong entries sa php/Config.php? Meron na tayo config entries for Kamailio sa html/astguiclient.conf diba?
Chris Lomuntad wrote:
Team,
After you pull the changes, modify the file php/Config.php and change the kamailio db credentials to the right one.
[...]
Cheers,
Chris
- Status changed from Closed to Feedback
- Status changed from Feedback to Closed
Also available in: Atom
PDF
Go to top