Commit Graph

18700 Commits

Author SHA1 Message Date
FusionPBX b7aaf582eb
Add device line label. (#6192)
* Add device line label.
2021-12-15 09:40:14 -07:00
FusionPBX 6e8fd019b2
Add group_uuid to the destinations table. 2021-12-14 21:49:29 -07:00
FusionPBX 4b68118d3e
Add group select 2021-12-14 16:23:47 -07:00
FusionPBX ad5a57a379
Add label users and group 2021-12-14 16:02:09 -07:00
AlexC 0fbecfa4ac
Update css.php (#6188)
* Update css.php

* Update app_config.php
2021-12-14 10:38:46 -07:00
agree c8a8ea9bf4
[agent status] Add *22 followed by agent ID (#6184)
* [agent status] Add *22 followed by agent ID

* change break never to on-true
2021-12-14 08:22:24 -07:00
Anthony d62130cf1f
Add theme default settings for operator panel (#6187)
* Add theme default settings for operator panel
2021-12-13 17:11:38 -07:00
FusionPBX 35b982e569
Change the comment text 2021-12-13 14:04:02 -07:00
FusionPBX dae6b760e4
Use field_count instead of row_id. 2021-12-13 14:02:54 -07:00
FusionPBX 6231a588ad
Update contact_import.php 2021-12-13 11:49:13 -07:00
AlexC 1a85403f23
Fixed icon styling and required class (#6185)
* Fixed icon styling and required class
* Improved indentation.
2021-12-13 10:50:32 -07:00
FusionPBX 5898923e73
Replace counting the array with adding a count inside the array. 2021-12-13 10:00:20 -07:00
FusionPBX 7b088e187e
Update contact_import.php 2021-12-11 21:18:18 -07:00
FusionPBX 3b0d6b3d11
Contact import change how the array ordinal ID is determined. 2021-12-11 21:18:07 -07:00
Mendel 7422515bf4
Update app_config.php (#6179)
Found that this is the variable that are on most yealink configs.
2021-12-11 11:03:09 -07:00
FusionPBX 59187fc64c
Removing trailing white spaces and add previous_field_name variable. (#6182) 2021-12-11 10:50:28 -07:00
FusionPBX 75e4fd94ab
Use global instead of ${domain_name}. 2021-12-11 10:07:52 -07:00
FusionPBX 15c8f0bd16
Code changes to get the code closer to consistent with the FusionPBX code base.
Still needs the following.
- Only show the current domain
- Use the text from app languages to support multi-lingual.
2021-12-10 20:25:52 -07:00
FusionPBX 3778e449f5
Change back to original fax_files.php as the fax_outbound.php is not ready. 2021-12-10 20:21:03 -07:00
FusionPBX abec5fb5e5
Use the labels array which will always exist. 2021-12-10 18:55:02 -07:00
AlexC d9dddaebab
Add required class to labels (#6183) 2021-12-10 13:29:05 -07:00
AlexC 4d4501fbcb
Contacts version 2.0 (#6181)
* Version update 2.0

Changes:
- Using CSS Grid
- Mobile Friendly
- Responsive
2021-12-10 10:03:37 -07:00
AlexC b75366bfdc
Add permissions label to contacts (#6180) 2021-12-09 15:32:33 -07:00
FusionPBX 8eb0854e73
Rename header_domain_visible back to domain_visible 2021-12-08 17:55:21 -07:00
FusionPBX 68238e9ce4
Account for destination_prefix larger than one character.
Also account for trunk prefix when not using the area code.
2021-12-08 13:49:15 -07:00
agree ee29867e2b
grandstream ht801 fix fax mode (#6177) 2021-12-07 12:14:06 -07:00
agree 7d6a45eeb7
Update ring_groups.php (#6175) 2021-12-06 23:03:58 -07:00
FusionPBX 406cc25c70
Add a missing quote. 2021-12-06 17:17:22 -07:00
MCohenAuravox ab9140e960
Update fax_send.php (#6067)
Send redirects to new Outbox feature
2021-12-06 10:40:45 -07:00
MCohenAuravox 1c860c3114
Update fax.php (#6066)
Add menu item for outbox feature
* Add label-outbox
* Use the label-outbox
2021-12-06 10:36:40 -07:00
MCohenAuravox 378a5043f9
Create fax_outbox.php (#6068)
New Outbox feature page
2021-12-06 10:25:57 -07:00
FusionPBX 38dea5f699
Prevent application duplicates and update the applications array. (#6173)
* Prevent application duplicates and filter the applications before the content.
* Don't allow the new spawn commands as they are as dangerous as system commands.
* Update dialplan_valid false to include bg_spawn, spawn and spawn_stream.
2021-12-05 14:52:36 -07:00
FusionPBX 72c9aa5a61
Conference Center - Change accountcode to account_code. 2021-12-05 00:57:27 -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 1f2ce0c4f1
Update app_defaults.php 2021-12-03 18:05:00 -07:00
FusionPBX dd106a6871
Replace event_socket_mkdir with php mkdir. (#6170) 2021-12-02 19:03:55 -07:00
FusionPBX a5e249db02
Use PHP mkdir function. 2021-12-02 18:14:46 -07:00
agree 5e760a363f
[feature event] Don't update extension dial string (#6166)
* [feature event] Don't update extension dial string

* remove comma

* [feature_event] dnd don't update follow me and forward all

* cleaned up some code
2021-12-02 17:45:01 -07:00
agree c94a7f5081
[xml handler] Fix error channel (#6167)
using !USER_BUSY gives an error `Could not locate channel type !USER_BUSY`
2021-12-02 17:42:23 -07:00
FusionPBX a61cfa4020
Remove mkdir (#6169)
* Remove mkdir
* Delete app/scripts/resources/scripts/app/messages/resources directory
* Use curl instead of system curl.
* Update file_cache.lua
2021-12-02 17:30:14 -07:00
FusionPBX 76df5a03dc
Make the mkdir recursive 2021-12-02 15:49:04 -07:00
FusionPBX a5a954d7fe
System counts is currently global showing info on all domains not a good idea to share with admin currently. 2021-12-02 11:59:04 -07:00
FusionPBX 9c4826cc6e
Use the conference_accountcode permission. 2021-12-01 22:51:07 -07:00
FusionPBX b802a28e07
Add permission conference_accountcode 2021-12-01 22:45:20 -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 8b16dd0c4b
Add conference accountcode. 2021-12-01 21:43:16 -07:00
FusionPBX ba9f0ea98f
Add accountcode translations. 2021-12-01 21:33:03 -07:00