3CX is the add-on module designed for the integration your Splynx with 3CX service via the server-side CRM integration engine and its own API. 3CX add-on simplifies the calls management in Splynx, as a result, we have a complete call history in relation to the specific customer, it's possible to listen, download the recorded files, add the comment to the call, to link/unlink call to the ticket etc.
IMPORTANT: To use the CRM Integration module, you should have the 3CX Professional license level.
NOTE: 3CX server is required to be installed on separate/cloud server.
For more information about 3CX installation on the server, see link.
To install the add-on use one of the two methods: via CLI on the Splynx server or via the Splynx Web UI.
To install the add-on via CLI, the following commands can be used:
apt-get update
apt-get install splynx-3cx
To install the add-on from the Web UI:
Navigate to Config → Integrations → Add-ons
:
Find there the splynx-3cx
add-on and click on the install icon in the Actions column of the table:
Then, click on the OK, confirm button to begin the installation process:
Once the installation process has completed, all configurations for the add-on can be found in Config → Integrations → Modules list
, simply click on the necessary icon of the splynx_3cx_addon
module and you will be able to change settings of the add-on:
In the add-on configuration you can set the absolute path to the record's folder, by default it's /var/lib/3cxpbx/Instance1/Data/Recordings/
.
After installing the add-on, the API key and its secret will be created in Splynx (the Unsecure access
option is enabled by default) with the following permissions:
Customers |
---|
Customer: Add, View; Customer notes: Add |
CRM |
---|
Leads: Add, View; Leads notes: Add |
In Config → Integrations
, you can find the 3CX section with the link to download the generated XML configuration file - splynx.xml
.
Suggested read: CRM Template XML Description.
Save the output XML file on your local machine and do not edit it, it will be used for the CRM integration procedure. Note, to use the CRM integration module on 3CX server, you need to purchase the 3CX Professional level license.
Let's perform the first time configuration of the 3CX system:
Sign up on the 3CX web page with preferred price choice
Choose the location for the 3CX system, write down your license key and follow the required installation steps. Open the IP of the machine 3CX is installed on followed by port 5015
in a browser, e.g. https://IP_address:5015. The 3CX Web Configuration Tool guides you through important network and security settings.
Check the following links for more details:
Config → Integration → 3CX
on the the server with 3CX system.sudo su
adduser splynx
cd ~splynx
mkdir .ssh && cd .ssh
touch authorized_keys
echo "ssh-rsa rsa_key_value= splynx@base" >> "authorized_keys"
The permission and owner to .ssh folder should be the next drwxr-xr-x 2 root root 4096 Sep 15 08:40 .ssh
.
Type the IP address or domain name of your 3CX system in Domain or IP field and press the Test Connection button to check the connection. Press Save button in order to save the entered IP address or domain name.
Management Console → Settings → CRM
and choose the Server side tab.NOTE:
The Domain Part field should contain only the main domain address (without https//:
| www.
, etc.), for example if we have the address https://www.portal.mysplynx.com/
, only portal.mysplynx.com
should be used.
And press the Test button to check the CRM configuration.
Then, scroll down and enable the Call Journaling:
After a new update to the 3CX software, the automatic creation of new leads or customers from unknown numbers is no longer available.
To create a new lead or customer, you should manually add the contact by clicking the Add contact
button when receiving a call from an unknown number (this option is also available for all outgoing and incoming calls):
A new window will then appear, prompting you to provide the required First and Last names. Additionally, you'll need to specify where to add the contact (CRM/Personal/Company/365):
To check the creation of contacts, try dialing a number and click on the Contacts item on the sidebar and enter the phone number to search in CRM:
More information about the integration process can be found at the following link.
The calls history with its directions can be found in customer's profile, the Communications tab:
The player to listen the call will be visible if the add-on receives voice_file_url
value. In case we use the 3d-party add-on that receives only recording_url
, the link (Recording: <link>
) to listen/download the file will appear instead.
To each call item in the list the description message can be added, the call can be link to the existing ticket in Splynx, if the ticket is closed, it will be reopened automatically.
Navigate to the 3CX server admin dashboard, click Settings and in the Recording Quota section disable the option Compress recordings to save space (ADPCM format 256Kb per minute instead of PCM format 1Mb per minute of recording)
:
The option Compression - enables to compress recordings in ADPCM format 256Kb to further conserve disk space.
If new contacts were created with unknown numbers and you want to delete them, navigate to Advanced → Contacts
and click on the X
button under the contact that you wish to delete from your 3cx system: