Commit Graph

126 Commits

Author SHA1 Message Date
FusionPBX
d18123d679 Add extension_uuid to the agent contact 2020-08-28 14:20:16 -06:00
FusionPBX
7a38482459 Add additional a + to is local or SQL statement. 2020-08-27 21:50:22 -06:00
FusionPBX
1fcc06e622 Use caceh set only if dialplan_mode has a value. 2020-08-27 21:48:04 -06:00
FusionPBX
cd4f709a20 Add cache.get and cache.set 2020-08-27 16:57:08 -06:00
FusionPBX
c317a6ab1c Update ivr.conf.lua 2020-08-27 15:27:19 -06:00
FusionPBX
32301f438a Change vertical spaces. 2020-08-27 15:25:29 -06:00
FusionPBX
6abd91830f Remove this as it causes a syntax error. 2020-08-27 13:23:22 -06:00
FusionPBX
8c1f42f50d Update dialplan.lua 2020-08-27 13:02:38 -06:00
FusionPBX
2d838ff4d1 Rename dialplan_method to dialplan_mode. 2020-08-27 13:01:48 -06:00
FusionPBX
cb2758193f Update dialplan.lua 2020-08-27 10:19:44 -06:00
FusionPBX
07f0bf9829 Remove settings will not work without the domain_uuid. 2020-08-27 09:33:29 -06:00
FusionPBX
b3ddc87077 Add destination_prefix and destination_area_code and capitlize SQL commands. 2020-08-27 09:23:49 -06:00
Andrew Querol
ebab725771 [4.5] Allow changing the direct dial digits regex for IVRs (#5421)
* Modify ivr.conf.lua to allow changing the direct dial matching digits from default settings

This is needed to allow using direct dial with IVR options that overlap the default regex pattern.

* Add in the new direct_dial_digits setting to allow changing what triggers attempting a direct dial in IVRs
2020-08-27 08:04:48 -06:00
FusionPBX
66ee5d4546 Add destination_trunk_prefix and destination_area_code to the SQL Query. 2020-08-26 22:49:48 -06:00
FusionPBX
399366d18d Add a delay to the agent status. 2020-08-25 14:11:29 -06:00
FusionPBX
11b4f96bf2 Change how sleep is performed. 2020-08-19 14:05:28 -06:00
FusionPBX
6d553542c5 Add sleep for 1 second.
On a few systems this required to fix dtmf detection.
2020-08-18 20:44:24 -06:00
FusionPBX
2e8f5d1f00 Update ivr.conf.lua 2020-08-13 16:40:55 -06:00
emaktech
9bf45318a7 Allow Variable to Manually set Agent Status (#5383)
Adds a bit of additional logic to allow the following variable to be set in dialplan:

agent_action

When set to login, this script will always log the agent in regardless of current state.
When set to logout, this script will always log the agent out regardless of current state.
When unset, original behavior is preserved.

The reason for adding this code is to allow us to create a dialplan that puts a user on DND at the same time as logging out the agent, and vice-versa.
2020-08-05 21:42:13 -06:00
Gill Abada
d19e81bb22 feature add mask/unmask recordings in real time. white space cleanup. (#5373)
Co-authored-by: Gill Abada <gill@callifi.com>
2020-07-31 10:01:36 -06:00
agree
3d9e249cc9 Conference recording missing ext (#5368) 2020-07-29 12:29:41 -06:00
FusionPBX
14a3ff4e9a pgsql host 2020-07-25 09:36:44 -06:00
konradSC
6faadabea8 Fix for follow-me loops in Ring Groups (#5362)
We only want to lookup the follow-me destinations for ring group members. If additional numbers are added to the destination array via follow-me lookup then we don't want to check for follow-me again on the new destinations. This can result in a lookup loop that will cause the call to not complete and throw lua into a loop that will fill up logs and burn system resources.
2020-07-22 11:54:27 -06:00
agree
cb7a604226 Add ability to have custom directory prompt (#5360) 2020-07-21 10:15:01 -06:00
agree
0cdab532ef set domain_uuid variable (#5345) 2020-07-12 16:23:20 -06:00
agree
59bd5a9e54 Add domain_uuid variable (#5344) 2020-07-12 15:47:54 -06:00
agree
9dc180626a xml handler: fix duplicate gateways and unnecessary query (#5341) 2020-07-09 17:49:19 -06:00
Len
ff1477e2ef Update callcenter.conf.lua (#5326)
updated unused variable/typo
2020-07-02 18:37:41 -06:00
FusionPBX
fc8746c87e Company directory add order by first name 2020-07-02 12:23:55 -06:00
agree
836fe64cf6 pin_number.lua get pin number description (#5322)
* Update pin_number.lua
2020-06-26 10:07:07 -06:00
Chris Black
9b3de1d895 Update scripts.php (#5263)
fix so that if user has a hostname instead of IP address the config.lua gets written correctly
2020-06-25 00:44:57 -06:00
agree
5ec163b488 Update ivr.conf.lua (#5309) 2020-06-22 10:20:37 -06:00
FusionPBX
96a261e444 Add dialplan context global. 2020-06-21 00:01:28 -06:00
FusionPBX
bcc990e84f Fix follow me calls to external destinations. 2020-06-19 20:14:28 -06:00
agree
4a67c9c0bd Update ivr.conf.lua (#5306) 2020-06-18 11:38:32 -06:00
FusionPBX
ddc27525a8 Combine related IVR menu XML. 2020-06-17 19:27:22 -06:00
agree
0671ed9f1e Update ivr.conf.lua (#5304) 2020-06-17 10:47:41 -06:00
Nate
eddef554a7 Voicemail: Resolve 'undefined parameter' error in logs upon voicemail playback. 2020-05-28 19:14:01 -06:00
FusionPBX
b2295da641 Change sip_from_user to user_name for greater flexibility. 2020-05-26 15:49:47 -06:00
FusionPBX
4672cb1115 More work to remove HESITATION from the translation. 2020-05-21 18:55:41 -06:00
FusionPBX
8100f968c3 Fix the indentation and white space. 2020-05-21 18:24:13 -06:00
FusionPBX
113b9d15d1 IBM Watson remove *HESITATION 2020-05-20 20:06:16 -06:00
FusionPBX
be39ad99eb Update call_flow add sleep before uuid_display. 2020-05-19 17:36:11 -06:00
Luis Daniel Lucio Quiroz
3a2265d92b [4.5] prevents routing errors (#5276)
* [4.5] prevents routing errors
* Update directory.lua
2020-05-18 13:53:43 -06:00
emaktech
064b999fef Attach PDF on Sent Fax Email Instead of TIF (#5277)
Small change that attaches a pdf copy of the sent fax rather than the tif by replacing the extension in the file path.

PDF files are dramatically smaller and more user friendly than TIF files.
2020-05-18 13:51:08 -06:00
FusionPBX
e08c49df10 Move the connection string and add new local settings. 2020-05-18 13:44:17 -06:00
FusionPBX
73cf589159 Make follow_me_strategy more flexible. 2020-05-18 13:21:13 -06:00
FusionPBX
20d6349601 Update index.lua
Remove code that is not needed.
2020-05-12 12:44:40 -06:00
agree
3883814c08 Update index.lua (#5268) 2020-05-12 12:40:38 -06:00
FusionPBX
85052f08e4 Update index.lua 2020-05-07 14:03:31 -06:00