FR EN

Edit the default music on hold

Estimated reading: 2 minutes

To modify the default system-level music on hold that would be applied to each newly created tenant, you must modify the default music on hold class.

System login

1. Log in to the system via SSH, for example with the following command:

ssh root@votreipbx.voip.fr -p 2020 

Edit the default music

2. Go to the following folder:

cd /opt/pbxware/pw/var/lib/asterisk/sounds

3. Create a folder named tenant-default and change its ownership:

mkdir tenant-default chown 555:555 tenant-default

4. After creating the folder, download the sound file you want to use as the new default music when creating a new tenant.

Once the file is converted to .gsm, please upload it to a default folder of the created tenant:

5. Go to the newly created folder:

cd tenant-default

6. After uploading the file to the designated folder, change the file's ownership and permissions:

chown 555:555 default.gsm 

7. Change the mode of the downloaded default.gsm file:

chmod 644 default.gsm

Once this operation is completed, each tenant created afterwards should have a new music on hold file used as the default music.

Share

Edit the default music on hold

Or copy the link below

CONTENT