Commit Graph

7338 Commits

Author SHA1 Message Date
FusionPBX
e4da37bd7a Update voicemail_edit.php 2016-09-20 09:51:48 -06:00
FusionPBX
42321e7a85 Update app_config.php
Add voicemail_alternate_greet_id to the database.
2016-09-20 09:42:00 -06:00
hargut
903dabfa6c Fix e-mail attachment handling / conversion & allow local emails to be valid (#1921)
* Enable local email addresses to be valid. E.g required for local Fax submission.

* Fix filenames & allow spaces in filenames.

* Fix attachment file names.

* Revert "Fix filenames & allow spaces in filenames."

This reverts commit 0908f42cc7.
See commit ecf490ff79 for the proper fix.
2016-09-19 08:54:58 -06:00
Luis Daniel Lucio Quiroz
5d1e995e2e Fix load balancing (#1920)
Same rationale as 4.0
2016-09-18 22:08:50 -06:00
FusionPBX
dd254979f3 Update orm.php
Updated code to be more robust and handle more situations such as primary key and child key in the array but doesn't exist in the database.
2016-09-18 15:27:40 -06:00
jebsolutions
513e22a766 Update macro.lua to fix reading voicemail extension number (#1929)
Expected result: The person at extension XXX is unavailable ...
Actual result: The person at is unavailable... 
i.e. it doesn't say the extension number.

bug: trying to access local variable voicemail_greet_id outside it's scope...so it doesn't exist and you get this in the logs:

2016-09-18 12:32:54.615249 [ERR] switch_cpp.cpp:977 Error! invalid args. 

Fix moves local variable creation outside the inner "if" so it's available for the later table.insert
2016-09-18 14:02:25 -06:00
AgregarDeveloper
f62677b0b6 Added pt-br language support. Few typo fixes. (#1922)
* Added pt-br language support. Few typo fixes.

* Update switch.conf.xml

Update mailer-app and mailer-app-args to use the default install path.
2016-09-17 22:05:51 -06:00
FusionPBX
db38b8dba3 Update macro.lua 2016-09-17 18:20:58 -06:00
FusionPBX
83c9525e01 Update check_auth.php 2016-09-16 18:06:51 -06:00
FusionPBX
85c254046e Update switch.conf.xml
Update mailer-app and mailer-app-args to use the default install path.
2016-09-15 14:10:27 -06:00
Chris Black
1a9f7737e9 fix the voicemail IVR with custom greeting (#1917) 2016-09-14 15:28:04 -06:00
DigiDaz
829f3d44a0 Moved the display update to the end (#1913)
Moved the UPDATE sip request to the end as it was sending the UPDATE request sometimes before the ACK had been received to the 200OK. This was sometimes causing it to fail.

Also removed a couple of commented out lines.
2016-09-13 20:06:26 -06:00
FusionPBX
aab24688f3 Update time_condition_edit.php
Time condition time-of-day use 1 minute increments this solves multiple problems and more flexible for minutes 0 - 59.
2016-09-13 19:17:19 -06:00
FusionPBX
f6efae3830 Update ivr_menu.php
IVR Menu - Add temporary permissions for adding or editing the dialplan.
2016-09-12 15:50:58 -06:00
FusionPBX
a537084752 Update permissions.php 2016-09-12 15:42:28 -06:00
FusionPBX
79bf6f56a0 Update permissions.php 2016-09-12 15:40:02 -06:00
Chris Black
54c15039ba add http_auth for remote phone book, fix dns issues (#1912) 2016-09-12 15:16:52 -06:00
FusionPBX
db9b088d86 Update authentication.php 2016-09-11 12:51:54 -06:00
FusionPBX
999eee3ebd Update database.php 2016-09-11 12:45:56 -06:00
FusionPBX
7febaf05f2 Update check_auth.php
Set the domain_uuid session variable.
2016-09-11 12:27:41 -06:00
FusionPBX
6ec74bc432 Update authentication.php
Make the database the default authentication plugin if the default setting -> authentication is not set.
2016-09-11 09:51:40 -06:00
FusionPBX
d27824cbb7 Update ldap.php 2016-09-11 09:09:54 -06:00
FusionPBX
c1db75ab45 Fix a spelling mistake in ldap.php. 2016-09-11 09:08:33 -06:00
FusionPBX
21aefc7cfc Update functions.php
FusionPBX 4.2 release.
2016-09-11 00:03:57 -06:00
FusionPBX
ed20a1f6c8 Update check_auth.php 2016-09-10 23:52:11 -06:00
FusionPBX
ba1ad5e71d Update functions.php 2016-09-10 23:46:25 -06:00
FusionPBX
1b485e7d45 Update check_auth.php
Updated to use the new authentication class.
2016-09-10 23:13:08 -06:00
FusionPBX
1082578788 Update ldap.php 2016-09-10 22:28:35 -06:00
FusionPBX
008597d159 Update database.php
Add contact_uuid to the database plugin.
2016-09-10 22:22:37 -06:00
FusionPBX
c91933ee5b Create authentication.php 2016-09-10 22:21:08 -06:00
FusionPBX
afdce9b55c Delete authentication.php
Wrong content added to this file that has no history so delete the file.
2016-09-10 22:20:10 -06:00
FusionPBX
81ba72734e Create root.php 2016-09-10 18:08:03 -06:00
FusionPBX
8eee98978e Create app_config.php 2016-09-10 18:07:18 -06:00
FusionPBX
b369986716 Delete app_config.php
Put it in the wrong location.
2016-09-10 18:06:51 -06:00
FusionPBX
479c573591 Create app_config.php 2016-09-10 18:06:13 -06:00
FusionPBX
c3cd81f0f9 Create ldap.php
Add a the authentication ldap plugin.
2016-09-10 18:02:37 -06:00
FusionPBX
fe2f5477c1 Update database.php
Update the database plugin description.
2016-09-10 17:59:59 -06:00
FusionPBX
2a24f427de Create database.php
Add the default plugin.
2016-09-10 17:58:06 -06:00
FusionPBX
8bc4637338 Create authentication.php
First commit in a series of commits adding a new authentication class.
2016-09-10 17:54:32 -06:00
FusionPBX
eb7a05ea45 Update domains.php 2016-09-10 17:33:47 -06:00
FusionPBX
74b8de3922 Update index.php
Advanced -> Upgrade -Remove label tag as it broke the checkbox and description vertical alignment.
2016-09-10 17:26:14 -06:00
FusionPBX
ea445121a0 Update app_config.php
Aastra function change name and label for callforward to call_forward and correct the spelling for redial.
2016-09-10 16:52:28 -06:00
FusionPBX
c0829b35e7 Update app_languages.php
Add the grandstream function translations array structure.
2016-09-10 16:51:34 -06:00
FusionPBX
6f9f9d044c Update device_edit.php
Fix a display issue.
2016-09-10 16:27:57 -06:00
FusionPBX
05d0614912 Update device_vendor_functions.php 2016-09-10 16:20:50 -06:00
FusionPBX
044560077b Update app_config.php
Right now label is based on the name this fixes the label. The label part of the array is not saved in the database yet so it can't be used at this time.
2016-09-10 16:18:33 -06:00
FusionPBX
7f245d827b Update device_vendor_functions.php
Add label to the functions list and order by the name.
2016-09-10 16:13:20 -06:00
minotaur01
7620319c11 TFTP Service v1.0.9 (#1905)
Fixed bug in app_defaults that recreated new setting eacg upgrade
2016-09-08 21:28:26 -06:00
FusionPBX
0315855377 Update memcache.lua 2016-09-08 18:00:23 -06:00
FusionPBX
da0cf0a1ff Update app_defaults.php 2016-09-08 17:27:34 -06:00