Commit Graph
5755 Commits
Author SHA1 Message Date
FusionPBX bd0fc5dcd8 Update app_languages.php 2018-09-28 11:41:19 -06:00
FusionPBX b047cae823 Update destination_imports.php 2018-09-28 11:37:41 -06:00
FusionPBX ddefbb2967 Update extensions.php 2018-09-28 11:06:32 -06:00
FusionPBX ed5022fde9 Update destinations.php 2018-09-28 11:05:48 -06:00
FusionPBX ad93fb3ba1 Update devices.php 2018-09-28 11:05:08 -06:00
FusionPBX b4c5e01ebb Update app_config.php 2018-09-28 10:58:19 -06:00
FusionPBX fe855c5c03 Update extension_imports.php 2018-09-28 10:56:51 -06:00
FusionPBX 86627fc968 Update app_config.php 2018-09-28 10:54:03 -06:00
FusionPBX 14d739c506 Update app_config.php 2018-09-28 10:52:55 -06:00
FusionPBX e0617302dc Update extension_imports.php 2018-09-28 10:48:43 -06:00
FusionPBX fefe95a864 Update device_imports.php 2018-09-28 10:47:42 -06:00
FusionPBX 06db9ad07e Update device_imports.php 2018-09-28 10:47:18 -06:00
FusionPBX e5c4a6eb8f Update destination_imports.php 2018-09-28 10:46:44 -06:00
FusionPBX 85e6d8a00e Rename app/user_imports/user_imports.php to core/users/user_imports.php 2018-09-28 10:44:48 -06:00
FusionPBX 61ce34edbf Rename app/extension_imports/extension_imports.php to app/extensions/extension_imports.php 2018-09-28 10:44:09 -06:00
FusionPBX 8d9cafb5d1 Rename app/destination_imports/destination_imports.php to app/destinations/destination_imports.php 2018-09-28 10:43:27 -06:00
FusionPBX 47590f11d9 Rename app/device_imports/device_imports.php to app/devices/device_imports.php 2018-09-28 10:42:27 -06:00
FusionPBX 7b32e9b1ef Update destination_imports.php 2018-09-28 01:12:08 -06:00
FusionPBX f3c6796416 Update device_imports.php 2018-09-28 01:07:49 -06:00
FusionPBX cc8b5cecb5 Update extension_imports.php 2018-09-28 01:02:06 -06:00
FusionPBX 34bf1d37ac Update user_imports.php 2018-09-28 00:58:06 -06:00
andycol 3b9659fc7a fix user imports (#3595)
User imports was looking for /app/users/users.php
not /core/users/users.php
2018-09-28 00:41:40 -06:00
markjcrane e1de210bbd Add imports 2018-09-25 18:14:30 +00:00
FusionPBX b8985503bb Update app_config.php 2018-09-22 09:20:01 -06:00
FusionPBX 45d7075107 Update app_config.php 2018-09-22 09:17:49 -06:00
Len b77f52d396 Update app_config.php (#3516) 2018-09-20 13:20:04 -04:00
FusionPBX 8f4e76a076 Update app_config.php 2018-09-20 12:38:02 -04:00
Len 75552a535f Update app_config.php (#3484)
* Update app_config.php

* Update app_config.php
2018-09-20 11:43:43 -04:00
FusionPBX d6fd6a4aa4 Update fax.php 2018-09-20 01:01:06 -04:00
FusionPBX f976b39d80 Update fax_send.php 2018-09-20 00:52:53 -04:00
FusionPBX 5a87260f84 Update message_edit.php 2018-09-19 23:46:41 -04:00
FusionPBX 7169201a95 Update fax_send.php 2018-09-19 23:34:20 -04:00
FusionPBX a278c1c64e Update app_languages.php 2018-09-19 03:31:03 -04:00
FusionPBX 8c90d11060 Update message_edit.php 2018-09-19 03:27:54 -04:00
FusionPBX 7ee576d205 Update index.php 2018-09-19 03:19:16 -04:00
FusionPBX 79a9a6b10f Update message_send.php 2018-09-19 03:17:37 -04:00
FusionPBX 018111217a Update message_send.php 2018-09-19 02:45:53 -04:00
FusionPBX def079bc74 Update app_config.php 2018-09-17 19:57:58 -06:00
Trick Solutions f9a68d5721 Changed the default setting for Vlan from 1 to 0. Grandstream phones take the value of 0 as a non tag, if the setting is set to 1 the tag is set to 1. Tagging of Vlan 1 will break most unmanaged switch setups. This value could be change to any other value if needed if your trying to demonstrate a value. (#3482) 2018-09-17 16:41:41 -06:00
FusionPBX d3f8f6e128 Update message_send.php 2018-09-16 11:06:14 -06:00
FusionPBX 4c646f6d27 Create message_send.php 2018-09-16 11:01:18 -06:00
FusionPBX 20c7f3dda6 Update app_config.php 2018-09-16 10:57:18 -06:00
emaktech c83a3a5dc6 Allow Editing 48 Lines on device_edit Page (#3478)
Similar to #3472 needed to allow up to 48 extension to be selectable and editable on the device_edit page.

Additionally, fixed sorting issue so line numbers are correctly sorted sequentially (line number is stored as text field so needed to change cast in SQL query).
2018-09-14 13:10:17 -06:00
Len ea3b9f0a78 Update app_config.php (#3476)
* Update app_config.php

* Update app_config.php
2018-09-14 09:36:36 -06:00
emaktech e57839783b Allow editing 48 lines on extension_edit page (#3472)
When provisioning 48 port analog gateway, (Grandstream GXW4248 for example) need ability to configure up to 48 lines per device.
2018-09-13 23:53:19 -06:00
FusionPBX 97fd49362b Update app_defaults.php 2018-09-13 22:51:38 -07:00
shaunjstokes bc80f3d22f Fix PHP out of memory error on App Defaults (#3403)
If 400+ domains exist it's not possible to Execute App Defaults without getting PHP out of memory error on line 630 in 'app\dialplan\resources\classes\dialplan.php'.

It would be better to first build XML for each domain_name (context) then for all else.
2018-09-13 23:50:08 -06:00
FusionPBX 8731dee3bf Update provision.php 2018-09-12 13:59:27 -06:00
FusionPBX 0f62b5f8c1 Update device_edit.php 2018-09-12 13:57:33 -06:00
FusionPBX b155382c38 Update app_languages.php 2018-09-12 13:54:47 -06:00