Commit Graph

40 Commits

Author SHA1 Message Date
FusionPBX a05db79b37 Update app_defaults.php 2017-07-09 23:52:34 -06:00
FusionPBX eca050fc3f Update app_defaults.php
Fix a sql error for ringtones.
2017-01-05 02:10:26 -07:00
FusionPBX 54ea97a9d0 Update app_defaults.php
Change the cert directory from ssl to tls to match what FreeSWITCH is using by default.
2016-10-14 09:18:42 -06:00
Mafoo 2a1f098246 Enhance Add Tones (#1857)
Add tone support
2016-09-03 20:32:19 -06:00
Mafoo c01e505f27 BugFix-Vars (#1818)
corrected the system default us-ring category to 'Ringtones'
remove var_name like as var_cat now takes care of this
2016-08-25 11:12:00 -06:00
Mafoo a4b474acc4 Enhance-Import rintones from vars.xml (#1813)
move ringtones to thier own category
import ringtones from vars.xml
2016-08-16 08:49:45 -06:00
markjcrane d91369b8f7 Prevent duplicate values from being saved in the vars.xml file and remove some trailing spaces and fix some of the indentation. 2016-06-01 15:31:33 -06:00
FusionPBX fecc8e3510 Update app_defaults.php
Move the if ($domains_processed == 1) { so none of the code is processed more than one time.
2016-05-10 12:56:33 -06:00
FusionPBX 25fe0b7f93 Update app_defaults.php
Add media_mix_inbound_outbound_codecs to true by default.
2016-05-10 12:46:03 -06:00
markjcrane 3abaff004c Check the missing array has content before processing it. 2016-05-04 00:22:35 -06:00
mafoo e410824380 WhitespaceClean-app/batch_2
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 12:01:24 +00:00
Matthew Vale b4c6b7247d Bugfix 2015-11-19 14:57:47 +00:00
Matthew Vale d00f7a31e1 Added more ringer types
corrected reference to ssl dir to use $conf_dir
moved countries list out to its own file so it can be maintained easier
(and used by other apps)
2015-11-19 14:54:04 +00:00
markjcrane db84e4d8ec Remove trailing spaces and adjust the vertical spacing. 2015-07-08 09:30:00 -03:00
Mark Crane 84878056f9 Change the domain to the $${local_ip_v4} 2014-12-10 05:12:12 +00:00
Riccardo Granchi 390a5d4724 Engineered the management of bridge failures in local extension, with optional variables which by default provides the standard behavior. Changed the default order for extension_queue, which has *800 prefix, before the extension-intercom, which has the *8 prefix 2014-11-21 15:38:26 +00:00
Riccardo Granchi b36cbfb320 Fixed set_country_vars() duplicate declaration issue during domain creation 2014-11-07 15:21:34 +00:00
Riccardo Granchi eea6801c55 Possibilty to select a country in installation phase to set default country code variables 2014-11-07 10:22:56 +00:00
Riccardo Granchi a86b83be7a Added it-ring definition 2014-11-03 11:16:10 +00:00
Nate Jones e3685a3314 Variables: Added record_ext variable to set recording file type (wav, mp3). 2014-09-09 05:32:04 +00:00
Mark Crane 9d02e8fe16 Fix and move the format_phone array 2014-08-31 00:57:58 +00:00
Mark Crane b83a9a5c63 Fix system -> variables if you did a recent install and the variables page has 2 items on it delete them, update the source, run upgrade -> app defaults to get the defaults 2014-08-15 18:44:40 +00:00
Nate Jones 301e734b23 Variables: Set default 'domain' variable value on install (corrected according to heredoc syntax for variables). 2014-08-15 05:41:36 +00:00
Nate Jones 63d90bf8ba Variables: Set default 'domain' variable value on install. 2014-08-15 04:54:16 +00:00
Richard Neese c4136913d6 fixed the path correctly rm /sounds 2014-08-12 13:52:46 +00:00
Mark Crane 3b5a84c3cc Fix the sound_prefix path 2014-08-12 04:27:55 +00:00
Mark Crane 1613d19c3b Unset the prepared statements used in the app_defaults.php files. 2014-07-23 22:00:03 +00:00
Nuno Miguel Reis 25b6b34f41 pt-ring 2014-01-21 18:03:05 +00:00
Mark Crane 96749aa89b When using the install or upgrade save vars.xml file. 2013-04-28 07:28:04 +00:00
Mark Crane f2a159b735 Change local_stream://moh to local_stream://default. 2013-03-25 21:23:31 +00:00
Mark Crane ac71623bfd Add transfer_ringback to system -> variables. 2013-02-06 13:59:43 +00:00
Mark Crane 875e161526 Add a missing comma to fix a bug where the install only adds two variables. To fix existing systems with this problem update the code to get thix fix then run addvanced -> upgrade schema. 2013-02-02 23:09:09 +00:00
Mark Crane d7f68194b9 Check variables correctly to see if ringback is already set. 2013-02-01 04:40:54 +00:00
Mark Crane c62a03b6ce Add ringback and domain_uuid to the variables. 2013-02-01 04:29:48 +00:00
Mark Crane 1d71b3dfde Fix ringback for call forward and followme. 2013-02-01 01:28:53 +00:00
Mark Crane a7d817f1b2 Change external_sip_ip and external_rtp_ip from auto-nat to $${local_ip_v4}. This will work better when the system is outside of nat and better for systems that is completely inside the network. 'auto-nat' only works for those using firewalls with UPnP and PMP enabled on their firewall. The number of firewalls that have this enabled doesn't seem to be a large enough to justify using it as the default. 2013-01-30 07:37:26 +00:00
Mark Crane d42d3cced0 Fix the optimizations to the app/var/app_defaults.php 2012-08-14 22:49:02 +00:00
Mark Crane 17af99d5e5 Efficiency enhancement for upgrade and upgrade_schema by running global tasks one time rather than for each domain. 2012-08-14 21:59:45 +00:00
Mark Crane c80e379312 System -> variables set the external_rtp_ip and external_sip_ip to default to auto-nat this should help new installs with NAT. 2012-07-11 06:39:02 +00:00
Mark Crane af103e9c41 Add a missing file sip_profile_copy.php to the dev branch. 2012-06-04 14:58:40 +00:00