Commit Graph

2272 Commits

Author SHA1 Message Date
SJS87
56305f25e9 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
Chris Black
76dc9e9acd 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
7d113bf8eb Update index.lua
Improve security for voicemail_authorized = true;
2016-11-06 01:01:55 -06:00
FusionPBX
aa1001be8e 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
7180672fd1 Update index.lua 2016-11-05 23:36:26 -06:00
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
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
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
FusionPBX
0f3a214bc1 Update message_waiting.lua 2016-10-30 12:15:25 -06:00
FusionPBX
534ab537c8 Update vars.xml
Change ssl_dir from ssl to tls.
2016-10-27 12:42:56 -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
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
fa55b67bb0 Update database.php 2016-10-20 15:03:52 -06:00
FusionPBX
5c6c89f6e1 Update index.lua 2016-10-17 17:58:06 -06:00
FusionPBX
28e052c353 Update database.php
Migrate methods from the orm class to the database class. Will be deprecating the orm class.
2016-10-16 10:45:04 -06:00
FusionPBX
4bb2669555 Update ivr.conf.lua
Fix IVR Menu greet short.
2016-10-16 01:07:17 -06:00
FusionPBX
e48552680c Update switch.sql
Add json_store table.
2016-10-13 15:48:09 -06:00
FusionPBX
1e20574f0a Create conference_layouts.conf.xml 2016-10-13 15:31:13 -06:00
FusionPBX
cc6806b625 Update macro.lua 2016-10-08 09:52:21 -06:00
FusionPBX
a14b7fa83a Update do_not_disturb.lua
Add do not disturb toggle.
2016-10-07 14:54:02 -06:00
FusionPBX
d98bac68a6 Update orm.php
Escape single quotes in the data.
2016-10-05 09:55:02 -06:00
FusionPBX
c7d9231788 Update orm.php
The change from fetch to fetchAll created the need for this change.
2016-10-04 03:49:32 -06:00
FusionPBX
bcb7881255 Update orm.php
Change the function fetch to fetchAll. Fetch returns a 2 dimensional array and fetchAll returns a 3 dimensional array. which changes the array structure so it works better with count.
2016-10-03 21:33:20 -06:00
Chris Black
a49edd8f24 add account 3 to the w52p config (#1964) 2016-10-03 14:28:44 -06:00
FusionPBX
d020eeecec Update orm.php 2016-10-01 21:55:02 -06:00
FusionPBX
df7d935dcf Update permissions.php 2016-10-01 12:07:47 -06:00
FusionPBX
8db7cba83e Update orm.php 2016-09-30 19:54:40 -06:00
FusionPBX
b7d58c945c Update dialplan.lua
Use the new pre-generated xml for the xml handler.
2016-09-29 18:00:46 -06:00
FusionPBX
7a92f53711 Update functions.php
Update the master branch version to 4.3.
2016-09-29 09:05:24 -06:00
Luis Daniel Lucio Quiroz
0af9e3d794 Look further for domain_name (#1955)
Same rationale as 4.0
2016-09-28 17:56:53 -06:00
FusionPBX
a23c2a957a Update orm.php 2016-09-28 16:42:42 -06:00
FusionPBX
d9bec83296 Update app_languages.php
Add a button for XML.
2016-09-28 01:01:52 -06:00
Len
a9153fc000 t40p yealink template (#1941)
* Create y000000000054.cfg
* Create {$mac}.cfg
* Create favorite_setting.xml

* Create directory.xml

* Update and rename y000000000036.cfg to y000000000054.cfg
2016-09-25 01:46:19 -06:00
Chris Black
35d3470bd6 one more spot to add playandgetdigits (#1942) 2016-09-25 01:43:20 -06:00
markjcrane
b37a6554dc Update Yealink templates add new variables yealink_vlan_enable, yealink_emergency_number, yealink_lock_enable, yealink_lock_pin, yealink_lock_timeout, yealink_lock_key_type, yealink_backlight_time and correct the wallpaper and firmware variables for some of the phones. 2016-09-20 13:53:53 -06:00
FusionPBX
1b64726403 Update macro.lua 2016-09-20 10:56:34 -06:00
FusionPBX
4490709b23 Update macro.lua 2016-09-20 10:27:47 -06:00
FusionPBX
ad93950d25 Update index.lua 2016-09-20 10:22:05 -06:00
hargut
ceb532eb7e 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
FusionPBX
d190f6a30d 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
185417c45a 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
FusionPBX
e7ecc27901 Update macro.lua 2016-09-17 18:20:58 -06:00
FusionPBX
c33853f88c Update check_auth.php 2016-09-16 18:06:51 -06:00
FusionPBX
19a15b6860 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
00fa4c7064 fix the voicemail IVR with custom greeting (#1917) 2016-09-14 15:28:04 -06:00
DigiDaz
cf39ea04d9 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