Commit Graph

24 Commits

Author SHA1 Message Date
markjcrane cde9debb29 After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used. 2015-12-06 13:37:35 -07:00
Alexey Melnichuk 69717e31d5 Revert "Revert "Change. Use `require "resources.functions.config"` to load co…" 2015-08-11 05:06:33 +03:00
FusionPBX d1f3b05cf6 Revert "Change. Use `require "resources.functions.config"` to load config file." 2015-08-10 11:50:29 -06:00
Alexey Melnichuk a8142f527a Change. Use only `require` to load function.
Fix. Remove multiple definition of same function.
2015-08-10 12:43:06 +04:00
Mark Crane d2093a6d7d Move is_local to the dialplan and app/is_local/index.lua 2014-08-17 13:16:18 +00:00
Mark Crane 038d9ed1b6 Disable user_exists and user_record lua scripts as they have been replaced by dialplans 2014-08-03 18:22:30 +00:00
Mark Crane 7d2490ae8f remove the call block lua as its used instead in app/call_block 2014-08-01 18:21:15 +00:00
Mark Crane bda8de2ed2 Disable get domain lua script as it is now handled an alternative way 2014-07-09 08:00:10 +00:00
Mark Crane 3000dc9f61 Add fax detection when adding a dialplan destination if the fax extension is set 2014-07-02 06:21:20 +00:00
Mark Crane a4e54c3ad3 Fix the ON NET outbound caller id name and number 2014-07-02 05:34:14 +00:00
Mark Crane 48af483db8 Drop the SQL like statement and use equals for best performance 2014-06-05 00:13:00 +00:00
Mark Crane de9f64c64b remove the plus from destination_number 2014-06-04 20:57:08 +00:00
Mark Crane 40adf2c11c Fix outbound caller id for outbound on net calls 2014-05-30 06:34:57 +00:00
Mark Crane ab6886a796 Add record_ext=mp3 option when recording an extension. 2014-05-24 17:32:32 +00:00
Mark Crane 11864f504b Make sure the recording directory exists 2014-04-12 17:42:23 +00:00
Mark Crane 63752b3856 Make the two inbound lua scripts more robust when the domain is not found. 2014-04-05 20:14:55 +00:00
Mark Crane a7ab1c568c Check add the option to record the user. 2014-04-04 07:08:00 +00:00
Mark Crane 776e93e5e3 Use a sub string rather than requiring the domain at this point. 2014-04-03 06:26:29 +00:00
Mark Crane 44c0a7f87a When determining the domain based DID/DDI or DNIS ignore whether the destination number is enabled or not. We need the information to determine the correct domain. 2014-04-03 06:20:59 +00:00
Mark Crane 3ee3634103 Change the way the outbound context is used so that domain_name is not needed. 2014-03-27 02:38:15 +00:00
Mark Crane 87a79a9211 Fix a problem with inbound calls and improve the dialplan lua script. 2014-02-22 18:06:30 +00:00
Mark Crane d1f7c87565 Add the call block lua script to app/dialplan so that it will work on all inbound calls. 2014-02-21 22:58:01 +00:00
Mark Crane 4087ff7779 Fix the call_direction. 2014-02-14 01:01:51 +00:00
Mark Crane 178f475e64 Add scripts/app/dialplan accessible with action: lua data: app.lua dialplan 2013-12-01 03:46:04 +00:00