FusionPBX
5fe295a818
Update extension.php
...
Add exists method to the extension class.
2016-11-05 22:32:20 -06:00
jebsolutions
54d7e41f6e
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
e7fae7587e
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
bd7867ef5e
Update extension_edit.php
...
Fix the link thanks KonradSC for reporting the problem.
2016-11-01 21:54:37 -06:00
FusionPBX
c50c228190
Update follow_me.php
2016-11-01 13:45:51 -06:00
FusionPBX
3786fa2a65
Update call_forward.php
2016-11-01 13:37:43 -06:00
jalr
7cb70299f4
Add German indications ( #2005 )
2016-11-01 11:02:21 -06:00
FusionPBX
abf61c5ea2
Update conference_control_details.php
2016-10-29 00:21:05 -06:00
FusionPBX
9e05dd38d8
Update conference_control_edit.php
2016-10-29 00:15:29 -06:00
FusionPBX
8221f53be7
Update conference_controls.php
2016-10-29 00:11:56 -06:00
FusionPBX
b11f927089
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
b423ab88eb
Update call_center_queue_edit.php
2016-10-27 13:19:48 -06:00
FusionPBX
24f33e3b72
Update call_center_agent_delete.php
2016-10-27 13:17:09 -06:00
FusionPBX
7e0061d221
Update call_center_queue_delete.php
2016-10-27 13:15:55 -06:00
FusionPBX
aef9abc28c
Update xml_cdr.php
2016-10-25 18:06:34 -06:00
FusionPBX
edf8117215
Update xml_cdr.php
2016-10-25 18:02:26 -06:00
FusionPBX
7fa3d4fc66
Update dialplan_inbound_add.php
...
Use the database save class when adding an inbound route.
2016-10-23 22:00:04 -06:00
FusionPBX
c814250c54
Update app_config.php
2016-10-23 13:20:55 -06:00
FusionPBX
3fa2f7fa0f
Update app_defaults.php
...
Add number_as_presence_id in default settings provision category.
2016-10-23 13:13:34 -06:00
FusionPBX
bda099197c
Update scripts.php
2016-10-23 13:00:31 -06:00
FusionPBX
de21bea941
Update device_profile_copy.php
2016-10-23 10:58:51 -06:00
FusionPBX
6b841bca1a
Update ivr_menu_copy.php
2016-10-23 10:44:35 -06:00
FusionPBX
d5f8027ed1
Update fax.php
2016-10-23 00:20:29 -06:00
FusionPBX
2f689607f1
Update call_center.php
2016-10-23 00:18:31 -06:00
FusionPBX
fa34450488
Update device_profile_copy.php
2016-10-23 00:12:58 -06:00
FusionPBX
20a9384433
Update ivr_menu_copy.php
2016-10-22 23:51:12 -06:00
FusionPBX
f937f58c8a
Update device_copy.php
2016-10-22 23:44:45 -06:00
FusionPBX
71c5e4b117
Update app_defaults.php
2016-10-22 23:34:26 -06:00
FusionPBX
6395141b07
Update device_edit.php
2016-10-22 23:30:11 -06:00
FusionPBX
01991d69aa
Update time_condition_edit.php
2016-10-22 23:24:28 -06:00
FusionPBX
c136354fc8
Update device_profile_edit.php
2016-10-22 23:19:25 -06:00
FusionPBX
5457a203b4
Update destination_delete.php
2016-10-22 23:14:28 -06:00
FusionPBX
520d15f8c2
Update dialplan_xml.php
2016-10-22 23:07:14 -06:00
FusionPBX
3c33b7b151
Update ivr_menu.php
2016-10-22 23:03:16 -06:00
FusionPBX
7619cca7fb
Update dialplan_copy.php
2016-10-22 23:00:23 -06:00
FusionPBX
fcdf4ba9d1
Update dialplan_edit.php
2016-10-22 22:58:36 -06:00
FusionPBX
c07895ffc3
Update call_center_agent_edit.php
2016-10-22 22:57:03 -06:00
FusionPBX
7f55015629
Update app_defaults.php
2016-10-22 22:53:41 -06:00
FusionPBX
992bc2feb2
Update app_defaults.php
2016-10-22 22:44:01 -06:00
FusionPBX
45bf21662f
Update app_defaults.php
2016-10-22 22:36:16 -06:00
FusionPBX
06552978ca
Update app_defaults.php
2016-10-22 21:26:39 -06:00
FusionPBX
c4d35d2cb8
Update app_defaults.php
2016-10-22 21:21:17 -06:00
FusionPBX
c8e3b98a38
Update app_defaults.php
2016-10-22 21:13:51 -06:00
FusionPBX
44a8702e31
Update app_defaults.php
2016-10-22 21:12:48 -06:00
FusionPBX
74c457445a
Update app_defaults.php
2016-10-22 18:51:45 -06:00
FusionPBX
f849fa44ce
Update app_defaults.php
2016-10-22 18:50:56 -06:00
FusionPBX
f4d2762479
Update app_defaults.php
2016-10-22 17:20:24 -06:00
FusionPBX
20ef9053aa
Update app_defaults.php
2016-10-22 16:37:56 -06:00
FusionPBX
f0cc434526
Update dialplan_outbound_add.php
2016-10-21 13:28:13 -06:00
FusionPBX
08faef2e89
Update gateway_edit.php
2016-10-21 10:24:44 -06:00