Commit Graph

9817 Commits

Author SHA1 Message Date
FusionPBX
89f68e73ff Update extension_copy.php 2016-11-29 11:56:05 -07:00
FusionPBX
72cdefba59 Update extension.php 2016-11-29 11:51:33 -07:00
FusionPBX
fe49484055 Update extension.php
Improve the extension->exists method.
2016-11-29 11:38:00 -07:00
FusionPBX
f65903e75e Update extension.php
Update the function exists method.
2016-11-29 11:04:00 -07:00
FusionPBX
33fbfd84f5 Update forward_add_intro.lua
Add missing ) which was breaking the syntax.
2016-11-28 08:43:47 -07:00
FusionPBX
7231b15987 Update install_fusionpbx.php
Move to core default settings app defaults.
2016-11-27 17:05:37 -07:00
FusionPBX
0feed0f095 Update app_defaults.php 2016-11-27 16:54:56 -07:00
FusionPBX
d6b10c6e64 Update database.php
An improvement to make the database class more robust.
2016-11-27 00:16:18 -07:00
FusionPBX
3914259db7 Update dialplan.php 2016-11-26 23:14:43 -07:00
FusionPBX
b26a4d85a2 Update call_center_active_inc.php 2016-11-26 21:44:20 -07:00
FusionPBX
3acfe08ac6 Update database_transaction_edit.php 2016-11-26 21:37:43 -07:00
FusionPBX
defcd0bc86 Update provision.php
Add if is_array statements before using the array to prevent warnings if the array isn't defined.
2016-11-26 18:42:22 -07:00
FusionPBX
238543f982 Update index.php 2016-11-26 18:35:10 -07:00
FusionPBX
420440b68b Update {$mac}.xml 2016-11-26 18:33:00 -07:00
FusionPBX
4cf4b03f30 Create {$mac}.xml 2016-11-26 18:32:32 -07:00
FusionPBX
9fc0ff5013 Update {$mac}.xml 2016-11-26 18:32:06 -07:00
FusionPBX
f08e5c598c Create {$mac}.xml
Add Sangoma s500 {$mac}.xml file.
2016-11-26 17:55:03 -07:00
FusionPBX
f532aa964f Create {$mac}.xml
Add Sangoma s300 {$mac}.xml file.
2016-11-26 17:53:42 -07:00
FusionPBX
68b2645a5f Create {$mac}.xml
Add Sangoma s700 {$mac}.xml file.
2016-11-26 17:51:35 -07:00
jebsolutions
36916fa2d7 fix typo (#2199) 2016-11-26 16:09:28 -07:00
jebsolutions
8761304449 show git branch + commit. +link to preview git changes (#2186)
* show git branch + commit.  +link to preview git changes

new feature
- bottom of upgrade screen shows git branch + commit you are on
- provides a link to github showing changes since then on your current branch

More eyes reviewing the code is always a plus.  The github link helps make it easier.

* Update index.php

Add translations and pretty it up a little.
2016-11-26 00:21:31 -07:00
FusionPBX
d1717a7754 Update app_languages.php 2016-11-25 23:41:52 -07:00
Alexey Melnichuk
82301775c3 Fix. Build correct SQL in vm/menu_messages.lua (close #2189) (#2195) 2016-11-25 23:03:19 -07:00
Alexey Melnichuk
c28fbf9c6a Fix. Close database object in vm/forward_to_extension.lua (#2196) 2016-11-25 23:01:43 -07:00
Alexey Melnichuk
21b63b086b Fix. Store message_intro_base64 in database. (#2197) 2016-11-25 23:01:18 -07:00
FusionPBX
f172b08db3 Update gateways.php
Reverse the changes to the Gateways list to fix multiple bugs introduced to it from a pull request.
2016-11-25 20:37:44 -07:00
FusionPBX
9efa7e2413 Update app_defaults.php
Add the temp directory to default settings.
2016-11-25 14:28:35 -07:00
jebsolutions
6ea4a34630 fix for issue #2190 missing } (#2191) 2016-11-25 10:03:07 -07:00
jebsolutions
89d4dcb959 additional error handling for backup/restore (#2187)
prerequisite:
- add at least one backup path to the Advanced->defaults
- do NOT install rar archive/de-archive programs

test case #1
- go to backup screen and download backups as rar

test case #2
- go to backup screen and upload a RAR file

expected result:
- get a sign that an error occurs

actual result:
- not clear if it failed, or why

fix:
added error message.  And you will get the top-bar warning in red on error instead of in green.

note: cut-pasted from google translate for "extraction failed" part of message-restore_failed_extract
2016-11-24 20:53:03 -07:00
FusionPBX
20bdf00eac Update voicemails.php
Uppercase the SQL, cast voicemail id as text, and add sterilize user data.
2016-11-24 13:01:32 -07:00
FusionPBX
5fa05c2bbf Update extension_edit.php
Prevent a SQL error when adding a new user.
2016-11-24 12:21:55 -07:00
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