Commit Graph

5182 Commits

Author SHA1 Message Date
markjcrane
afbcc01111 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-10-23 15:24:10 -06:00
markjcrane
5c1d1ff05a Change the paging extension_list to destinations. 2015-10-23 15:23:55 -06:00
FusionPBX
3040e07825 Merge pull request #1205 from moteus/contact_extension_url
Fix. Extension link on contact edit page.
2015-10-22 09:56:35 -06:00
Alexey Melnichuk
1469112f2c Fix. Extension link on contact edit page. 2015-10-22 16:26:41 +03:00
markjcrane
6f5adff669 Fix the variable syntax for the yealink templates. 2015-10-20 13:20:35 -06:00
markjcrane
b518a3ff87 Change the way null last is done for Postgres. 2015-10-20 02:05:03 -06:00
markjcrane
0f434652cd Contacts oder by last mod date null last. 2015-10-20 01:53:23 -06:00
markjcrane
6ee9b8f6cc Order contacts by last modified date by default. 2015-10-20 01:39:54 -06:00
markjcrane
d11f0e6c5c Fix the follow me app_config.php. 2015-10-19 21:58:23 -06:00
markjcrane
af64f66cc7 Fix a null error and translation for select option voicemail. 2015-10-19 20:58:16 -06:00
markjcrane
c22b64433c Fix the Contact CSV import so it will import the phone number. 2015-10-19 20:37:13 -06:00
markjcrane
5d3ecc30c8 Add hold music option and update the call_block dialplan. 2015-10-19 18:30:55 -06:00
markjcrane
4d9865c8f0 Prevent overwriting the call block number when updating the number. 2015-10-19 17:35:09 -06:00
markjcrane
f91622f918 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-10-16 16:53:59 -07:00
markjcrane
f3ccf63a0a Remove the exit on the dialplan destination edit. 2015-10-16 16:52:58 -07:00
FusionPBX
63c44c4b34 Merge pull request #1183 from blackc2004/patch-3
Update {$mac}.cfg
2015-10-16 15:17:47 -07:00
FusionPBX
fcdd9d4338 Merge pull request #1200 from badcrc/master
Changed readdir to scandir so we can get sorted template names
2015-10-16 15:16:38 -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
koldoa
2d5bce9481 Changed readdir to scandir so we can get sorted template names 2015-10-16 15:04:31 +02: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
d32e53395f Fix a bug with outbound routes back button. 2015-10-12 14:25: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
e778153be6 A few minor adjustments. 2015-10-10 16:41:46 -07:00
markjcrane
71ddf1953e Add dialplan detail inline and group. 2015-10-10 16:35:04 -07:00
markjcrane
b8f5337b14 Complete the sql string. 2015-10-10 16:27:57 -07:00
markjcrane
0ae31f75b9 Add code to update dialplan timezone per domain when setting the time_zone on the domain settings. 2015-10-10 15:43:11 -07:00
markjcrane
82135ed2ac DRY out the code a little. 2015-10-10 15:41:51 -07:00
markjcrane
891fc84cec A few more adjustments to make the time_zone setting save to vars.xml. 2015-10-10 13:21:24 -07:00
markjcrane
f5423911c8 Correct the syntax and make it more efficient. 2015-10-10 12:09:37 -07:00
markjcrane
a1744e8374 When timezone is set in default settings update freeswitch timezone variable. 2015-10-10 11:26:55 -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
markjcrane
a6e0d9b701 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-10-07 10:45:51 -07:00
markjcrane
8c9ca17e5c Add default settings -> domain -> bridge -> text -> outbound to avoide loopback however loopback is also an option. 2015-10-07 10:45:28 -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