Chris Black
b07e91c279
Changes to API per issue 2036 ( #2038 )
...
https://github.com/fusionpbx/fusionpbx/issues/2036
2016-11-04 11:18:02 -06:00
jebsolutions
27694ba988
app/fax/app_defaults.php: ( #2031 )
...
+ fix: duplicate check only within same default_setting_category. This fixes the bug where "keep_local" for fax wasn't being created because there was a "keep_local" for voicemail. Without this fix you will get a lua error due to the field not being set and nothing shows up in the sent faxes log.
fax/fax_log_view.php:
+ fix: back button text is missing. Copied correct localized text code from another fax page that worked.
app/fax/app_config.php
+ fix: date field is now timestamp for postgres+mysql. This fixes the listing only showing the date, not the time as well.
Note: app->defaults doesn't change field types. Existing installs will have to manually update the field type e.g. for postgres:
sudo -sHu postgres
\d fusionpbx
alter table v_fax_logs alter column fax_date type timestamp without time zone;
\q
2016-11-03 16:24:40 -06:00
Chris Black
7c4a726766
add built in ability for microsoft bing speech to text ( #1960 )
...
* add built in ability for microsoft bing speech to text
* move json.lua to lower case and more error checking in record_message
* Replaced Creative Commons json.lua with lunajson.lua which is MIT license
https://github.com/grafi-tt/lunajson/blob/master/LICENSE
2016-11-03 16:11:21 -06:00
FusionPBX
76edd90efd
Update database.php
...
Add database -> select method.
2016-11-02 12:31:59 -06:00
FusionPBX
cb96213e3d
Update ldap.php
...
If the LDAP password is not provided then set authorized to false.
2016-11-02 00:16:30 -06:00
FusionPBX
f65beacebc
Update extension_edit.php
...
Fix the link thanks KonradSC for reporting the problem.
2016-11-01 21:54:37 -06:00
FusionPBX
86fc5c9f51
Update follow_me.php
2016-11-01 13:45:51 -06:00
FusionPBX
305651724b
Update call_forward.php
2016-11-01 13:37:43 -06:00
markjcrane
4d76a50e9c
Remove extra tabs, and special characters.
2016-11-01 12:20:57 -06:00
FusionPBX
37ce76b9ef
Update y000000000005.cfg
2016-11-01 11:16:01 -06:00
jalr
8a3e0503cf
Add German indications ( #2005 )
2016-11-01 11:02:21 -06:00
FusionPBX
cfc539ceed
Update install_switch.php
...
Switch directory will not always exist if the FreeSWITCH is installed on a separate machine than FusionPBX.
2016-10-31 23:46:13 -06:00
FusionPBX
5de28928e6
Update fax_to_email.php
2016-10-31 14:39:04 -06:00
jebsolutions
130147990e
Fax email fix for master branch ( #2023 )
...
* allow bypass of certificate validation
* Update app_defaults.php
change to match
* Update app_defaults.php
2016-10-31 14:19:41 -06:00
FusionPBX
78b1f978f0
Update ldap.php
2016-10-31 11:01:52 -06:00
FusionPBX
fa50cd855c
Update fax_to_email.php
2016-10-31 07:37:32 -06:00
FusionPBX
0f3a214bc1
Update message_waiting.lua
2016-10-30 12:15:25 -06:00
FusionPBX
9039a32923
Update conference_control_details.php
2016-10-29 00:21:05 -06:00
FusionPBX
0aa3b09053
Update conference_control_edit.php
2016-10-29 00:15:29 -06:00
FusionPBX
afc4289e81
Update conference_controls.php
2016-10-29 00:11:56 -06:00
FusionPBX
166e81e9f5
Update call_flow_edit.php
...
Escape the * with \* if it is used in the extension or feature code.
2016-10-28 15:25:38 -06:00
FusionPBX
04dcdce88d
Update call_center_queue_edit.php
2016-10-27 13:19:48 -06:00
FusionPBX
2ff221703c
Update call_center_agent_delete.php
2016-10-27 13:17:09 -06:00
FusionPBX
91ca9bae66
Update call_center_queue_delete.php
2016-10-27 13:15:55 -06:00
FusionPBX
534ab537c8
Update vars.xml
...
Change ssl_dir from ssl to tls.
2016-10-27 12:42:56 -06:00
FusionPBX
29021963fa
Update xml_cdr.php
2016-10-25 18:06:34 -06:00
FusionPBX
549332b457
Update xml_cdr.php
2016-10-25 18:02:26 -06:00
FusionPBX
bb961276c3
Update ivr.conf.lua
...
Move direct dial after the options.
2016-10-25 10:04:29 -06:00
FusionPBX
91c9548e35
Update {$mac}.xml
2016-10-24 15:09:40 -06:00
FusionPBX
cfd59cbcb6
Update dialplan_inbound_add.php
...
Use the database save class when adding an inbound route.
2016-10-23 22:00:04 -06:00
FusionPBX
8ad0847d2a
Update app_config.php
2016-10-23 13:20:55 -06:00
FusionPBX
fef88f0873
Update app_defaults.php
...
Add number_as_presence_id in default settings provision category.
2016-10-23 13:13:34 -06:00
FusionPBX
6e44bb2be8
Update scripts.php
2016-10-23 13:00:31 -06:00
FusionPBX
4ecf0f95b0
Update directory.lua
...
Re-add force_ping to directory.lua.
2016-10-23 12:55:39 -06:00
FusionPBX
b807c7e15f
Update directory.lua
...
moteus changes to directory.lua in pull request 1129.
2016-10-23 12:46:35 -06:00
FusionPBX
10f1c42509
Update device_profile_copy.php
2016-10-23 10:58:51 -06:00
FusionPBX
2a5246fe41
Update ivr_menu_copy.php
2016-10-23 10:44:35 -06:00
FusionPBX
cb2e0df06c
Update fax.php
2016-10-23 00:20:29 -06:00
FusionPBX
12f2214194
Update call_center.php
2016-10-23 00:18:31 -06:00
FusionPBX
1c173fc5be
Update device_profile_copy.php
2016-10-23 00:12:58 -06:00
FusionPBX
338c7c4e81
Update ivr_menu_copy.php
2016-10-22 23:51:12 -06:00
FusionPBX
aa0aaae623
Update device_copy.php
2016-10-22 23:44:45 -06:00
FusionPBX
32d43790b5
Update app_defaults.php
2016-10-22 23:34:26 -06:00
FusionPBX
ad2cb40775
Update device_edit.php
2016-10-22 23:30:11 -06:00
FusionPBX
04db82b5e4
Update time_condition_edit.php
2016-10-22 23:24:28 -06:00
FusionPBX
5b061a5563
Update device_profile_edit.php
2016-10-22 23:19:25 -06:00
FusionPBX
ea9d308eea
Update destination_delete.php
2016-10-22 23:14:28 -06:00
FusionPBX
19e914c422
Update dialplan_xml.php
2016-10-22 23:07:14 -06:00
FusionPBX
4f19f185a6
Update ivr_menu.php
2016-10-22 23:03:16 -06:00
FusionPBX
30890dfb21
Update dialplan_copy.php
2016-10-22 23:00:23 -06:00