Feature #7771
closedListen, Barge and Whisper - WebRTC Off on User
0%
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.
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.
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.
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
Updated by Demian Biscocho over 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
Updated by Demian Biscocho over 4 years ago
- Status changed from Closed to Feedback
Updated by Demian Biscocho over 4 years ago
- Status changed from Feedback to Closed