Commit Graph

18168 Commits

Author SHA1 Message Date
FusionPBX 9f7ca538a3
Update schema.php
Minor changes. Remove extra line feeds and add a semi-colon.
2020-10-21 11:32:46 -06:00
konradSC c2688fcf2a
Check for origination_callee_id_name
This was breaking when the variable wasn't set in the dialplan. 

Len discovered this :-)
2020-10-21 12:09:28 -04:00
Nate ab20b183aa Theme: Ensure temp directory is set, even if not defined in Default Settings. 2020-10-21 10:09:15 -06:00
Nate 3dec7cb307 Provisioning: Fix to make Domain Settings take effect in templates. 2020-10-20 16:51:48 -06:00
Nate 7e9cfb332a Extension - Edit: Adjust CIDR description. 2020-10-20 14:54:42 -06:00
Nate 53c7f1e805 Contacts - Import: Correct redirect URLs. 2020-10-20 13:29:34 -06:00
Nate 29de477e85 Contact - Import: Remove reference to outlook. 2020-10-20 13:21:18 -06:00
Nate 8d74bd6351 Users - Import: Fix file upload. 2020-10-20 13:14:34 -06:00
Nate 959a70c163 Devices - Import: Fix file upload. 2020-10-20 13:14:09 -06:00
Nate 58531ac7b1 Group Manager - Permissions: Add filter for assigned/unassigned. 2020-10-20 11:55:16 -06:00
FusionPBX b724852eff
Update device.php
When deleting a device make sure it removes any related device_uuid_alternate.
2020-10-20 09:41:08 -06:00
FusionPBX 2cb787c51c
Update app_config.php
Change voicemail_id to numeric.
2020-10-19 22:30:33 -06:00
FusionPBX 5b6102de70
Update device_edit.php
Show input text when details for select are not configured.
2020-10-19 20:19:00 -06:00
FusionPBX 4309b03d76
Merge pull request #5548 from demonspork/fix-array-order-display
Fix displaying array order for settings of type array in multiple settings pages
2020-10-19 18:34:54 -06:00
demonspork 80fa9cfe7d Fix displaying array order for settings of type array
the *_setting_order was missing from the SELECT queries for all 3 places I could find that use this mechanism. The device settings don't seem to use it.
2020-10-19 18:46:38 -05:00
demonspork b0bbae3a40 GXP17xx Template Improvements
Various basic variables were missing like transport type and sip_port and basic things were wrong like Accept Incoming SIP from Proxy Only was disabled.
This template P codes are almost identical to the GXP16XX except that the loops for button programming doesn't seem to work with it at least with my limited testing, so they are left out for now.

Tested and working with firmware 1.0.1.89
2020-10-19 00:11:43 -05:00
FusionPBX 18cf392b84
Merge pull request #5545 from greenbea/patch-12
ivr menu add pin number
2020-10-18 20:06:33 -06:00
Greenbea 3aa39634c9 ivr menu add pin number 2020-10-18 15:44:33 -04:00
demonspork 05f5f8692d 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.

The alternative solution is that the PHP code could always ensure that the $domain_name variable is set even if the device doesn't exist. My suggestion is to see if it can be set to the same domain/IP as the original provision request from this unconfigured device
2020-10-18 12:34:52 -05:00
demonspork d5b88ba4dc Fix Indention
Spaces instead of tabs :)
2020-10-16 18:51:32 -05:00
demonspork 21fd701e69 Disable grandstream_feature_key_sync by default
Disable grandstream_feature_key_sync by default because it requires the lua.conf.xml modification for the server to work with it.
2020-10-16 18:49:06 -05:00
demonspork 083453784b Grandstream GXP and GRP feature Key Sync
Grandstream GXP and GRP feature key sync variables.
2020-10-16 18:47:01 -05:00
FusionPBX dacd09e284
This breaks default setting user unique global. 2020-10-16 14:42:04 -06:00
Nate 06f79d79e7 Users: Add setting to require username format be an email address or not. 2020-10-16 11:48:07 -06:00
Nate 68dfa0d66d CSS: Allow textarea to resize. 2020-10-15 17:58:42 -06:00
FusionPBX d3ca69d93a
Merge pull request #5541 from greenbea/patch-11
Fix Paging
2020-10-14 22:39:55 -06:00
agree 0104ec36a0
Fix Paging 2020-10-14 20:05:40 -04:00
FusionPBX 105fd59f19
Merge pull request #5536 from Len-PGH/patch-163
phonebook
2020-10-14 14:33:27 -06:00
FusionPBX b3f0d0499c
Merge pull request #5537 from Len-PGH/patch-164
phonebook
2020-10-14 14:32:34 -06:00
FusionPBX 2e1931c183
Merge pull request #5538 from Len-PGH/patch-165
phonebook
2020-10-14 14:31:49 -06:00
FusionPBX e1020c3f55
Merge pull request #5535 from Len-PGH/patch-162
phonebook
2020-10-14 14:30:52 -06:00
FusionPBX bd7335942c
Merge pull request #5539 from Len-PGH/patch-166
phonebook
2020-10-14 14:30:21 -06:00
FusionPBX 2b0609578e
Merge pull request #5540 from Len-PGH/patch-167
phonebook
2020-10-14 14:29:31 -06:00
Nate df88702ec1 Operator Panel: Enforce minimum refresh rate value. 2020-10-14 14:22:35 -06:00
Nate 9550ea7c05 Operator Panel: Implement adjustable refresh rate. 2020-10-14 14:13:51 -06:00
Len 12b09a0a3d
phonebook 2020-10-14 12:25:41 -04:00
Len 7273073018
phonebook 2020-10-14 11:30:36 -04:00
Len b6779978d0
Update {$mac}.xml 2020-10-14 11:29:17 -04:00
Len 6d591e4b9d
phonebook 2020-10-14 11:28:25 -04:00
Len 0b9c3ca108
Update {$mac}.xml 2020-10-14 11:25:44 -04:00
Len a25a9dd0e2
phonebook 2020-10-14 11:22:46 -04:00
FusionPBX 91f3575747
Merge pull request #5534 from Len-PGH/patch-161
Update {$mac}.cfg
2020-10-13 20:33:17 -06:00
Len e833ede883
Update {$mac}.cfg 2020-10-13 22:31:30 -04:00
Len aec6e1e2fb
Update {$mac}.cfg 2020-10-13 22:28:28 -04:00
Len ef7e58d309
Update {$mac}.cfg 2020-10-13 22:22:43 -04:00
FusionPBX 04641d4f2b
Merge pull request #5533 from Len-PGH/patch-160
Update {$mac}.cfg
2020-10-13 20:06:21 -06:00
Len c40190081a
Update {$mac}.cfg 2020-10-13 22:04:42 -04:00
FusionPBX 23ffef65a7
Merge pull request #5532 from Len-PGH/patch-159
Update {$mac}.cfg for Yealink t43u
2020-10-13 19:41:34 -06:00
Len 6e3f138549
Update {$mac}.cfg 2020-10-13 21:26:55 -04:00
FusionPBX fc0d5d3be2
Merge pull request #5531 from Len-PGH/patch-158
Update y000000000107.cfg for Yealink t4u.
2020-10-13 19:05:07 -06:00