Skip to main content
Version: 7.x

Bria Softphone

tip

This functionality is available for YetiForce version 7.0 and later

PBX integration via the Bria Softphone application.

The integration with Bria Softphone is based on Bria Desktop API, that allows the user to receive information about calls in real time.

Advantages and capabilities:

bria-softphone-1.png

Bria Softphone presentation

Bria Softphone configuration

Add configuration to PBX

Add a BRIA Softphone type entry

bria-softphone-2.png

Set internal number for users

Enter the internal phone number for users whose Bria Softphone integration you want to activate.

bria-softphone-3.png

Bria Softphone connection status

The icon on the top bar shows the current Bria Softphone integration status.

bria-softphone-4.png No connection with the phone

bria-softphone-5.png Connection with the phone is active; shows the current Bria Softphone user's number/name

bria-softphone-6.png Incoming or outgoing call; shows the caller's name/number

Dial a number in Bria Soft Phone

If the integration has been activated correctly, all phone type fields will show an additional phone icon.

When you click on a phone number or icon, a method will be called to create a call to the selected phone number.

bria-softphone-7.png

Handle incoming Bria Soft Phone calls

When you receive an incoming call, the system will inform you about it using a different icon and color, and will display the caller's number.

bria-softphone-8.png

Permissions

Browser permissions for Bria Soft Phone

Access to other applications and services on the device is mandatory for the application to work properly.

bria-softphone-10.jpg

You can change these settings at any point by clicking the website information icon.

bria-softphone-11.jpg

Permission to communicate with the Bria Soft Phone client

When you first launch the Bria Softphone application and connect the YetiForce system, it is necessary to allow communication between these applications.

bria-softphone-12.jpg

All permissions are stored in the application's 'Preferences'. For more information visit: https://docs.counterpath.com/docs/DeskUG/clients/UserGuides/Desktop/reference/deskApiAccess.htm

bria-softphone-13.jpg

Debugging

In order to enable logs in the browser for the Bria Softphone integration, set the $JS_DEBUG to true in the config/Debug.php file.

/** Turn on/off error debugging in javascript */
public static $JS_DEBUG = true;

bria-softphone-9.png