Commit Graph

9242 Commits

Author SHA1 Message Date
Len a08eb5dc55 Update y000000000051.cfg 2017-06-05 16:15:18 -04:00
Len fcffd3e247 Update y000000000065.cfg 2017-06-05 16:12:02 -04:00
Len 5fb740561b Update y000000000035.cfg 2017-06-05 16:09:23 -04:00
Len 5d2a9f0450 Update y000000000028.cfg 2017-06-05 16:07:53 -04:00
Len 0d7f1e5049 Update y000000000066.cfg 2017-06-05 16:06:32 -04:00
Len 3db86cb618 Update y000000000028.cfg 2017-06-05 16:04:18 -04:00
FusionPBX f751189447 Create v8.conf.xml 2017-06-05 11:49:51 -06:00
FusionPBX 58ba80e989 Create opus.conf.xml 2017-06-05 11:43:02 -06:00
FusionPBX 0595259ad2 Update follow_me.php 2017-06-05 09:35:14 -06:00
Alexey Melnichuk 9cc513d3d4 Fix. Find php interpreter when use CGI/FastCGI mode. (#2640)
Prev version has bug when extension_dir has relative path (e.g. `ext`)
`basedir('ext')` returns not empty string by dot symbol `.` so it going to
infinity loop.
Also official distro of PHP has no executable binaries with version (phpX.exe)
only `php.exe`.
Tested on OpenServer with PHP 5.3-7.1 under Apache/Nginx.
And also on manual install of Nginx 1.11 / PHP 5.4
2017-06-05 08:47:38 -06:00
FusionPBX 00c51e69f9 Update app_config.php 2017-06-05 08:37:47 -06:00
Mafoo 0c2b06a394 Enhance - language update (#2639)
removed some unused tags
corrected some typos in tag names e.g. 'ckeck and check'
combined tags that had two names
inserted missing tags in sip_status
2017-06-04 09:50:58 -06:00
Mafoo 7482377c08 Enhance [master] Default settings sort order (#2593)
add to the sort order for default/domain settings so when a type is
array without *_setting_order the values will sort in order
2017-06-03 12:36:56 -06:00
Mafoo 6ac7fa4363 Enhance - app_config.php comment cleanup (#2636)
Correct a few missed tab indents on comments
2017-06-03 12:36:08 -06:00
Mafoo 3b1a3354ce Enhance - app_config.php last cleanup (#2637)
last batch of app_config.php changes
2017-06-03 12:35:18 -06:00
Mafoo b2841c4a8c remove schema translations (#2638)
the schema should not have any translations on it as they are present
for reference only.
This removes the extra descriptions found and corrects some of the en to
en-us ones
2017-06-03 12:34:19 -06:00
FusionPBX b7c8230e78 Update app_config.php 2017-06-03 10:57:06 -06:00
FusionPBX 5a900c9aa9 Update app_config.php 2017-06-03 10:52:51 -06:00
FusionPBX 61e4993ad8 Update app_config.php 2017-06-03 10:46:48 -06:00
FusionPBX b1f28b0407 Update apps.php 2017-06-03 10:25:58 -06:00
Mafoo 1af9964ab5 BugFix - time_conditions (#2635)
revert and earlier change that changed all quoting to "
2017-06-03 10:17:07 -06:00
FusionPBX e6a23c5a24 Update app_config.php 2017-06-03 09:37:28 -06:00
FusionPBX 55b9457ece Update apps.php 2017-06-03 09:24:03 -06:00
Mafoo 3449f978a5 Enhance - Display application descriptions in native (#2629)
Where application description is availible in the session language,
display it, if not fall back to en-us then  
2017-06-03 09:15:41 -06:00
Mafoo 02fd32b845 Enhance - app_config.php cleanup for core (#2631)
make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
Repaired a couple of character encodings in fr-fr
convert to $x$y$z usage for array filling
add a default version number
this is a by hand update
2017-06-03 09:01:10 -06:00
Mafoo f90e080ef4 Enhance - app_config.php cleanup for apps (#2633)
make spacing and layout consistent
add all missing language tags
fill missing en-us descriptions
convert to $x$y$z usage for array filling
add a default version number
this is a by hand update
2017-06-03 09:00:20 -06:00
Mafoo 92398b7f32 Enhance - app_config.php cleanup for theme (#2632)
make spacing and layout consistent
add all missing language tags
fill missing en-us description
add a default version number
change quotes to "
this is a by hand update
2017-06-03 08:59:37 -06:00
Mafoo c1e1d1bbae BugFix - sip_profiles description (#2634)
change description to use correct $text
2017-06-03 08:34:48 -06:00
Mafoo c4bbe8b571 Enhance [master] messages::add convert core/upgrade (#2597)
convert message handling to use messages class
unify response display to reduce boilerplates
fix for when performing source upgrade with any other operation going wrong (required preservation of cwd)
add missing $text for default permissions
removed surpless $text provided by reources/app_languages.php
correct all <br> tags
2017-06-02 22:38:15 -06:00
andycol b9b66911ee fix unexpected t class (#2620) 2017-06-02 22:36:03 -06:00
netpro25 73032b5fae Update fax_retry.lua (#2625)
Had an issue with malformed email confirmation where the number_dialed was showing up with a bunch of random repeating strings after it. This resolved it for me. Also fixed a grammar error.
2017-06-02 22:33:32 -06:00
Alexey Melnichuk 5d43f73134 Add. Handle `b` legs in CDR. (#2626)
* Add. Handle `b` legs in CDR.

CDR list/statistic by default handle only `a` legs.
So it prevent display wrong result when b-leg turn on.
Add ability to write to db `b` legs only for specific call directions.

To be able see b-legs in CDR need set xml_cdr_b_leg permission.
To add specific call direction to filter need add element to `cdr/b_leg/array` in default/domain settings.

* Add. `b_leg` to defalut settings.
2017-06-02 22:31:20 -06:00
Mafoo 3c23fb5115 BugFix [master] language update (#2628)
Imported Found language ro as ro-ro Romanian (tested by reverse translation)
Add placeholders for all found languages
Add new missing flags
Enhancements to text class
* improved sort to keep language-* tags organized at the top
* if a language is missing a name tag, add it
* changed organizer to not add a final \n
* corrected some indenting
* added detect_all_languages that attempts to find any languages that haven't been defined in resources/app_languages.php
* added language_totals, this is used by the optional languages application to calculate how complete a language is
2017-06-02 13:24:12 -06:00
Mafoo b4dce6f4f2 BugFix [master] - Convert all menus to 2-2 format (#2627)
convert all app_menu.php files to have all placeholders and languages and use 2-2 format for languages
update app_defaults to convert any items found using legacy values in user_setings, domain_settings and default_settings
2017-06-02 12:17:50 -06:00
Kristian Karlsson b67931a139 BugFix [master] - Update languages (#2621)
Update for the Swedish language translation.
2017-06-02 08:39:34 -06:00
FusionPBX c5fa72bf5a Update app_config.php 2017-06-01 23:26:11 -06:00
jamesorose cf6371c622 voicemail lights up on missed calls
this behavior is annoying, and creates confusion among users. please add this as the default.
2017-06-01 13:53:42 -05:00
Mafoo 97ecc657a1 BugFix [master] - menu class (#2622)
when a translation is missing/blank take it from en-us
take the list of lanaguages from text class so all languages get a value
(should fix missing logout button in some languages)
2017-06-01 10:21:21 -06:00
Mafoo 584679503e BugFix [master] - messages class (#2618)
htmlspecialchars isn't required for the javascript, only the \r?\n escape
2017-05-31 14:09:07 -06:00
FusionPBX e7f5f588f3 Update ring_groups.php 2017-05-31 02:03:48 -06:00
Mafoo 3b55aba656 Enhance [master] sip_status Add Stop Action (#2611)
add stop action
change cmd.php to use messages::add and also trim trailing \n so message
does render
2017-05-30 13:45:06 -06:00
Mafoo f2e1fa6290 BugFix [master] - messages class escape more text automatically (#2612)
because we are using javascript to populate the messages list we need to
make sure all special chars are escaped or line feeds will cause
problems
2017-05-30 13:44:51 -06:00
FusionPBX 4167d11ac0 Update dialplans.php 2017-05-30 10:34:58 -06:00
FusionPBX 9cc0198bb4 Update 015_caller_details.xml 2017-05-30 10:00:51 -06:00
FusionPBX 7fff6f8e66 Update 010_caller_details.xml 2017-05-30 10:00:28 -06:00
FusionPBX 4ee820733f Update dialplans.php 2017-05-30 09:53:16 -06:00
FusionPBX cd21efeb0a Update 015_caller_details.xml 2017-05-29 22:18:31 -06:00
FusionPBX 3a9a8be678 Create 010_caller_details.xml 2017-05-29 22:14:41 -06:00
FusionPBX 26b24894b6 Create 015_caller_details.xml 2017-05-29 22:08:48 -06:00
FusionPBX 8531866117 Update dialplans.php 2017-05-29 20:58:23 -06:00