konradSC 6 лет назад
Родитель
Сommit
9f90ada20f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      mobile-twinning/README

+ 3 - 3
mobile-twinning/README

@@ -21,13 +21,13 @@ On your server.
 Copy or move the directory 'mobile-twinning' into your main FusionPBX directory.
 Copy or move the directory 'mobile-twinning' into your main FusionPBX directory.
 	cp -R fusionpbx-apps/mobile-twinning /var/www/fusionpbx/app
 	cp -R fusionpbx-apps/mobile-twinning /var/www/fusionpbx/app
 Move the xml dialplan file.
 Move the xml dialplan file.
-	cp /var/www/fusionpbx/app/mobile-twinning/390_mobile-twinning.xml /var/www/fusionpbx/app/dialplans/resources/switch/conf/dialplan/390_mobile-twinning.xml
+	cp /var/www/fusionpbx/app/mobile_twinning/390_mobile_twinning.xml /var/www/fusionpbx/app/dialplans/resources/switch/conf/dialplan/390_mobile_twinning.xml
 Create the LUA script directory
 Create the LUA script directory
 	mkdir /usr/share/freeswitch/scripts/app/mobile_twinning
 	mkdir /usr/share/freeswitch/scripts/app/mobile_twinning
 Copy the script
 Copy the script
-	cp /var/www/fusionpbx/app/mobile-twinning/index.lua /usr/share/freeswitch/scripts/app/mobile_twinning/index.lua
+	cp /var/www/fusionpbx/app/mobile_twinning/index.lua /usr/share/freeswitch/scripts/app/mobile_twinning/index.lua
 Set the permissions
 Set the permissions
-	chown -R www-data:www-data /var/www/fusionpbx/app/mobile-twinning
+	chown -R www-data:www-data /var/www/fusionpbx/app/mobile_twinning
 	chown -R www-data:www-data /usr/share/freeswitch/scripts/app/mobile_twinning
 	chown -R www-data:www-data /usr/share/freeswitch/scripts/app/mobile_twinning
 	chown -R www-data:www-data /var/www/fusionpbx/app/dialplans/resources/switch/conf/dialplan
 	chown -R www-data:www-data /var/www/fusionpbx/app/dialplans/resources/switch/conf/dialplan