Commit Graph

7462 Commits

Author SHA1 Message Date
FusionPBX e4e6166a56 Update dialplan_inbound_add.php 2016-10-14 08:09:05 -06:00
FusionPBX 70f939d713 Update extension_edit.php
Add accountcode to extensions.
2016-10-14 07:42:01 -06:00
FusionPBX e48552680c Update switch.sql
Add json_store table.
2016-10-13 15:48:09 -06:00
FusionPBX 1e20574f0a Create conference_layouts.conf.xml 2016-10-13 15:31:13 -06:00
FusionPBX 126b658344 Update dialplan_copy.php
Fix the dialplan copy on the master branch.
2016-10-13 08:54:29 -06:00
FusionPBX f377913bd4 Update call_center_queue_edit.php 2016-10-10 11:40:38 -06:00
FusionPBX 4d4c9f85ea Update device_profile_edit.php 2016-10-10 10:41:57 -06:00
FusionPBX d1a7cda449 Update extension_edit.php
Update permissions for extension edit.
2016-10-09 10:32:49 -06:00
FusionPBX ad0ab54d28 Update fax_edit.php
Remove the unofficial billing from fax edit.
2016-10-08 22:16:54 -06:00
FusionPBX 8fe60ba751 Update fax.php
Update the FAX dialplan to use the updated orm class.
2016-10-08 22:13:46 -06:00
FusionPBX cc6806b625 Update macro.lua 2016-10-08 09:52:21 -06:00
FusionPBX d462a244a5 Update 490_do-not-disturb.xml
Add *77 DND toggle.
2016-10-07 14:57:42 -06:00
FusionPBX a14b7fa83a Update do_not_disturb.lua
Add do not disturb toggle.
2016-10-07 14:54:02 -06:00
FusionPBX b09e17e892 Update template.php 2016-10-06 18:18:52 -06:00
FusionPBX e1c770e2db Update conference_center_edit.php 2016-10-05 18:44:38 -06:00
FusionPBX 08dc79d260 Update conference_edit.php 2016-10-05 18:42:46 -06:00
FusionPBX 2dc1eddcb5 Update call_flow_edit.php 2016-10-05 18:40:47 -06:00
FusionPBX 1b8cbe603b Update ring_group_edit.php 2016-10-05 18:38:07 -06:00
FusionPBX ed3c1111ea Update extension_edit.php 2016-10-05 18:24:53 -06:00
reliberate d20a495548 Users: Revamp and consolidate code, integrate ORM. 2016-10-05 10:29:30 -06:00
FusionPBX d98bac68a6 Update orm.php
Escape single quotes in the data.
2016-10-05 09:55:02 -06:00
FusionPBX 5cc746fd54 Update extension_delete.php 2016-10-05 09:34:57 -06:00
FusionPBX 02203b36b3 Update database_transaction_edit.php 2016-10-05 09:34:02 -06:00
FusionPBX 3b5a003741 Update call_center_queue_edit.php 2016-10-05 07:28:18 -06:00
FusionPBX 16eb07cfef Update call_center_queue_delete.php 2016-10-05 07:25:25 -06:00
FusionPBX cc873c7c13 Update app_config.php 2016-10-05 06:03:28 -06:00
FusionPBX 48d2c45d89 Update call_center_agent_edit.php 2016-10-05 03:44:55 -06:00
reliberate ed50859364 Call Control: Minor form layout mods, add Default Setting to control Follow Me Destination count and default Timeout value, integrate ORM. 2016-10-05 01:19:05 -06:00
FusionPBX 69bb29592c Update extension_edit.php 2016-10-04 23:55:02 -06:00
FusionPBX f89cf2f46e Update app_languages.php 2016-10-04 21:50:24 -06:00
FusionPBX c7d9231788 Update orm.php
The change from fetch to fetchAll created the need for this change.
2016-10-04 03:49:32 -06:00
FusionPBX 976a5e6113 Update call_flow_edit.php 2016-10-04 03:28:31 -06:00
FusionPBX a51b84a139 Update call_flows.php 2016-10-04 02:38:36 -06:00
FusionPBX 3063a29db9 Update app_languages.php 2016-10-04 02:19:48 -06:00
FusionPBX 844f7d8994 Update ivr_menu_edit.php
Fix the recent change to IVR Menu dialplan to fix the IVR Menu exit app.
2016-10-03 22:15:46 -06:00
FusionPBX 1733a646ec Update ldap.php 2016-10-03 21:38:05 -06:00
FusionPBX 07482f52d5 Update database.php 2016-10-03 21:37:27 -06:00
FusionPBX a1fb76f4be Update authentication.php
Update the session username if authorized is true.
2016-10-03 21:35:34 -06:00
FusionPBX bcb7881255 Update orm.php
Change the function fetch to fetchAll. Fetch returns a 2 dimensional array and fetchAll returns a 3 dimensional array. which changes the array structure so it works better with count.
2016-10-03 21:33:20 -06:00
FusionPBX 5bd3d3310d Update conference_center_edit.php 2016-10-03 20:15:28 -06:00
FusionPBX 7d8b2a5f66 Update conference_centers.php 2016-10-03 20:08:48 -06:00
Chris Black a49edd8f24 add account 3 to the w52p config (#1964) 2016-10-03 14:28:44 -06:00
FusionPBX 5b2b70530e Update app_languages.php 2016-10-03 01:05:25 -06:00
FusionPBX 598430148c Update conference_centers.php 2016-10-02 20:47:40 -06:00
FusionPBX fd12f82a1e Update app_languages.php 2016-10-02 20:33:54 -06:00
FusionPBX b373d39518 Update device_edit.php 2016-10-02 19:12:14 -06:00
FusionPBX 8c400aed9c Update ivr_menu_copy.php 2016-10-02 16:31:44 -06:00
FusionPBX 4f821949b2 Update ivr_menu_edit.php
Fix a problem when adding a new IVR Menu.
2016-10-02 15:33:17 -06:00
markjcrane d7c2930764 Update indentation for includes and check permissions. 2016-10-02 14:30:38 -06:00
FusionPBX e9d7bab186 Update gateway_edit.php 2016-10-02 12:54:30 -06:00