Richard Neese 11 лет назад
Родитель
Сommit
f04e348604
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/Debian/Fusionpbx-Debian-Package-Install.sh

+ 1 - 1
install/Debian/Fusionpbx-Debian-Package-Install.sh

@@ -931,7 +931,7 @@ find "/var/lib/fusionpbx/db" -type f -exec chmod 666 {} +
 
 #Linking moh dir so freeswitch can read in the moh files
 ln -s /var/lib/fusionpbx/sounds/music /usr/share/freeswitch/sounds/music/fusionpbx
-ln -s /var/lib/fusionpbx/sounds/recordings /usr/share/freeswitch/sounds/
+ln -s /var/lib/fusionpbx/sounds/custom /usr/share/freeswitch/sounds/
 #------end of fusionpbx install and configuration-----
 
 #-----Installing Fail2Ban/monit Protection services------