Commit Graph

7154 Commits

Author SHA1 Message Date
Alexey Melnichuk
c7197c1ccf Fix. Use api show channels like did not work on fusion with BDR. 2015-10-20 15:15:42 +03:00
markjcrane
af64f66cc7 Fix a null error and translation for select option voicemail. 2015-10-19 20:58:16 -06:00
markjcrane
5d3ecc30c8 Add hold music option and update the call_block dialplan. 2015-10-19 18:30:55 -06:00
FusionPBX
63c44c4b34 Merge pull request #1183 from blackc2004/patch-3
Update {$mac}.cfg
2015-10-16 15:17:47 -07:00
markjcrane
25ed768eb5 Add ${time_zone} and ${time_zone_name} to several Yealink files. 2015-10-16 11:51:22 -07:00
markjcrane
59fc0f02dc Remove out of place characters from the t48g template. 2015-10-16 11:26:31 -07:00
markjcrane
de306a6ca7 Add dns srv port 0 to more yealink phones. 2015-10-16 11:10:59 -07:00
markjcrane
42fad3d597 Switch the hostname for conference center to switchname. 2015-10-16 10:34:54 -07:00
FusionPBX
7c454ccec2 Merge pull request #1197 from badcrc/master
This should do a better job detection active calls per extension in t…
2015-10-14 16:15:05 -07:00
markjcrane
d850ac2e37 Listen for dtmf key presses when voicemail message is played. 2015-10-14 16:03:33 -07:00
koldoa
f234e765b1 This should do a better job detection active calls per extension in the ring group with skip_active 2015-10-14 12:00:09 +02:00
markjcrane
ced5f29a87 Add more to the Cisco 7940 template. 2015-10-13 00:33:01 -07:00
markjcrane
35a3233581 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-10-11 10:38:54 -07:00
markjcrane
65590f2b14 Disable direct ip call features.direct_ip_call_enable = 0 for better security. 2015-10-11 10:36:03 -07:00
FusionPBX
9427fca71c Merge pull request #1189 from blackc2004/patch-4
{$mac}.cfg
2015-10-10 19:37:47 -07:00
FusionPBX
b94b663bd9 Merge pull request #1190 from blackc2004/patch-5
Update {$mac}.cfg
2015-10-10 19:37:01 -07:00
markjcrane
b44b009321 Call flow monitor reduce the sleep to 60 seconds. 2015-10-08 18:54:11 -07:00
markjcrane
d667a31140 Change xml handler load balancing to xml_handler/resources/scripts/directory/directory.lua["fs_path"] 2015-10-08 11:03:48 -07:00
markjcrane
d0ac25c265 Move the xml handler expire and debug settings to config.lua. 2015-10-08 08:34:35 -07:00
markjcrane
a72eebfbe5 Enable aggressive nat detection and rport by default. 2015-10-08 08:33:34 -07:00
blackc2004
4784df0964 Update {$mac}.cfg
fix for yealink dns srv to work.
2015-10-07 13:43:17 -07:00
blackc2004
a9ffc2ecac {$mac}.cfg
fix the port # for yealink DNS SRV
2015-10-07 13:41:17 -07:00
markjcrane
0d3da4dcbe Set presence-hosts as disabled by default. 2015-10-07 11:52:06 -07:00
FusionPBX
71c3550c23 Merge pull request #1185 from moteus/enterprise_ring_group_timout
Fix. use timeout handler in Enterprise ring group
2015-10-06 19:33:50 -07:00
markjcrane
53bee05f8a Fix Gateways and SIP profiles for single tenant systems. 2015-10-06 19:28:57 -07:00
Alexey Melnichuk
94240c769b Add. cache class emit MEMCACHE events. 2015-10-06 16:01:24 +04:00
Alexey Melnichuk
5cb4e7b9b9 Fix. use timeout handler in Enterprise ring group
see e5a0134ec6 (commitcomment-13601198)
2015-10-06 11:05:15 +04:00
markjcrane
58edf1613d Add h hostname to option for the gateways. 2015-10-04 01:29:03 -06:00
blackc2004
0b4a406359 Update {$mac}.cfg
added support for second expansion module and tested the changes.
2015-10-03 08:58:41 -07:00
markjcrane
ef3b08b081 Fix sip_to_user and dialed_user for voicemail. 2015-10-02 17:46:39 -06:00
FusionPBX
cbbe5acdad Update functions.php
Minor version update to 4.0.1
2015-10-02 17:23:52 -06:00
Alexey Melnichuk
679905e171 Fix small bags and clear code in call_flow.
Move code to turn on/off BLF to separate function.
```Lua
presence_in.turn_lamp( toggle == "false",
  call_flow_feature_code.."@"..domain_name,
  call_flow_uuid
);
```

Close temp file in call_flow_monitor because on Windows it prevent to remove it.
Connect/release to database inside call_flow_monitor loop.
Check successful connection to database in call_flow_monitor loop so monitor did not crash
if connection temporary lost.
2015-10-02 14:02:13 +04:00
markjcrane
b8823225c5 Remove absolute_codec_string='PCMU,PCMA' from fax_retry.lua as it is not allowing PCMA. 2015-09-30 21:01:17 -06:00
Alexey Melnichuk
87441198b1 Fix. Clear the cache when callcenter config changed. 2015-09-28 12:10:31 +04:00
Alexey Melnichuk
c38d19b899 Change. Reduce search parent host name.
This can be done because child and parent channels have to be on same FS.
2015-09-28 11:35:12 +04:00
markjcrane
b374e5bdc5 Fix the ring group missed call email body. 2015-09-27 00:52:47 -06:00
markjcrane
01d4219e1a Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-09-26 09:00:11 -06:00
markjcrane
b27bcdd820 After event socket class was added it created a bug in FAX email and forward. It was unable to find the new EventSocket class adding the include resolves the problem. 2015-09-26 08:59:36 -06:00
Alexey Melnichuk
e8aee11931 Add. Support intercept FIFO/CallCenter/Enterprise in load balancing mode.
Change. `intercept.lua` and `intercept_group.lua` merge in one `intercept.lua` file.
Call `intercept.lua` without arguments behave like `intercept_group.lua`.
2015-09-25 15:30:57 +04:00
FusionPBX
d4e8be5b75 Merge pull request #1164 from moteus/intercept_enterprise_group
Fix. Intercept enterprise ring group.
2015-09-24 15:45:08 -06:00
FusionPBX
6548daf40a Merge pull request #1168 from rdissauer/fix/fax-destination
fixed fax destination with * or + in number
2015-09-24 15:32:19 -06:00
FusionPBX
9617b9d6cf Merge pull request #1171 from rdissauer/fix/suppress-debug-messages
Fix. suppress debug messages
2015-09-24 15:19:20 -06:00
roman.dissauer
e47632f8d9 fixed fax destination with * or + in number 2015-09-24 09:37:58 +02:00
roman.dissauer
29ec9f7d18 forgot commenting out end 2015-09-24 09:29:57 +02:00
roman.dissauer
c5036298b8 do not display voicemail sql debug messages 2015-09-24 09:29:57 +02:00
markjcrane
b62818b911 Allow a device that is logged in already to be replaced with a new alternate device. 2015-09-23 20:09:16 -06:00
Alexey Melnichuk
9e538f4b71 Add. intercept for fifo calls 2015-09-23 14:40:05 +04:00
Alexey Melnichuk
8720866ce9 Add. intercept for call center calls 2015-09-23 13:08:22 +04:00
Alexey Melnichuk
279f194b39 Fix. Intercept enterprise ring group.
With enterprise call each outbound channel has its own call_uuid.
But we have to use `intercept` for call_uuid of inbound channel.
2015-09-22 19:33:41 +04:00
markjcrane
9debc5a617 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-09-15 21:53:39 -06:00