• Mon - Fri: 9:00 AM – 5:00 PM
  • February 21 2023
  • Sheeraz

Cross Tenant Calling – FusionPBX

If you like to Call cross tenant then create an outbound rout with the following settinga 5 is predefined number that I have chosen for cross tenant calling 4 is the length of the domain 2 extention nimber

Read More
  • May 23 2022
  • Sheeraz

Incorrect Time – FUSIONPBX

Check time on Linux CLI date and press enter, this is your server time. to check freeswitch time fs_cli -x “strftime” and press enter, this is your server time. If you freeswitch time is not consistant with the sever time then use the following command to correct freesswitch time. This command will end any active […]

Read More
  • March 25 2022
  • Sheeraz

Wake Up Call – Alarm – FusionPBX

This will help wake you up in the morning or whenever… hehehe… *925 Enter time hour for example 13 for 1pm Enter minutes for example 35 The above will run the wakeup-call or alarm at 1:35 PM For this to work properly and at correct time you would need to add timezoneoffset in dial plan […]

Read More
  • January 24 2022
  • Sheeraz

Talking Clock – FusionPBX

When using talking clock Current server date *9171 Current server time *9170 Current server date & time *9172 The time that you hear is Default server/freeswitch location time. However if your client location or one of your satellite office is in a different time zone then talking client will still announce server time & date. […]

Read More
  • March 15 2021
  • Sheeraz

Delete Old Fax or Voicemail – FusionPBX

Navigate to the following path and open maintenance file using you favourite terminal editor. I use nano. sudo nano /etc/cron.daily/fusionpbx-maintenance FAX find section for fax and edit number of days as required. in my case I have setup 15 days. Any fax older than 15 days will be deleted from the server. VOICEMAIL find section […]

Read More
  • March 10 2021
  • Sheeraz

Email 2 FAX – FusionPBX

Sending fax from you email coult not have been easier. Go to Applications > Fax Server Create New Fax Server by clicking Add Enter the details for fax server as desired, below image will give you an idea. Once you clicked on Advance the fax server page will expand and you will see the following […]

Read More
  • March 10 2021
  • Sheeraz

CHANGE FAX COVER PAGE LOGO – FUSIONPBX

METHOD 1 – EASY Navigate to you fusion pbx domain Menu > Advance > Default Settings Under category select fax Find variable cover logo and in the variable Value point to the logo like in the image below In my case the path is as follows /var/www/fusionpbx/app/fax/resources/images/logo.png METHOD 2 Using an ftp client and user […]

Read More
  • December 10 2020
  • Sheeraz

Trunk between two Fusion PBX Servers

In this post I will be writing how to create a trunk between two fusion pbx servers. PBXA is the sender carrier PBXB is the receiving carrier We will be creating a trunk (check my previous post) and sending to PBXB. Both pbx servers are on different networks and ISPs. Please follow this post on […]

Read More
  • December 8 2020
  • Sheeraz

Portal Logo Style – FusionPBX

Menu > Advance > Default Settings > Theme > menu_style change value as desired and suits, click save and click reload.

Read More
  • December 8 2020
  • Sheeraz

Portal Logo Tooltip – FusionPBX

Menu > Advance > Default Settings > Theme > menu_brand_text

Read More
  • December 7 2020
  • Sheeraz

Change Logo – FusionPBX

Change logo.png at the following location this is tru for debian Replace default logo.png in var/www/fusionpbx/themes/default/images with new one. change logo.png for the portal logo change change logo_login.png for the login screen logo change

Read More
  • November 28 2020
  • Sheeraz

Create SIP / Trunk – Fusion PBX

I am taking a scenario here. I have two Fusion PBX Servers. PBX1 and PBX2. Pbx1 is connected the Telecom Wholesale Provider or Wholesale SIP Trunk provider. I want to act like a SIP Trunk provider and provide a SIP Trunk to Ppbx2 from Pbx1 and thus Pbx2 can have its own extentions and setup […]

Read More