FusionPBX
8be1550689
Merge pull request #5596 from demonspork/yealink-local-directory
...
Yealink Local Directory - Enable Local Directory. Disabled by default to preserve existing behavior (variable unset in configuration file)
2020-11-20 11:36:10 -07:00
FusionPBX
7a627734f5
Merge pull request #5603 from chansizzle/patch-320
...
Fanvil x5u - improved button display format, TLS transport
2020-11-20 11:21:57 -07:00
FusionPBX
44ad82052b
Merge pull request #5604 from chansizzle/patch-321
...
Fanvil x4u - tls, side key update
2020-11-20 11:21:01 -07:00
FusionPBX
a8f2ca7025
Merge pull request #5602 from chansizzle/patch-319
...
Fanvil x6u -tls, side key update Update {$mac}.cfg
2020-11-20 11:19:36 -07:00
chansizzle
2ca05b0eb6
Update {$mac}.cfg
...
TLS transport
2020-11-20 10:21:18 -07:00
chansizzle
c5923f0818
Update {$mac}.cfg
...
improved button display format
TLS transport
2020-11-20 10:14:36 -07:00
chansizzle
22fea7375e
Update {$mac}.cfg
...
tls
side key update
2020-11-19 22:40:53 -07:00
FusionPBX
a9c4ec4a86
Merge pull request #5599 from demonspork/Limit-Search-Fix
...
Fixed Issue with extension limits preventing Extension Search
Extension searches would fail if an extension limit was set. This is because the unset($parameters) that was used at the end of the query that counts the extensions is also unsetting the "search" parameter that was set previously and needed later. I moved the //get total extension count for domain query to happen before the search parameter is added to fix it.
2020-11-19 17:23:10 -07:00
FusionPBX
9ff3482efa
Merge pull request #5601 from chansizzle/patch-318
...
Updated to conform to firmware 2.2.10 tags
improved button display format
TLS transport
2020-11-19 17:21:38 -07:00
chansizzle
d5e5cc45cf
Update {$mac}.cfg
...
updated to conform to firmware 2.2.10 tags
improved button display format
TLS transport
2020-11-19 17:02:40 -07:00
demonspork
15894f4e17
Fixed Issue with extension limits preventing Extension Search
...
Extension searches would fail if an extension limit was set. This is because the unset($parameters) that was used at the end of the query that counts the extensions is also unsetting the "search" parameter that was set previously. I moved the //get total extension count for domain query to happen before the search parameter is added to fix it.
2020-11-19 17:18:51 -06:00
FusionPBX
27e3d0cef4
Merge pull request #5598 from Len-PGH/patch-185
...
Version 4.5.20
2020-11-19 10:31:47 -07:00
FusionPBX
6fd52ec721
Add select_mode
2020-11-19 09:54:32 -07:00
FusionPBX
cb14ed7a77
Create resources/destinations.php
2020-11-19 09:48:38 -07:00
FusionPBX
a1ac4cb1b9
Create root.php
2020-11-19 09:47:09 -07:00
FusionPBX
43f162e815
Add new destinations select_mode
2020-11-19 09:46:05 -07:00
Len
5b3a247fc1
Version 4.5.20
2020-11-19 10:19:04 -05:00
fusionate
4b57b2b7f4
Dialplans: Include Outbound Routes in Dialplans list
2020-11-18 16:24:44 -07:00
fusionate
60a3a09828
Functions - th_order_by: Order column asc on first click.
2020-11-18 16:23:40 -07:00
fusionate
f2a9e5e494
Call Block: Set existing with no direction as 'inbound' blocks.
2020-11-18 14:30:14 -07:00
demonspork
99e2060a50
Yealink Local Directory
...
Enable Local Directory. Disabled by default to preserve existing behavior (variable unset in configuration file)
2020-11-18 12:51:11 -06:00
FusionPBX
ee4ecea937
Merge pull request #5595 from greenbea/patch-18
...
Fix accountcode when using loopback
2020-11-18 11:08:03 -07:00
agree
0857b79ddb
Fix accountcode when using loopback
2020-11-18 13:05:31 -05:00
FusionPBX
c66c9f0be4
Merge pull request #5580 from greenbea/patch-17
...
Fix order by on outbound routes. urlencode() encoded the & and = causing order by to fail when passing $app_uuid to th_order_by()
2020-11-18 08:53:00 -07:00
FusionPBX
07af594514
Merge pull request #5542 from demonspork/gxp_feature_key_sync
...
Gxp feature key sync
2020-11-18 08:42:25 -07:00
FusionPBX
a87a9b4311
Update app_config.php
2020-11-18 08:40:28 -07:00
FusionPBX
f013aa5059
Merge branch 'master' into gxp_feature_key_sync
2020-11-18 08:39:14 -07:00
FusionPBX
3a71d0c02b
Merge pull request #5554 from greenbea/patch-14
...
Prevent users from overriding user_context
2020-11-18 08:28:59 -07:00
FusionPBX
d660e381d7
Merge pull request #5586 from winsock/device_line_add_defaults
...
Ensure new lines respect proxy and address default settings.
2020-11-18 08:26:01 -07:00
FusionPBX
4fc078f10b
Merge pull request #5591 from phoneben/patch-1
...
Update conference_centers.php
2020-11-18 08:23:22 -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
ecfe0fac00
Merge pull request #5543 from demonspork/grandstream-unconfigured-provision
...
Fix Config URLs for unconfigured Grandstream Phones
Fix config URL so that the phones don't get an invalid URL when $domain_name is unset. They would previously receive /app/provision with no domain/ip included, which makes the phone unable to provision again once they have been added to the Devices page without manually re-setting the config URL or factory defaulting the device.
2020-11-17 21:19:00 -07:00
Andrew Querol
cfc44b4d59
Ensure we setup sip proxies even if the user doesn't have permission to customize them when adding.
...
Also ensures the primary and secondary server address are set to defaults if the permission does not exist.
2020-11-17 21:40:49 -06:00
FusionPBX
600eea47b5
Firmware Upgrade Confirmation set to 0 no this will allow unattended firmware upgrade.
2020-11-17 20:24:43 -07:00
FusionPBX
df94bc97e6
Update {$mac}.xml
2020-11-17 20:19:09 -07:00
FusionPBX
9af41fab4f
Merge pull request #5547 from demonspork/GXP17xx-template-fixes
...
GXP17xx Template Improvements
2020-11-17 20:16:03 -07:00
FusionPBX
2ecd64554d
Merge pull request #5585 from winsock/grp2614-2616-typos
...
Fix XML issues with the GRP2614/2616 Templates
2020-11-17 20:12:59 -07:00
FusionPBX
3696269c39
Merge pull request #5560 from winsock/grandstream-xml
...
Grandstream GXV3370 Template Improvements
2020-11-17 20:11:55 -07:00
FusionPBX
5ce78d835a
Merge pull request #5582 from junction1153/patch-6
...
Updated code for v1p1beta1 API utilization
2020-11-17 18:56:02 -07:00
FusionPBX
815ff63296
Merge pull request #5587 from junction1153/patch-7
...
Add new_messages variable in VM Email template
2020-11-17 18:54:18 -07:00
FusionPBX
7a9b6f91d8
Merge pull request #5588 from emaktech/patch-64
...
Optimize Fax Conversion Quality
2020-11-17 18:43:37 -07:00
FusionPBX
62929a36f5
Merge pull request #5583 from Andy-Seattle/patch-6
...
Update send_email.lua to choose correct email template
2020-11-17 18:37:26 -07:00
FusionPBX
36360f8ce3
Merge pull request #5590 from greenbea/https_provisioning
...
grandstream dp750 use https provisioning
2020-11-17 18:25:34 -07:00
FusionPBX
6c55f4d88d
Merge pull request #5589 from greenbea/update_grandstream_dialplan
...
Grandstream update dialplan to support extension intercept **[ext]
2020-11-17 18:25:14 -07:00
fusionate
832b3fae22
Call Block: Outbound call support.
2020-11-17 17:39:49 -07:00
Greenbea
0068aa8ee2
grandstream dp750 use https provisioning
2020-11-17 17:23:49 -05:00
Greenbea
fae6343173
Grandstream update dialplan to support extension intercept **[ext]
2020-11-17 16:57:48 -05:00
emaktech
5d3b2d3226
Optimize Fax Conversion Quality
...
Added additional command line switches to the Ghostscript command which greatly improves the output quality and legibility of converted faxes.
Now using a simple threshold method - 75% threshold to determine if a pixel will be black or white.
Dithering is turned off completely.
Also switched to newer tiffg4 compression method.
2020-11-17 16:00:23 -05:00
Joseph
d58c26a389
Add new_messages variable in VM Email template
...
Ability to use ${new_messages} as a variable in the subject for voicemail to email template. Specifically useful for users who are migrating from asterisk and freepbx
2020-11-17 09:32:37 -05:00