Anthony
9c650a29b1
Fixed Errors for Phrases, Recordings, Operator Panel and Music on Hold. ( #6735 )
2023-06-01 15:21:29 -06:00
fusionate
3a6d3792db
Registrations [Class]: Updates for PHP 8.1
2023-05-29 19:48:47 +00:00
fusionate
80dd552e15
Registrations: Updates for PHP 8.1
2023-05-29 19:38:09 +00:00
fusionate
2384def111
Registrations [Class]: Updates for PHP 8.1
2023-05-29 19:37:47 +00:00
Alex
05063e35d2
Update translations ( #6694 )
...
* Update app_languages.php
2023-05-18 15:36:17 -06:00
Alex
ac38507462
Update translations ( #6682 )
...
* Update translations
* Update app_menu.php
* Update app_languages.php
2023-05-10 18:20:44 -06:00
fusionate
26595860cc
Dashboard - Switch Status: Updates for PHP 8.1
2023-05-10 22:59:49 +00:00
Alex
3e0ec8b752
Add missing translations ( #6673 )
2023-05-09 11:39:02 -06:00
fusionate
2047921cde
Dashboard - Switch Status: Fix Registrations count error when no registrations.
2023-05-08 13:12:20 +00:00
frytimo
fef8165be2
Frytimo pr patches for php8.1 ( #6630 )
...
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com >
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2023-05-05 10:46:37 -06:00
markjcrane
1513bd3301
Add Chinese, Korean, and Japanese translations
2023-05-03 10:36:25 -06:00
markjcrane
28fe89066e
Add Chinese, Korean, and Japanese translations
2023-05-02 22:05:16 -06:00
markjcrane
381b3bdd9f
Add menu translations
2023-05-02 20:30:13 -06:00
markjcrane
41e87e7f01
Add additional languages
2023-05-02 20:22:44 -06:00
frytimo
69bd42af05
remove unneeded destruct methods as GC has higher performance ( #6631 )
...
Co-authored-by: Tim Fry <tim@voipstratus.com >
2023-04-27 20:18:53 -06:00
FusionPBX
1e49e686c9
Add additional values to Registrations array
...
Items added to registrations array
* network-ip
* sip-auth-user
* ping-status
2023-01-04 14:05:16 -07:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
FusionPBX
c9b3b7ce3f
Remove settings that were accidently addded here.
2022-09-19 16:13:11 -06:00
markjcrane
eb5c25aa35
Add insert_date, insert_user, update_date, update_user to all tables
2022-09-18 00:54:37 -06:00
FusionPBX
d3af1acd73
Simplify the registrations count method by using the get method.
2022-06-15 10:52:11 -06:00
nyash
0bc048a634
Add/edit some polish translations ( #6327 )
...
* Add/edit some polish translations
* Minor touches to polish translations
2022-03-26 14:30:02 -06:00
Anthony
1db3e5ba14
Removed Search Reset ( #6241 )
...
* Update default_settings.php
* Update devices.php
* Update extensions.php
* Update gateways.php
* Update users.php
* Update destinations.php
* Update dialplans.php
* Update bridges.php
* Update call_block.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_forward.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update phrases.php
* Update recordings.php
* Update ring_groups.php
* Update time_conditions.php
* Update voicemails.php
* Update call_center_queues.php
* Update email_logs.php
* Update registrations.php
* Update user_logs.php
* Update access_controls.php
* Update domains.php
* Update email_templates.php
* Update groups.php
* Update menu.php
* Update number_translations.php
* Update sip_profiles.php
* Update database_transactions.php
* Update vars.php
* Update dashboard.php
2022-01-12 16:00:01 -07:00
FusionPBX
f97b0a7de7
Remove past tense.
2021-06-02 17:13:38 -06:00
FusionPBX
d24d5c1676
Add is_array and hide irrelevant -ERR no reply
2021-06-02 17:12:01 -06:00
FusionPBX
661035f8fb
Improve them message for reboot, provision and unregister.
2021-06-02 17:07:48 -06:00
mhoogveld
bcf2366dbd
Redirect to login page when auto-refreshing a (part of a) page while being logged out ( #5951 )
2021-05-28 22:45:11 -06:00
kovacsrobi
40ac4ff212
Correct ignore to IGNORE in iconv paramter.
2021-03-26 23:31:51 +01:00
FusionPBX
771b958ebe
Reformat the status to show the reg expire seconds.
2021-02-27 10:08:41 -07:00
FusionPBX
776302265d
Allow SIP profiles with a space in the name.
2020-08-17 13:42:38 -06:00
FusionPBX
1f05ee8a86
Always remove unrelated domains by default.
2020-08-04 20:28:33 -06:00
FusionPBX
794df3d00b
Use iconv only if the function exists.
2020-06-20 11:13:06 -06:00
FusionPBX
a24d77f427
Registrations - More work to remove invalid characters that break XML.
2020-05-13 21:06:10 -06:00
FusionPBX
71b9d3eaae
Update registrations.php
2020-04-08 13:32:49 -06:00
Nate
95248fcf83
Registrations: Modal integration.
2020-03-26 14:05:58 -06:00
racitup
a1699f6fa6
Add en-gb fusionpbx language ( #5192 )
...
* Create en-gb language by copying en-us
* Add en-gb to app_configs
* Add en-gb to app_menus
* Language copy utility
* Fix missing quote mark
* Delete cp_lang.py
Co-authored-by: FusionPBX <markjcrane@gmail.com >
2020-03-20 14:47:13 -06:00
Nate
e58a10549c
Registrations: Hide action buttons if no registrations listed.
2020-01-06 12:07:37 -07:00
FusionPBX
e6d32fb79a
Update registrations.php
2019-12-08 20:21:14 -07:00
Nate
fe3c7af0bf
Registrations: Adjust list row button margins.
2019-12-02 22:03:49 -07:00
Nate
9068566b02
Registrations: Add Setting to control list row button visibility.
2019-12-02 21:58:17 -07:00
Nate
941b21adbb
Registrations: Restore Show All button, better widths for Agent and Status columns.
2019-12-02 19:01:41 -07:00
Nate
2036b89f99
Registrations: Rename switch class method.
2019-12-02 05:07:08 -07:00
Nate
bfb17507f1
List Views: Simplify action handling.
2019-11-30 11:12:41 -07:00
Nate
df58dc0af5
Registrations: List view updates, bulk unregister, provision, reboot.
2019-11-29 15:27:51 -07:00
noci2012
9c7dad151f
Final batch nl-nl translation items. (for /app). ( #4907 )
...
* add nl-nl items
* Update app_config.php
* add nl-nl items
* Update app_languages.php
* Update app_menu.php
* Update app_languages.php
* Update app_menu.php
* Fix typos inn nl-nl
* Add nl-nl items
* dd nl-nl items.
* Add nl-nl items.
* Add nl-nl items (call-flows)
* Add nl-nl items
* Add nl-nl items
* dd nl-nl items (calls)
* Add nl-nl items
* Add nl-nl items (contacts)
* Add nl-nl items (vars)
* Add nl-nl items (voicemails)
* Add nl-nl items (xml_cdr)
* Add nl-nl items (xml_cdr)
* This reverts commit 41afeb4796 .
* Add nl-nl items (voicemail_greetings)
* Add nl-nl items (system)
* Add nl-nl items (sip_profiles)
* Add nl-nl items (sip_status)
* Add nl-nl items (settings)
* Add nl-nl items (database_transactions)
* Add nl-nl items (destinations)
* Add nl-nl (devices)
* Add nl-nl (conferences)
* Add nl-nl (conferences_active)
* Add nl-nl (conference_centers)
* Update nl-nl (conference_centers)
* Add nl-nl (conference_controls)
* Add nl-nl items (conference_profiles)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_inbound)
* Add nl-nl items (dialplan_outbound)
* Add nl-nl items (dialplans)
* Add nl-nl items (edit)
* Add nl-nl items (email_logs)
* Add nl-nl items (errors)
* Add nl-nl items (exec)
* Add nl-nl items (access_controls)
* some skipped entries
* add nl-nl items (extensions)
* add nl-nl items (fifo)
* fixed translation, better fitting word kenmerk instead of etiket
* add nl-nl items (fifo_list)
* add nl-nl items (follow_me)
* add nl-nl items (gateways)
* add nl-nl items (ivr_menus)
* add nl-nl items (meetings)
* add nl-nl items (log_viewer)
* add nl-nl items (ring_groups)
* add nl-nl items (messages)
* add nl-nl items (modules)
* add nl-nl items (music_on_hold)
* add nl-nl items (number_translations)
* fix merge conflict (gateways)
* add nl-nl items (phrases)
* add nl-nl items (pin_numbers)
* add nl-nl items (providers)
* add nl-nl items (gswave)
* add nl-nl items (provision)
* add nl-nl items (recordings)
* add nl-nl items (registrations)
* align translations
2019-11-23 10:14:27 -07:00
afanucchi
ff232b5c5e
Registrations page: Parse for LAN IP in "Contact" field ( #4617 )
...
* Registrations XML from Freeswitch contains invalid characters '>' and '<' in the contact field; stripped. Registrations does not parse the Freeswitch 'Contact' field for a Yealink LAN IP address; added condition.
* Fix the indentation.
2019-10-08 15:04:36 -07:00
FusionPBX
de48b4ce03
Update registrations.php
2019-09-27 10:37:41 -06:00
Nate
0c12e97aa8
Dashboard: Fix Regstration count (better :)
2019-09-10 16:44:14 -06:00
Nate
fe7ab98342
Dashboard: Fix Registrations count.
2019-09-10 16:20:15 -06:00
Nate
836fb87136
Misc Classes: Database class integration.
2019-09-02 15:57:18 -06:00
FusionPBX
e04e6eef73
Update registrations.php
2019-07-11 13:12:24 -06:00