Commit Graph

16556 Commits

Author SHA1 Message Date
Simon Smith 303d417d5e
Update {$mac}.xml (#5363)
* Update {$mac}.xml

fix lcd_contrast in spa941
2020-07-30 10:09:36 -06:00
Simon Smith e2988f25a4
Update {$mac}.xml (#5364)
add Lcd_Contrast to display screen better
2020-07-30 10:07:52 -06:00
jrmcclean e22b1fc4e2
Update system.php (#5369)
* Update system.php

PHP version info is not displaying when FreeSWITCH is off.  Line 169 corrects this issue and the information is displayed regardless if FreeSWITCH is on or off.

Added Windows support to display System Memory.
2020-07-30 09:36:27 -06:00
benwiesner1 f765cefb51
Update app_languages.php (#5370)
desc changes make more sense especially for non superadmin / customers who are admins
2020-07-30 09:34:06 -06:00
FusionPBX 10a69d5965
Improve the domain settings description. 2020-07-30 08:02:54 -06:00
FusionPBX a4f312af04
After saving go back to the domain settings list. 2020-07-30 07:59:45 -06:00
FusionPBX 8589febfba
Update extension_edit.php 2020-07-29 14:19:18 -06:00
FusionPBX e4b72206b3
On button replace escape with urlencode 2020-07-29 13:41:33 -06:00
FusionPBX 472e1bf85a
Add a new button. 2020-07-29 13:37:30 -06:00
agree 3d9e249cc9
Conference recording missing ext (#5368) 2020-07-29 12:29:41 -06:00
jrmcclean e70261932c
Update functions.php (#5366)
Updated the Windows UUID function. The current code PHP_OS === 'Windows'  is limited to non servers.  New code factors in Server and non servers.
2020-07-29 12:02:03 -06:00
chansizzle 6ec28b1cdd
Update index.php (#5367)
increased scan-ability on dark backgrounds
2020-07-29 12:01:40 -06:00
emaktech d459d06e38
Order SIP Profiles by Name by Default (#5365)
SIP profiles were unordered unless $_GET["order_by"] was set. Now if unset, it will order by sip_profile_name by default for nicer ordering.
2020-07-28 22:41:06 -06:00
FusionPBX 11416d89a4
Make domain settings independent. 2020-07-28 21:18:01 -06:00
FusionPBX 4222978c76
Add header domain settings and a description. 2020-07-28 21:15:58 -06:00
FusionPBX ecb8d919ce
Remove header_description-domain_settings 2020-07-28 21:14:23 -06:00
FusionPBX cf7c918b0c
Add a Settings button. 2020-07-28 21:13:34 -06:00
FusionPBX 262d57d4b6
Add button icon settings 2020-07-28 20:15:49 -06:00
FusionPBX df74366945
Add button-settings 2020-07-28 19:38:38 -06:00
FusionPBX 5014e8a1e1
Add label-settings 2020-07-28 19:33:53 -06:00
FusionPBX d3a65f1db4
Update indentation and line spacing. 2020-07-28 15:47:36 -06:00
FusionPBX 1a25c8932e
Put the each column name on its own row. 2020-07-27 14:50:14 -06:00
FusionPBX cd8b60813e
Remove and extra $ 2020-07-26 19:01:21 -06:00
FusionPBX c5a36e9bb3
Change internal_sip_port to 5080 internal_tls_port to 5081 2020-07-26 19:00:11 -06:00
FusionPBX b9f2f3ba6f
Change internal_sip_port to 5060 internal_tls_port to 5061 2020-07-26 18:58:12 -06:00
FusionPBX cd78d77d6f
Update access_controls.php 2020-07-25 18:25:05 -06:00
FusionPBX 233b184120
Update app_languages.php 2020-07-25 18:24:07 -06:00
FusionPBX 8e6b414994
Add display none to hide copy and delete on load. 2020-07-25 18:19:35 -06:00
FusionPBX d8bcacbbf4
Update access_control_edit.php 2020-07-25 18:10:53 -06:00
FusionPBX fd72fd682f
Use button create class 2020-07-25 18:10:12 -06:00
FusionPBX 930f2c0049
Use the button class. 2020-07-25 16:47:42 -06:00
FusionPBX 1f1ccd9a2d
Update app_languages.php 2020-07-25 13:20:06 -06:00
FusionPBX 0239da7e09
Update number_translation_edit.php 2020-07-25 13:18:22 -06:00
FusionPBX 0586707806
Update number_translations.php 2020-07-25 13:16:55 -06:00
FusionPBX 14a3ff4e9a
pgsql host 2020-07-25 09:36:44 -06:00
FusionPBX 0c3b5a0137
Re-enable the copy button. 2020-07-24 10:43:06 -06:00
FusionPBX ec65ab905d
Fix the database copy method. 2020-07-24 10:15:30 -06:00
Nate c7554ad41f Access Control - Edit: Fix header. 2020-07-23 18:41:22 -06:00
markjcrane 8c8d07f10c Add reloadacl and flush cache 2020-07-23 19:57:07 +00:00
markjcrane 0fcd5a7eef Remove wrap that text editor added. 2020-07-23 19:49:59 +00:00
markjcrane c3e2b0bbbb Disable the copy button for now 2020-07-23 19:46:39 +00:00
markjcrane 3076142659 Fix the syntax 2020-07-23 19:36:42 +00:00
markjcrane 22c7c4711c Modernize Access Controls 2020-07-23 19:31:43 +00:00
FusionPBX 7e52d8b132
Fix Caller ID name and number URL decoding. 2020-07-23 10:41:59 -06:00
Antonio Fernandez 7399f90e2f
Changed error message for password length (#5359)
I've updated the wording for the error when a password is not long enough. I kept getting this error and found it wasn't descriptive enough and took me some time to realize what the actual error was. I also added the translations in Spanish and French.
2020-07-23 09:47:32 -06:00
FusionPBX 5e1206d2c9
Prevent errors if the element doesn't exist. 2020-07-23 09:43:01 -06:00
FusionPBX 320614bf7f
Change the js function from checkbox_change to checkbox_on_change 2020-07-23 02:10:36 -06:00
FusionPBX 5d43c27dc8
Add button copy and delete checkbox on change. 2020-07-23 00:34:16 -06:00
konradSC 6faadabea8
Fix for follow-me loops in Ring Groups (#5362)
We only want to lookup the follow-me destinations for ring group members. If additional numbers are added to the destination array via follow-me lookup then we don't want to check for follow-me again on the new destinations. This can result in a lookup loop that will cause the call to not complete and throw lua into a loop that will fill up logs and burn system resources.
2020-07-22 11:54:27 -06:00
Mendy E 6f19d13252
Fix trusted certificates on yealink (#5361)
* Update y000000000068.cfg

* Update y000000000067.cfg

* Update y000000000066.cfg

* Update y000000000065.cfg

* Update y000000000070.cfg
2020-07-21 18:14:47 -06:00