Commit Graph

8249 Commits

Author SHA1 Message Date
FusionPBX e0d2ba605a Update app_defaults.php 2016-11-12 20:48:16 -07:00
FusionPBX 6af1e391fe Update call_flow_edit.php
Escape the + with the back slash when used in the dialplan.
2016-11-11 13:55:11 -07:00
FusionPBX 7f98064094 Update fax_send.php
Get fax variables from default settings and use them for sending.
2016-11-11 13:19:52 -07:00
FusionPBX f24df67e35 Update app_defaults.php
Ignore ringing to improve fax success rate.
2016-11-11 13:05:51 -07:00
SJS87 018588fa8d Update index.lua for E-164 Caller ID (#2047)
When saving Caller ID numbers which are in E-164 format these may include a '/' prefix used to escape '+'. This causes the '/' to be saved with the number which prevents the call from being returned.

The above fixes the issue by removing '/' prefix from the start of the Caller ID number before saving the voicemail message.
2016-11-11 10:48:21 -06:00
FusionPBX 6a992f0fc0 Create 505_call-forward-all.xml 2016-11-10 15:16:58 -07:00
Chris Black 4b3fa720e4 Update sip.trust_ctrl for yealink firmware version 80 (#2043)
In version 80 of the yealink firmware the trust_ctl changed from
account.X.sip_trust_ctrl=1  to sip.trust_ctrl=1. Making this change in
the provisioning files.
2016-11-09 15:57:26 -06:00
FusionPBX 5972366dd6 Update css.php 2016-11-06 01:44:32 -07:00
FusionPBX 88aab774b3 Update index.lua
Improve security for voicemail_authorized = true;
2016-11-06 01:01:55 -06:00
FusionPBX c6d4119229 Update cidlookup.lua
Updated the code indentation and add cidlookup_exists to check if the module is running.
2016-11-06 00:15:59 -06:00
FusionPBX 64623eaf40 Update index.lua 2016-11-05 23:36:26 -06:00
FusionPBX 5fe295a818 Update extension.php
Add exists method to the extension class.
2016-11-05 22:32:20 -06:00
FusionPBX 56a54a9e12 Update groups.php
Fix the link that was broke when directory name was changed.
2016-11-04 23:15:12 -06:00
Chris Black 25b0479c68 Changes to API per issue 2036 (#2038)
https://github.com/fusionpbx/fusionpbx/issues/2036
2016-11-04 11:18:02 -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 06b94fb1e7 Update database.php
Add database -> select method.
2016-11-02 12:31:59 -06:00
FusionPBX 5c5446b953 Update ldap.php
If the LDAP password is not provided then set authorized to false.
2016-11-02 00:16:30 -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
markjcrane 10598e5510 Remove extra tabs, and special characters. 2016-11-01 12:20:57 -06:00
FusionPBX bd2445fab6 Update y000000000005.cfg 2016-11-01 11:16:01 -06:00
jalr 7cb70299f4 Add German indications (#2005) 2016-11-01 11:02:21 -06:00
FusionPBX f1db45d875 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 b5a9d25fae Update fax_to_email.php 2016-10-31 14:39:04 -06:00
jebsolutions 031b1053dc 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 c212bba3b8 Update ldap.php 2016-10-31 11:01:52 -06:00
FusionPBX a8efb3b419 Update fax_to_email.php 2016-10-31 07:37:32 -06:00
FusionPBX 75eecb9dd9 Update message_waiting.lua 2016-10-30 12:15:25 -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 5498d0ae3c Update vars.xml
Change ssl_dir from ssl to tls.
2016-10-27 12:42:56 -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 3fe09e6267 Update ivr.conf.lua
Move direct dial after the options.
2016-10-25 10:04:29 -06:00
FusionPBX 572c212956 Update {$mac}.xml 2016-10-24 15:09:40 -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 bc6d6383e2 Update directory.lua
Re-add force_ping to directory.lua.
2016-10-23 12:55:39 -06:00
FusionPBX 18fb11aad3 Update directory.lua
moteus changes to directory.lua in pull request 1129.
2016-10-23 12:46:35 -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