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
AlexC
e316559771
Added show all button ( #6249 )
...
* Update call_center_queues.php
* Update call_center_agents.php
* Update app_config.php
* Update app_config.php
* Update contacts.php
* Update app_config.php
* Update ivr_menus.php
* Update app_config.php
* Update call_flows.php
* Update app_config.php
* Update conference_centers.php
* Update app_config.php
* Update voicemails.php
* Update app_config.php
* Update phrases.php
* Update app_config.php
* Update recordings.php
* Update app_config.php
* Update call_recordings.php
* Update app_config.php
* Update call_broadcast.php
* Update app_config.php
* Update time_conditions.php
* Update app_config.php
* Update music_on_hold.php
* Update app_config.php
* Update conferences.php
2022-01-20 15:54:42 -07:00
AlexC
2a74114cf2
Copy, toggle and delete buttons visible when checkbox is selected ( #6242 )
...
* Update bridges.php
* Update call_block.php
* Update call_center_queues.php
* Update call_center_agents.php
* Update call_broadcast.php
* Update call_flows.php
* Update call_recordings.php
* Update conference_centers.php
* Update conference_rooms.php
* Update conference_controls.php
* Update conference_profiles.php
* Update conferences.php
* Update contacts.php
* Update fax.php
* Update ivr_menus.php
* Update music_on_hold.php
* Update phrases.php
* Update recordings.php
* Update streams.php
* Update voicemails.php
* Update devices.php
* Update device_vendors.php
* Update device_vendor_functions.php
* Update extensions.php
* Update gateways.php
* Update dialplans.php
* Update destinations.php
* Update email_templates.php
* Update modules.php
* Update sip_profiles.php
* Update vars.php
* Update databases.php
* Update users.php
* Update default_settings.php
* Update domains.php
* Update groups.php
* Update menu.php
2022-01-13 11:37:59 -07: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
02b5aefe30
Rename accountcode to account_code ( #6172 )
2021-12-04 23:20:45 -07:00
FusionPBX
cca7b364e5
Option to request accountcode when setting accountcode_enabled is set to true. ( #6171 )
2021-12-03 23:28:01 -07:00
FusionPBX
484533d4c6
Add accountcode to the conference room.
2021-12-01 22:39:29 -07:00
FusionPBX
639213f978
Add accountcode
2021-12-01 22:35:40 -07:00
FusionPBX
5e0461c07f
Add the accountcode to conference center room.
2021-12-01 22:33:53 -07:00
FusionPBX
8e7f46101f
Add a new conference_room_email_address permission.
2021-11-28 23:15:23 -07:00
FusionPBX
bbc5cae019
Update the permission
2021-11-28 23:12:40 -07:00
FusionPBX
c87a87061f
Change the type from number to text.
2021-11-28 23:03:42 -07:00
FusionPBX
d18ce4bc8d
Add email_address to the conference center languages file.
2021-11-28 22:59:46 -07:00
FusionPBX
ee7dce9217
Add email address to the conference room.
2021-11-28 22:57:56 -07:00
FusionPBX
2bc46cf7a1
Add a field to store the conference email address.
2021-11-28 22:01:51 -07:00
FusionPBX
d1d78079b8
Only show conference_session_view if the user has the permission.
2021-11-17 10:23:29 -07:00
markjcrane
2b8d011321
Remove app/meetings
2021-08-12 08:42:12 -06:00
FusionPBX
7d59a0f4a1
Check if meetings and meeting_users tables exist.
2021-08-10 08:13:10 -06:00
FusionPBX
123407f3b8
Helps with conference center upgrade.
2021-06-03 21:43:06 -06:00
FusionPBX
ede0eca9ca
Remove conference_session_view permission as a default.
2021-05-28 13:12:16 -06:00
markjcrane
9bf7b8c8ef
Deprecate the meetings table and move the moderator and participant pins to the conference rooms table
2021-05-27 02:30:49 -06:00
fusionate
c67c8cd4c2
Destination Select - Dynamic: Clear session array on add/toggle/delete of a destination type record.
2020-11-30 14:15:57 -07:00
phoneben
c76892a5b3
Update conference_centers.php
2020-11-18 16:51:18 +02:00
phoneben
bdd42af87b
Update conference_centers.php
...
0-11-17 20:00:36.267 UTC [6385] fusionpbx@fusionpbx ERROR: syntax error at or near "v_meeting_users" at character 63
2020-11-17 20:00:36.267 UTC [6385] fusionpbx@fusionpbx STATEMENT: select count(*) from v_conference_rooms as r, v_meetings as p v_meeting_users as u, where r.domain_uuid = $1 and r.meeting_uuid = p.meeting_uuid and r.meeting_uuid = u.meeting_uuid and u.user_uuid = $2
missing a comma
2020-11-18 16:04:09 +02:00
FusionPBX
dc9f426100
Update conference_center_edit.php
...
Change session context to domain_name.
2020-10-22 02:50:52 -06:00
FusionPBX
d82f8cc155
Update conference_centers.php
...
Change session context to domain_name.
2020-10-22 02:48:44 -06:00
agree
0104ec36a0
Fix Paging
2020-10-14 20:05:40 -04:00
agree
16b34145d6
add extensions to destination class ( #5501 )
2020-09-29 11:43:48 -06:00
FusionPBX
6c0d96f663
Add a uuid
2020-08-24 08:46:21 -06:00
FusionPBX
6e86691f8d
Remove the deprecated save_dialplan_xml function.
2020-08-14 00:38:45 -06:00
FusionPBX
756956ad50
Remove the deprecated save_dialplan_xml function.
2020-08-14 00:36:34 -06:00
agree
5b35a041d3
Conference recordings: remove hard-coded path ( #5348 )
2020-07-13 17:09:09 -06:00
phoneben
91f2f67fc4
Update app_config.php ( #5334 )
...
* Update app_config.php
* change type to text for pin in conferences
in conference centers you can not save
a pin as 0123 it will save as 123 due in data base it was saved to numeric vrs text
* Update conference_edit.php
* Update app_languages.php
updated hebrew name for title
* Update app_languages.php
hebrew language for title conference_center
* Update app_languages.php
active_conferences he-il
2020-07-07 08:17:22 -06:00
agree
124cc1bea4
Update conference_sessions.php ( #5262 )
2020-05-11 10:19:44 -06:00
agree
fa6c5825d9
Update conference_session_details.php ( #5260 )
2020-05-10 01:49:01 -06:00
agree
30be1a99a8
Add optional endconf flag for conference moderators ( #5245 )
...
* Update index.lua
* Update app_languages.php
* Update app_config.php
* Update conference_room_edit.php
* Update app_config.php
* Update conference_room_edit.php
* Update app_languages.php
* Update index.lua
2020-05-04 22:15:16 -06:00
Nate
0d4aeb6c87
Conference Center - Sessions: Adjust permissions to allow Admin to play recordings.
2020-04-29 09:26:53 -06:00
Nate
a92887ac4d
Conference Centers - Edit: Description adjustment to notify of no PIN request when Greeting selected.
2020-04-13 16:39:11 -06:00
Nate
aeee14226a
Conference Centers - Sessions: Add delete functionality.
2020-04-10 17:45:56 -06:00
agree
f0f6b7ecd9
Add announcement control to list page ( #5228 )
...
* Update conference_centers.php
* Update conference_rooms.php
2020-04-01 20:26:50 -06:00
agree
31d199a637
Conference center announcement control ( #5224 )
...
* Update conference_room_edit.php
2020-03-31 15:51:00 -06:00
Nate
24971b24d7
Conference Centers: Modal integration.
2020-03-25 20:44:53 -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
e8494facee
Multiple: Add IDs to form tags, remove empty action attributes.
2020-03-05 10:02:25 -07:00
Nate
029c7174b4
Multiple - Add IDs to common/default action buttons.
2020-03-05 00:05:45 -07:00
Nate
2c45ec5960
Conference Centers: Remove deprecated center and room delete scripts.
2020-02-15 10:47:02 -07:00
Nate
77579e3c2a
Conference Room - Edit: 1) Prevent Users from being assigned more than once. 2)Allow current user to be reassigned after being removed.
2020-02-15 08:56:49 -07:00
FusionPBX
a8b99342d5
Update app_config.php
2020-02-14 09:50:12 -07:00
Nate
aac98e7d06
Conference Centers - List: Bulk Toggle and Delete actions added, Edit: Button updates.
2020-01-23 06:47:54 -07:00
root
e9f4d5113f
Added destination select permissions
2020-01-21 11:43:19 -05:00