Commit Graph

18249 Commits

Author SHA1 Message Date
nemerald-voip 65c80c7d55 Fix broken script 2021-03-31 16:33:54 -07:00
nemerald-voip 6560f39c1d rebase file 2021-03-31 09:02:46 -07:00
Dexter Allen 1890306d01 Merge branch 'master' of https://github.com/nemerald-voip/fusionpbx 2021-03-31 08:54:17 -07:00
nemerald-voip c1057293b5 Fix voicemail transcription using Google
Transcriptions using Google were broken after last commit. 
transcribe_alternate_language was not defined anywhere it Google would return 400 error.
Added variable to fix the issue
2021-03-31 08:51:59 -07:00
FusionPBX f89327a9fc
Modify description input from text to textarea 2021-03-31 09:35:59 -06:00
FusionPBX 3385b296fa
Improve dialplan import efficiency.
- Add a more efficient way to check if the dialplan exits
- Remove restore_advanced_xml not used anymore.
- Add dialplan_context = public
2021-03-30 12:59:47 -06:00
nemerald-voip fd805ccca9
Fix voicemail transcription using Google
Transcriptions using Google were broken after last commit. 
transcribe_alternate_language was not defined anywhere it Google would return 400 error.
Added variable to fix the issue
2021-03-30 11:02:35 -07:00
FusionPBX a5b383c3ae
Merge pull request #5853 from chansizzle/patch-427
Fix a syntax problem for the Grandstream gxw42xx template.
2021-03-29 18:15:02 -06:00
chansizzle 3049c194d2
remove extra > 2021-03-29 18:10:19 -06:00
demonspork 9b311f2d78 Hide Disabled Domains from domain Selector
Disabled domains can still by managed by going to the Domains app and clicking Manage.
2021-03-29 10:49:49 -05:00
FusionPBX 045248ae19
Change the style of the code to match preferences. 2021-03-27 01:53:34 -06:00
kovacsrobi 40ac4ff212 Correct ignore to IGNORE in iconv paramter. 2021-03-26 23:31:51 +01:00
demonspork 30844d90aa Add Domain and Global buttons on the respective settings pages for easy navigation 2021-03-26 16:52:05 -05:00
AutomationSingularity d3ad4ef4c3
Updated/Added Features
Set unregister on reboot to yes
Disabled DHCP Overrides 42 and 2, these options cause problems with the GRP2615 & DP752 time zone. Disabling these options should be good more often then not.
Added DND and Forward features in a way that will play nice with FusionPBX, as well as work well with the Grandstream Phone. The value of having them as IF statements, is the Features button becomes crowded with all accounts even if only 1 account is enabled.
May consider adding these to other GRP models.
2021-03-26 09:57:33 -05:00
Andrew Querol 65cdf03be3 Remove unused info action 2021-03-25 09:17:16 -05:00
Andrew Querol 972934e780 Update the main valet_park dialplan to match the improvements made to the auto dialplan.
Parking lots are no longer directly prefixed with *. But for backwards compatibility can be called that way still.

Parking lot name changed from `park` to `5900` to allow monitoring the whole parking lot with a BLF if desired.

Fix regex from matching 5900 to allow this dialplan to work with the valet_park_auto if enabled.
2021-03-25 09:17:16 -05:00
Andrew Querol df7f4db55d Improve the valet_park auto dialplan by adding support for auto out and support for whole lot BLF monitoring.
If the Referred-By header is set call the normal `auto in` code. If it isn't set that means someone called it directly, call `auto out` ato attempt to pop the calls in the lot in FIFO order.

This also changes the parking lot name from `park` to `5900` this allows phones to monitor `park+5900` to get the status of the whole parking lot. Before you would have to monitor `park+park` to get this functionality.
2021-03-25 09:17:01 -05:00
Andrew Querol 42b421e646 Add a setting to control the grouping behavior if people want it back the old way. 2021-03-25 09:16:12 -05:00
Andrew Querol c16a4f60b5 Group extensions by their call_group when viewing all extensions. 2021-03-25 09:16:12 -05:00
Andrew Querol 92bbb77561 Check for duplicate MAC addresses in the device import 2021-03-25 09:15:46 -05:00
FusionPBX 414954ff22
Version update to 4.5.23. 2021-03-25 00:52:56 -06:00
FusionPBX 5a21177562
Add a new email button icon. 2021-03-24 17:36:09 -06:00
FusionPBX 7079f7619a
Merge pull request #5786 from winsock/grp-v2
GRP261x configuration using the new v2 XML format
2021-03-23 15:47:31 -06:00
Andrew Querol fc9b8b5246 Add in phonebook 2021-03-23 15:17:42 -05:00
Andrew Querol a36e127aca Add in hide BLF remote status
This was added recently by @demonspork
2021-03-23 15:17:05 -05:00
Andrew Querol 9a7e6d0a64 Add missing ringtone variables
These were added recently by @demonspork
2021-03-23 15:17:05 -05:00
FusionPBX ce36cea3ed
Merge pull request #5764 from cranben/master
Update {$mac}.cfg
2021-03-23 14:01:52 -06:00
FusionPBX 3705b382e7
Merge branch 'master' into master 2021-03-23 14:01:15 -06:00
FusionPBX b13372c654
Merge pull request #5846 from winsock/patch-4
Fix typo with destination ID for the new destination buttons
2021-03-22 23:43:58 -06:00
Andrew Querol 228b3d0b31
Fix typo with destination ID for the new destination buttons 2021-03-23 00:42:33 -05:00
FusionPBX 49adc1922a
Merge pull request #5802 from netpro25/patch-1
Small error in Fax Retry.lua
2021-03-22 23:39:25 -06:00
FusionPBX fbcffbc78d
Merge pull request #5845 from winsock/destinations_button_js
Dynamic Destination Edit Button
2021-03-22 23:11:46 -06:00
Andrew Querol 4075a12a74 Do not use the null coalescing operator to retain pre PHP 7 support. 2021-03-23 00:07:35 -05:00
Andrew Querol ee30b59909 Switch to window.open to '_blank' to prevent accidental navigation that looses changes. 2021-03-22 23:44:33 -05:00
Andrew Querol 59dbcd02a7 Check if there is an ID before redirecting 2021-03-22 23:37:11 -05:00
Andrew Querol 14a8c10849 Fix voicemails to support the new UUID linking 2021-03-22 23:34:51 -05:00
FusionPBX 966dfcb723
Merge pull request #5828 from chansizzle/patch-415
add yealink DST vars
2021-03-22 22:27:37 -06:00
FusionPBX 64a4e860aa
Merge pull request #5829 from chansizzle/patch-416
add yealink DST var
2021-03-22 22:27:23 -06:00
FusionPBX e985a34ca2
Merge pull request #5830 from chansizzle/patch-417
add yealink DST var
2021-03-22 22:27:08 -06:00
FusionPBX bfc9236253
Merge pull request #5831 from chansizzle/patch-418
add yealink DST vars
2021-03-22 22:26:58 -06:00
FusionPBX 0098564ed8
Merge pull request #5827 from chansizzle/patch-414
add yealink DST var
2021-03-22 22:25:54 -06:00
FusionPBX a5eb85cb04
Merge pull request #5826 from chansizzle/patch-413
add yealink DST var
2021-03-22 22:25:38 -06:00
FusionPBX 0efd8e14f7
Merge pull request #5825 from chansizzle/patch-412
add yealink DST var
2021-03-22 22:25:20 -06:00
Andrew Querol f1fbbad7ab Recordings are stored in 'uuid' not 'recording_uuid' 2021-03-22 23:25:12 -05:00
FusionPBX 77a83c595e
Merge pull request #5824 from chansizzle/patch-411
add yealink DST var
2021-03-22 22:25:05 -06:00
FusionPBX b5c7089f16
Merge pull request #5822 from chansizzle/patch-409
add yealink DST var
2021-03-22 22:24:54 -06:00
FusionPBX 56f16052d7
Merge pull request #5821 from chansizzle/patch-408
add yealink DST var
2021-03-22 22:24:02 -06:00
FusionPBX 6b4b4d3ce1
Merge pull request #5823 from chansizzle/patch-410
add yealink DST var
2021-03-22 22:23:40 -06:00
FusionPBX 2a4f1fefa0
Merge pull request #5820 from chansizzle/patch-407
add yealink DST var
2021-03-22 22:23:19 -06:00
FusionPBX af6e7afe04
Merge pull request #5832 from chansizzle/patch-419
add yealink DST vars
2021-03-22 22:21:26 -06:00