Commit Graph

20 Commits

Author SHA1 Message Date
Alexey Melnichuk 2fc804f61a Add. Use params in call_block/index.lua (#2161) 2016-11-23 02:18:36 -07:00
FusionPBX b666e1a7a8 Update index.lua 2016-11-18 10:20:21 -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 7180672fd1 Update index.lua 2016-11-05 23:36:26 -06:00
SJS87 119a007acd Update call_block index.lua script (#1580)
We've had instances where special characters (other than +) are used in the caller_id_number field which prevents these calls from being detected using the call_block feature. We've resolved this by updating fusionpbx/resources/install/scripts/app/call_block/index.lua line 49 to match only numbers rather than using a gsub replace.
2016-09-04 13:03:03 -06:00
mafoo b7555579bf WhitespaceClean-resources/install/scripts
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:21:52 +00:00
markjcrane 749533b479 Fix a null error and translation for select option voicemail. 2015-10-19 20:58:16 -06:00
markjcrane 710a3fa696 Add hold music option and update the call_block dialplan. 2015-10-19 18:30:55 -06:00
Alexey Melnichuk 3e16e69adb Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
FusionPBX 2a2dd209df Revert "Change. Use `require "resources.functions.config"` to load config file." 2015-08-10 11:50:29 -06:00
Alexey Melnichuk 703b61636a Change. Use only `require` to load function.
Fix. Remove multiple definition of same function.
2015-08-10 12:43:06 +04:00
Mark Crane 9e04993152 Call block standardize on domain_name 2014-07-30 01:01:41 +00:00
Mark Crane 49a8e9d4ff Fix call block the last change inadvertantly removed some code from call block 2014-07-12 21:49:05 +00:00
Mark Crane 2fca642782 Adjust the tabbing and remove cmd C option from call_block lua script 2014-07-12 21:15:01 +00:00
Mark Crane 8bbe4615c6 Add memcache to call block 2014-07-12 12:01:19 +00:00
Mark Crane 2fad16af2e Fix one more thing in call block 2014-07-12 02:59:02 +00:00
Mark Crane 97f3d676a7 Add call block default dialplan 2014-07-12 02:31:48 +00:00
Nuno Miguel Reis fefc71617e fixed to be used like this: lua/luarun app.lua call_block C 2014-01-21 05:12:57 +00:00
Mark Crane 2c5a380e0e Rename the fields in call_block to conform with the database naming convention and to match the table name. 2013-09-27 10:21:43 +00:00
Mark Crane 1ebe3cd1f9 Move the call block scripts to the install/scripts/app directory for now. 2013-09-27 09:06:28 +00:00