The PortSIP PBX provides a simple, but powerful rebranding feature that allows you to customize the PortSIP PBX Web Portal according to your preferences. Below, is the list of options or elements that you may customize with this add-on:
- PBX Name
- Company Name
- Website Link
- Logo
- PBX User Agent
- Company News
- WebRTC, Windows, Mobile Apps
After signed the PortSIP PBX Web Portal, click the Menu "Profile", on the "General" page, you can enter the below item for rebranding.
- Website
On the "Rebranding" page, you can enter the below items for rebranding.
- Company Name
- Product Name
- Logo
You can set the customer the PortSIP PBX User-Agent by following the steps.
On the "General" page, click the Menu "Profile" > "Advanced," and in the "User Agent" field, type the User-Agent string you desire.
After you completed the above steps, then click the left menu "WebRTC", the WebRTC client will be launched, it's displayed with your company information.
In the PortSIP PBX Web Portal, on the top right corner, it's always displayed the company news, PortSIP also supports you custom it to display your company news.
- Download the JSON file from here: https://portsip.com/news/portsip_news.json and save it as
news.json
- Edit the
news.json
file, replace the text and link - please keep in mind, just replace the text and link, don't change the JSON format - Save changes to the
new.json
, then upload it to your website, for example, https://yoursite.com/news/new.json
- If the PBX is installed on Linux, perform the below commands:
su root
vi /var/lib/portsip/system.ini
- You will see the below content.
[global]
private_ipaddr_v4=
public_ipaddr_v4=
private_ipaddr_v6=
public_ipaddr_v6=
event_url=https://www.portsip.com/news/portsip_news.json
- Change the https://www.portsip.com/news/portsip_news.json to https://yoursite.com/news/new.json
- Save the
system.ini
and exit the vi. - Perform the below commands:
docker exec -it portsip-pbx /bin/bash
supervisorctl
restart gateway
exit
- Now the event news is changed.\
-
Use Windows Notepad to open the C:\ProgramData\system.ini
-
You will see the below content
[global]
private_ipaddr_v4=
public_ipaddr_v4=
private_ipaddr_v6=
public_ipaddr_v6=
event_url=https://www.portsip.com/news/portsip_news.json -
Change the https://www.portsip.com/news/portsip_news.json to https://yoursite.com/news/new.json
-
Save the
system.ini
and close Windows Notepad -
Go to Windows Service manager, restart the PortSIP Call Manager.
Now the event news is changed.