Tim Fry
b14e8f20c8
use labels
2024-12-02 17:34:05 -04:00
Tim Fry
870ab765ca
fix sound files not showing
2024-12-02 14:16:53 -04:00
Tim Fry
618c51b458
Merge master into use_javascript_for_phrase_edit
...
# Conflicts:
# app/phrases/phrase_edit.php
2024-12-02 12:02:22 -04:00
Tim Fry
81e842fd11
use recording_name from recordings table for display and match
...
Matching the display name in the phrase details is more difficult as the phrase_details table does not contain the name to match. This commit fixes
the preselect that happens when the page is first loaded
2024-12-02 11:58:34 -04:00
Tim Fry
2bf4b6640d
Merge master into use_javascript_for_phrase_edit
2024-12-01 18:55:36 -04:00
frytimo
bb76878156
fix voicemail message count when viewing all domains ( #7186 )
2024-11-30 12:10:58 -07:00
frytimo
58cfa404b7
fix voicemail message length and size display ( #7185 )
2024-11-30 11:40:52 -07:00
FusionPBX
cd8d5302ac
Fix temporary permissions
2024-11-29 13:57:01 -07:00
FusionPBX
4db95658c3
Method new allow null
...
Needed to support temporary permissions
2024-11-29 13:50:14 -07:00
FusionPBX
77ec211020
Update functions.php
...
Remove closing PHP tag
2024-11-29 13:45:40 -07:00
frytimo
91dcc94e82
Fix typo in filename ( #7180 )
2024-11-27 14:24:03 -07:00
frytimo
7133d4bff1
parse windows 1256 encoding type in email to fax ( #7182 )
2024-11-27 14:21:45 -07:00
FusionPBX
8563df387f
Start the session in the header.php
2024-11-27 09:26:10 -07:00
FusionPBX
c88378a4fe
Default dashboard_label_background_color to empty
2024-11-27 09:23:04 -07:00
FusionPBX
790d1ff137
Use the permissions::new method
2024-11-27 00:14:18 -07:00
FusionPBX
3a14a19800
Create a singleton method called new
2024-11-27 00:11:58 -07:00
FusionPBX
5757f2c9ee
Fix CSS missing characters
...
Disable the ob_gzhandler
2024-11-26 23:53:32 -07:00
FusionPBX
6e1d52e6b8
Update permissions.php
2024-11-26 22:49:23 -07:00
FusionPBX
5d7a124a79
Fix permissions when not using a session
2024-11-26 21:48:08 -07:00
Tim Fry
da9be6e02a
remove some dependencies on global variables and rename variables
2024-11-26 12:51:46 -04:00
Tim Fry
b083d687f4
add domain_uuid and user_uuid methods to return loaded IDs
2024-11-26 02:29:58 -04:00
Tim Fry
9f2e4c4ba3
allow base64 recordings fix outstanding bugs
...
- still must add sleep and execute functions
2024-11-26 02:29:24 -04:00
Tim Fry
8845885d21
create function for common code
2024-11-25 21:16:32 -04:00
Tim Fry
2eb24a3ef2
edit finally working with recordings
2024-11-25 17:21:02 -04:00
frytimo
b7afc086ec
Update the menu class ( #7181 )
...
* fix php warnings in the menu class
* remove an unreachable statement
* update the menu_horizontal function to use settings
* use a single text object
* update menu_side_state to use the default value of contracted
* remove unused variable
* use variables for menu_side_state
* remove unused variable
* remove whitespace
* remove unused variable
* check for user UUID and domain UUID passed to the constructor
* update docs
2024-11-25 10:34:16 -07:00
Tim Fry
29224ae96b
update comment
2024-11-24 09:29:17 -04:00
Tim Fry
0c3a8855a4
move hidden row outside of structure body
2024-11-24 09:23:41 -04:00
Tim Fry
ca0544027c
use display name from php
2024-11-24 09:15:52 -04:00
Tim Fry
8e2077036a
fix replace _
2024-11-24 09:15:37 -04:00
Tim Fry
d401aebb7a
add recording retrieval from database
2024-11-24 09:09:20 -04:00
Tim Fry
66a1034ac0
use renumbering
2024-11-24 09:08:46 -04:00
Tim Fry
ba64e7b6b2
use array from POST to save
2024-11-23 11:06:10 -04:00
Tim Fry
b8ec86671a
remove commented code and update detail data
2024-11-23 00:54:08 -04:00
Tim Fry
93025fcd1a
fix id and name to be arrays when submitting POST data
2024-11-23 00:53:46 -04:00
Tim Fry
12f721d875
remove unused functions
2024-11-22 15:18:48 -04:00
Tim Fry
89fd135745
renumber rows
2024-11-22 15:18:39 -04:00
Tim Fry
d7f0f0b94b
better dragging
2024-11-22 14:33:09 -04:00
Tim Fry
0b69837e45
Initial commit
...
Still TODO
- Now has drag and drop but needs work
- alignment of up/down arrows needs to be centered in the cell
- action choice need to be reflected on the selection box
- permissions missing (assumes superadmin)
2024-11-22 02:57:07 -04:00
FusionPBX
2a41ccfebd
Return an empty array if there are no groups
2024-11-20 13:52:58 -07:00
FusionPBX
8655c792a3
Fix ring group missed call to show in CDR
2024-11-19 13:42:25 -07:00
FusionPBX
c3c1b18358
Contacts has been moved to the core
...
This means the contacts should always be avaialble.
2024-11-19 11:39:18 -07:00
FusionPBX
9cb1217995
Update app_defaults.php
2024-11-19 10:13:31 -07:00
FusionPBX
075dcfd96f
Update the path to contacts
2024-11-16 21:11:07 -07:00
FusionPBX
00c4dd374e
Update app_menu.php
2024-11-16 21:08:40 -07:00
markjcrane
9b843bbff0
Move contacts from the app to core directory
2024-11-16 21:06:29 -07:00
FusionPBX
cbcc47d47b
Create conference transfer.lua
2024-11-15 15:39:52 -07:00
FusionPBX
7f527aba07
Fix the sql query
2024-11-15 14:32:45 -07:00
FusionPBX
d562d11528
Create three_way.lua
2024-11-15 14:16:22 -07:00
fusionate
cb9c79bf86
Fax Server - Sent List: Fix Destination value.
2024-11-14 18:56:15 -07:00
FusionPBX
caba7800d1
Updated Call Flow Summary for outbound calls
2024-11-14 17:06:41 -07:00