Commit Graph

42 Commits

Author SHA1 Message Date
FusionPBX 18ef639d22
Update scripts.php 2018-04-23 11:27:20 -06:00
FusionPBX cf33f13426 Update scripts.php 2017-07-22 00:48:46 -06:00
Mafoo 02719901b4 dos2unix (#2682)
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
Luis Daniel Lucio Quiroz 6cdab54c56 Let the apps be more self-contained regarding LUA scripts (#2440)
At this moment, all LUA scripts must be at resources/install/script, this patch allows applications to be more self-contained by having app/*/resources/install/scripts directory, which it will be copied to the scripts_dir directory as well.
2017-03-22 09:25:33 -06:00
FusionPBX e75b3b65a7 Update scripts.php 2017-02-09 00:19:55 -07:00
Luis Daniel Lucio Quiroz 3f9ce5bf86 SCRIPTS: PHP bin is not always php5 (#2352) 2017-02-07 21:32:39 -07:00
Richard Neese 8bf2348947 fixing debian pkg installs (#2363) 2017-02-07 15:52:44 -07:00
FusionPBX a45b014b5f Update scripts.php 2017-01-10 01:41:29 -07:00
FusionPBX 12e8d12dbe Update scripts.php 2017-01-10 01:36:59 -07:00
FusionPBX 22262635ea Update scripts.php
Add expire.default and expire.ivr.
2016-12-14 08:41:35 -07:00
FusionPBX 6e44bb2be8 Update scripts.php 2016-10-23 13:00:31 -06:00
Alexey Melnichuk 09f2d8fa43 Allow use odbc to store files (record/voicemail) in database. (#1535)
* Change. Allow use odbc to store files (record/voicemail) in database.

* Fix. Generate correct default config.
2016-09-04 13:05:47 -06:00
FusionPBX 99173fb638 Update scripts.php
Add conf_dir to lua.conf
2016-08-08 09:35:06 -06:00
FusionPBX 3f51ab0a43 Update scripts.php
Remove the extra ) to fix the syntax.
2016-07-08 17:09:09 -06:00
Mafoo 9bc0fded96 BugFix-Add PROJECT_PATH for lua (#1740)
added project_path for lua to use where it needs to build urls
2016-07-08 13:12:37 -06:00
Alexey Melnichuk 594f055c51 Fix. generate XXX_dir options in config.lua (#1709) 2016-06-26 13:45:57 -06:00
Alexey Melnichuk 9fcf45d05b Fix. generate correct config file. (#1708) 2016-06-26 13:18:49 -06:00
Alexey Melnichuk ebfa71298d Add. option to store setting in memcache. (#1707) 2016-06-26 11:43:32 -06:00
markjcrane 3e51e8cb66 Add settings array to the config.lua. 2016-06-24 14:50:55 -06:00
FusionPBX 1e9489b1e5 Update scripts.php
Remove this code as its breaking the upgrade page when migrating from source to package paths.
2016-05-15 08:57:59 -06:00
Harry G. Coin 64eeca8e2d Fix so fusionpbx doesn't fail on servers with php versions later than 5. (e.g. php7).
Also a few warning causes fixed.
Also, one step along the way to allow freeswitch to be u freeswitch g freeswitch and fusionpbx to run www-data:www-data.
2016-04-25 20:52:21 -05:00
Harry G. Coin 91a92d8e5e \r\n --> \n
Cause all the .php files containing lines ending with \r\n to instead end with \n.

DYI with:

find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-25 20:30:23 -05:00
markjcrane a54772c406 Restore the path to config.lua. 2016-04-16 00:44:10 -06:00
markjcrane 09d304a1aa Use the connect method in the constructor. 2016-04-16 00:27:24 -06:00
markjcrane a2b6f24a36 Get the db_type, db_username, db_password, and more using the constructor. 2016-04-16 00:21:01 -06:00
markjcrane ca06335136 Set the full path to the config.lua script. 2016-04-15 23:16:19 -06:00
markjcrane 7277ed8f49 Set the sciprt directory from the session variable. 2016-04-15 19:57:29 -06:00
markjcrane 69d36b806d Add class_exists 2016-04-14 23:23:14 -06:00
markjcrane 6828efb12c Update the scripts class. 2016-04-14 23:09:49 -06:00
markjcrane 12067b8aea Update the script.php class use session event socket information for now. 2016-04-04 23:27:41 -06:00
markjcrane ff7e5323b5 Get the script_dir path from event socket. 2016-04-03 09:47:58 -06:00
markjcrane 7b1a596d6f Use is_dir instead of check for the length of the stirng. 2016-04-03 09:36:27 -06:00
markjcrane 9217b599ed Only write the scripts if the directory is set. 2016-04-03 09:29:37 -06:00
markjcrane 11f4fea479 Change expire["sofia_conf"] to expire["sofia"] and expire["acl_conf"] to expire["acl"]. Then add a default value to prevent nil errors when the conf.lua script has not been updated. 2016-04-02 08:32:43 -06:00
markjcrane 66e01ef9dc Change to the new context require renaming two variables to be consistent and to prevent a problem. 2016-03-24 23:08:23 -06:00
markjcrane 0e3ea02f72 Change sytnax from database["name"] to database.name in the config.lua. 2016-03-24 20:15:09 -06:00
markjcrane 83edd6a7fd On windows force to / instead of the backslash \ as path. This fixes a problem where recording c:\pathtofusionpbx\recordings fails because the \r gets understood as a carriage return in the session:record in FreeSWITCH. 2016-03-24 15:02:04 -06:00
mafoo d408cf2fbc WhitespaceClean-app/batch_1
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 11:56:29 +00:00
markjcrane 2c2d49a4d4 Set the $db as a global variable in the class. 2015-12-20 22:54:08 -07:00
markjcrane dd9e225fa5 Use the system function for recursive copy. 2015-12-20 22:52:40 -07:00
markjcrane 2817c536db Fix a problem caused with a search and replace on the correct_path method. 2015-12-20 22:50:33 -07:00
markjcrane 9287772a4b Add app/scripts to add a new scripts class and app_defaults to copy the lua scripts and write the config.lua. 2015-12-20 22:47:48 -07:00