Alexey Melnichuk
1bcf3a5779
Add. Use params in hangup_rx.lua ( #2149 )
2016-11-22 11:07:45 -07:00
Alexey Melnichuk
aeac98c90f
Add. Use parameters in conference_center/index.lua ( #2150 )
2016-11-22 10:41:25 -07:00
Alexey Melnichuk
6c460641a4
Add. Use params in vm/send_email.lua ( #2127 )
2016-11-22 09:54:58 -07:00
Alexey Melnichuk
ae17af5fa5
Add. Use params in fax_retry.lua ( #2114 )
2016-11-21 22:07:02 -07:00
Alexey Melnichuk
904d52407a
Add. Use params in do_not_disturb.lua ( #2115 )
2016-11-21 22:05:58 -07:00
Alexey Melnichuk
45c3202d97
Add. Use params in follow_me.lua ( #2117 )
2016-11-21 22:04:44 -07:00
Alexey Melnichuk
86f25f5f34
Add. Use params in destination_caller_id.lua ( #2123 )
2016-11-21 22:03:46 -07:00
Alexey Melnichuk
14f82769b3
Add. Use params in intercept.lua ( #2113 )
2016-11-21 21:51:11 -07:00
Alexey Melnichuk
fd2a383394
Add. Use params in is_local/index.lua ( #2122 )
...
* Add. Use params in is_local/index.lua
* Fix. syntax error in params table.
2016-11-21 14:04:21 -07:00
Alexey Melnichuk
7a51e1e2be
Add. Use params in pin_number.lua ( #2112 )
2016-11-21 13:54:19 -07:00
Alexey Melnichuk
be35f689c3
xml handler use sql params ( #2109 )
...
* Add. Use parameters in all xml_handler configuration files.
* Add. Use dialplan, domains and languages params
* Fix. load correct database module
* Fix. Pass params in dialplan query
* Fix. Load correct database class.
2016-11-21 13:53:47 -07:00
Alexey Melnichuk
6671490e92
Add. Use params in ivr_menu.lua ( #2116 )
2016-11-21 13:52:06 -07:00
Alexey Melnichuk
79952998ba
Add. Use params in lazy_settings.lua ( #2118 )
2016-11-21 13:51:39 -07:00
Alexey Melnichuk
affa42b192
Add. Use params in route_to_bridge.lua ( #2119 )
2016-11-21 13:51:21 -07:00
Alexey Melnichuk
c142d58bcb
Add. Use params in recordings.lua ( #2121 )
2016-11-21 13:50:38 -07:00
Alexey Melnichuk
bb9e02267d
Add. Use params in eavesdrop.lua ( #2124 )
2016-11-21 13:48:38 -07:00
Alexey Melnichuk
3aa3b4316d
Add. Use params in agent_status/index.lua ( #2125 )
2016-11-21 13:48:05 -07:00
FusionPBX
36c649f2a9
Update directory.lua
2016-11-18 10:40:07 -07:00
Alexey Melnichuk
c36cbe2771
Add. user parameters to build query for mod_directory. ( #2091 )
2016-11-18 10:37:16 -07:00
FusionPBX
5e4a9eec11
Update directory.lua
2016-11-18 10:35:07 -07:00
FusionPBX
4f6b63703a
Update group_call.lua
2016-11-18 10:24:07 -07:00
Alexey Melnichuk
3440b8a15a
Add. Use parameters in group_call.lua ( #2093 )
2016-11-18 10:22:33 -07:00
Alexey Melnichuk
1dc5a22f9a
Add. Use parameters in reverse-auth-lookup.lua ( #2094 )
2016-11-18 10:21:53 -07:00
Alexey Melnichuk
20569d5838
Add. Use parameters for acl.lua ( #2095 )
2016-11-18 10:21:00 -07:00
FusionPBX
b666e1a7a8
Update index.lua
2016-11-18 10:20:21 -07:00
FusionPBX
368040eb5c
Update cidlookup.lua
2016-11-18 10:17:54 -07:00
Alexey Melnichuk
212536d35d
Add. Use parameters in cidlookup.lua and call_block app ( #2096 )
2016-11-18 10:16:22 -07:00
FusionPBX
923f5eee67
Update directory.lua
2016-11-18 09:58:53 -07:00
Alexey Melnichuk
77810d66d0
Add. Use parameters in call_forward.lua ( #2098 )
2016-11-18 09:47:11 -07:00
Alexey Melnichuk
164888016d
Add. Use parameters in dial_string.lua ( #2099 )
2016-11-18 09:43:19 -07:00
Alexey Melnichuk
84cb98f442
Xml handler directory sql escape ( #2088 )
...
* Add. Extend database API to support parameters.
* Change. Use new Database API in `xml_handler::directory.lua`
2016-11-17 11:42:42 -07:00
Alexey Melnichuk
090f9b0d7b
Add. Extend database API to support parameters. ( #2086 )
2016-11-17 11:41:16 -07:00
Alexey Melnichuk
c30eb90839
Add. Support number_alias field as presence id in follow me/call forward ( #2075 )
2016-11-17 11:40:22 -07:00
FusionPBX
8c4b703213
Update ivr.conf.lua
...
Use ${default_language}/${default_dialect}/${default_voice} instead as it will work better when the IVR Menu is cached.
2016-11-14 12:08:48 -07:00
FusionPBX
8920bddc5b
Update ivr.conf.lua
...
Fix multi-lingual support for IVR Menu direct dial your call is being transferred and invalid entry.
2016-11-14 11:45:50 -07:00
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
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
0f3a214bc1
Update message_waiting.lua
2016-10-30 12:15:25 -06:00
FusionPBX
bb961276c3
Update ivr.conf.lua
...
Move direct dial after the options.
2016-10-25 10:04:29 -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
5c6c89f6e1
Update index.lua
2016-10-17 17:58:06 -06:00
FusionPBX
4bb2669555
Update ivr.conf.lua
...
Fix IVR Menu greet short.
2016-10-16 01:07:17 -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
b7d58c945c
Update dialplan.lua
...
Use the new pre-generated xml for the xml handler.
2016-09-29 18:00:46 -06:00