Commit Graph

7686 Commits

Author SHA1 Message Date
FusionPBX 9cac833ee3 Update extension.php
Remove the extra exists method added a few hours ago.
2016-11-24 11:03:13 -07:00
Alexey Melnichuk e3e5e2fcfc Fix. Add missing braces in gateways.php (#2179) 2016-11-24 10:09:14 -07:00
Alexey Melnichuk 69585d2023 Add. ${user_exists} value to check condition when build CF dialstring (#2183) 2016-11-24 10:07:55 -07:00
Alexey Melnichuk b16dbcc125 Fix some minor typos related with new Database class. (#2174) 2016-11-24 10:04:42 -07:00
Alexey Melnichuk 7b71ddcab1 Add. Use params in provision/index.lua (#2173) 2016-11-24 10:01:06 -07:00
Alexey Melnichuk 0c28bdadc3 Add. call_flow_monitor.lua uses Database class. (#2172) 2016-11-24 09:57:18 -07:00
Alexey Melnichuk 9963e94c0f Add. Use params in disa.*.lua (#2171) 2016-11-24 09:56:09 -07:00
FusionPBX da5c667202 Update extension_edit.php
Use check_str on extension edit when building the sql queries. In the future will switch to PHP PDO prepared statements with parameters. This change fixes a problem where the check_str is used twice and duplicating the single quote.
2016-11-24 03:21:35 -07:00
Alexey Melnichuk 4ba9e89765 Fix. Find call_group with NULL in intercept.lua (#2169) 2016-11-24 03:04:52 -07:00
FusionPBX 679169e8e0 Update {$mac}.cfg 2016-11-24 01:44:55 -07:00
FusionPBX 2b4a323e58 Update {$mac}.cfg 2016-11-24 01:43:00 -07:00
Len 66ae09504e Update {$mac}.cfg 2016-11-24 02:52:43 -05:00
Len 0d49a2c14e Update {$mac}.cfg 2016-11-24 02:51:31 -05:00
Len 5ac3ba8e01 Update {$mac}.cfg 2016-11-24 02:46:28 -05:00
Alexey Melnichuk 36e12ec0ae Fix. Add missing file for #1629 (#2077) 2016-11-24 00:41:43 -07:00
Len 101cdf27be Update {$mac}.cfg 2016-11-24 02:40:27 -05:00
Len f052db3b64 Update {$mac}.cfg 2016-11-24 02:38:52 -05:00
Len 2b6b5641ed Update {$mac}.cfg 2016-11-24 02:36:20 -05:00
Len ce6b679526 Update {$mac}.cfg 2016-11-24 02:34:50 -05:00
Mafoo 031c2ea2d8 observe gateway_domain permision more strictly (#1673)
make observation of the gateway_domain permission more strict when
generating edit and delete links
generate edit_link and delete_link once
2016-11-24 00:28:38 -07:00
Len 94692dba78 Update {$mac}.cfg 2016-11-24 02:25:54 -05:00
jebsolutions 9626f23072 prevent cloning duplicate extensions (master #1821) (#2033)
* prevent cloning duplicate extensions

app/extensions/app_languages.php
+ add duplicate extension error prompt

app/extensions/extension_copy.php
+ add check to see if duplicate extension exists

app/extensions/resources/classes/extension.php
+ add function to check if extension exists

* fix typo

* Update app_languages.php

* Update extension_copy.php

* Update extension.php

* Update extension_copy.php

Use the global app_languages.php message-duplicate translation.

* Update extension_copy.php

* Update extension.php
2016-11-24 00:23:44 -07:00
Len b1c2c9dbdd Update {$mac}.cfg 2016-11-24 02:20:44 -05:00
Len 6c7d384799 Update {$mac}.cfg 2016-11-24 02:17:03 -05:00
FusionPBX 440b82f90f Update app_languages.php
Add message-duplicate
2016-11-24 00:10:17 -07:00
Len d338024709 Update {$mac}.cfg 2016-11-24 02:07:52 -05:00
Len 5039055739 Update {$mac}.cfg
update for networking
2016-11-24 02:01:30 -05:00
Len a2ac6f2a11 Update {$mac}.cfg
update to address Problem #1976; https://github.com/fusionpbx/fusionpbx/issues/1976
2016-11-24 01:40:46 -05:00
FusionPBX 976e8a3422 Update y000000000052.cfg 2016-11-23 23:28:59 -07:00
FusionPBX 16a24d3384 Update y000000000044.cfg 2016-11-23 23:26:50 -07:00
Chris Black ca456d6b10 Couple firmware URL fixes (#2106)
* Couple firmware URL fixes

* Add handset OTA upgrade to W52p

* Remove profanity from returned results.
2016-11-23 23:21:35 -07:00
konradSC 156ffca498 Registration search (#2151)
* Update status_registrations.php

* Update status_registrations_inc.php

* Update status_registrations_inc.php

* Update status_registrations_inc.php

* Update status_registrations_inc.php
2016-11-23 23:20:51 -07:00
Alexey Melnichuk fa82309dc5 Fix. Create dbh object in fax_retry.lua (#2168) 2016-11-23 23:14:58 -07:00
FusionPBX df648b7b8b Update provision.php
Allow provision variables of type boolean and numeric.
2016-11-23 22:42:46 -07:00
FusionPBX f2362aa7aa Create recording_play.php
Add the missing recording play file.
2016-11-23 22:08:33 -07:00
FusionPBX 37f4fc42eb Update xml_cdr_details.php
Fix the recording links in the xml cdr details.
2016-11-23 22:01:37 -07:00
FusionPBX a81525f40e Update {$mac}.cfg
Prevent ghost calls for polycom.
2016-11-23 15:48:38 -07:00
FusionPBX 9be68071e3 Update {$mac}.cfg
Prevent ghost calls for polycom.
2016-11-23 15:46:02 -07:00
FusionPBX 2fcb774dc0 Update database.php
Update the database class delete method.
2016-11-23 13:39:20 -07:00
konradSC d73c09c866 Device profile settings (#2165)
* Update app_config.php

* Update device_profile_edit.php

* Update device_setting_delete.php

* Update provision.php
2016-11-23 12:28:59 -07:00
FusionPBX d2b65acc3a Update xml_cdr.php 2016-11-23 05:24:33 -07:00
Alexey Melnichuk 28b04d9200 Add. Use params in ring_groups/destination.lua (#2163) 2016-11-23 03:50:22 -07:00
Alexey Melnichuk 915c5dea48 Fix. Fetch correct arrays from settings. (#2162)
* Fix. Fetch correct arrays from settings.
Add. Use params in `settings.lua`

* Fix. array from domain settings overwrite entire array from default settings instead of appends it.
2016-11-23 03:50:00 -07:00
Alexey Melnichuk 928b1afb72 Add. Use params in call_block/index.lua (#2161) 2016-11-23 02:18:36 -07:00
Alexey Melnichuk 559a16b461 Fix. Use correct database class in hangup_rx.lua (#2155) 2016-11-23 02:02:06 -07:00
Alexey Melnichuk c43f71c177 Add. Use params in vm/change_password.lua (#2156) 2016-11-23 02:01:50 -07:00
Alexey Melnichuk 9c687dc20c Add. Use params in directory.lua (#2157) 2016-11-23 02:01:29 -07:00
Alexey Melnichuk 5d1606a2c3 Add. Use params in group_call.lua (#2158) 2016-11-23 02:00:44 -07:00
Alexey Melnichuk fa9e294932 Fix. Pass `params` to query call in destination_caller_id.lua (#2159) 2016-11-23 02:00:17 -07:00
Alexey Melnichuk 5a8b6bb332 Fix. Pass `params` in query call in do_not_disturb.lua (#2160) 2016-11-23 01:59:58 -07:00