Project

General

Profile

Actions

Feature #7771

closed

Listen, Barge and Whisper - WebRTC Off on User

Added by Levy Ryan Nolasco over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Features
Target version:
Start date:
12/11/2019
Due date:
12/18/2019
% Done:

0%

Estimated time:

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.

Actions #1

Updated by Levy Ryan Nolasco over 4 years ago

  • Status changed from New to In Progress

Hi sir Chris,

Thanks for the update. We will make more test on this.

Actions #2

Updated by Levy Ryan Nolasco over 4 years ago

  • Status changed from In Progress to Closed

Hi,

This has been tested and now available on our git repo.

Actions #3

Updated by Chris Lomuntad over 4 years ago

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

Actions #4

Updated by Demian Biscocho about 4 years ago

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

Actions #5

Updated by Demian Biscocho about 4 years ago

  • Status changed from Closed to Feedback
Actions #6

Updated by Demian Biscocho about 4 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Go to top