Commit Graph

2936 Commits

Author SHA1 Message Date
markjcrane
dfc19a954d Set content lenght to prevent chunking when providing HTTP 401. This should fix Yealink provisioning for the new firmware changes. 2015-09-29 14:28:48 -06:00
markjcrane
01d4219e1a Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-09-26 09:00:11 -06:00
markjcrane
8f93d4d548 Dialplan page add mute=true back again. 2015-09-26 08:56:44 -06:00
FusionPBX
71f52cb3f5 Merge pull request #1169 from rdissauer/fix/provision-domain-filter-off
fixed provisioning with http_domain_filter off
2015-09-24 15:30:54 -06:00
FusionPBX
a8d6c50d4b Merge pull request #1167 from rdissauer/translations
latest german translations
2015-09-24 15:21:46 -06:00
FusionPBX
1ea1c55a6b Merge pull request #1170 from rdissauer/feature/high-res-img
prepared img tag for high resolution (retina) images
2015-09-24 15:21:24 -06:00
roman.dissauer
4510176039 latest german translations 2015-09-24 09:48:42 +02:00
roman.dissauer
442c760f04 fixed provisioning with http_domain_filter off 2015-09-24 09:38:26 +02:00
roman.dissauer
590a8e6505 prepared img tag for high resolution (retina) images 2015-09-24 09:31:52 +02:00
markjcrane
d6b088553a Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-09-22 18:36:23 -06:00
markjcrane
17f0c8db5f Add comment out the hidden field for now. 2015-09-22 18:36:09 -06:00
markjcrane
b9b08218ef Comment out unset autocomplete for the moment. 2015-09-22 18:35:20 -06:00
FusionPBX
6164fad765 Merge pull request #1161 from moteus/cdr_detail_showall
Fix. Show CDR details when set `showall`
2015-09-21 09:13:43 -06:00
markjcrane
4107bd0826 Another case where automcomplete bombs. Accounts -> Extensions password is used for registration not for a login. In FusionPBX if the password is left empty it would automatically create a new password. However auto complete instead puts in the login password this is an undesirable bug that this update fixes by adding a honey pot for the password. 2015-09-19 18:19:23 -06:00
markjcrane
e24e62e6f1 Fix the removal of the autocomplete field. 2015-09-19 18:13:15 -06:00
markjcrane
315f38d671 Another situation where autocomplete=off prevented a bug. Provisioning a devcie by adding sip registration information for device provisioning in this case autocomplete always fills in incorrect information. 2015-09-19 17:59:07 -06:00
Alexey Melnichuk
9f96c9f6a3 Fix. Show CDR details when set showall 2015-09-18 12:04:52 +04:00
markjcrane
852353605e Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-09-14 19:08:27 -06:00
markjcrane
a02fae42bc Fix the redirect for the ACL. 2015-09-14 19:08:06 -06:00
FusionPBX
36a7d342b0 Merge pull request #1146 from badcrc/master
Random ring groups
2015-09-14 10:38:18 -06:00
markjcrane
5115f74c32 Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-09-09 10:02:43 -06:00
markjcrane
2fe5029223 This will hide outbound route toll allow lua from those wihtout the outbound_route_toll_allow_lua permission. This feature works only for countries that are hard coded in the toll allow code. So at this time preferred method of toll allow is via the dialplan. 2015-09-09 10:01:00 -06:00
FusionPBX
d773036377 Merge pull request #1150 from moteus/save_disabled_forwadd_number
Fix. Allow change Call Forward number without enable it.
2015-09-09 09:32:22 -06:00
Alexey Melnichuk
cc73ae68c9 Fix. Allow change Call Forward number without enable it. 2015-09-09 16:26:41 +04:00
markjcrane
946012d023 Fix DND use error/user_busy instead of loopback/*99[extension] 2015-09-08 14:12:01 -06:00
markjcrane
4043d1c48b Remove v_conference_center_users as v_meeting_users was used instead. 2015-09-07 14:52:15 -06:00
koldoa
99e66d5bfc This should fix some of the group permissions issues from issue #1065 2015-09-07 10:47:57 +02:00
koldoa
15f3cd5514 Translation typo 2015-09-07 08:33:34 +02:00
koldoa
7a65bf2148 Random strategy for ring groups 2015-09-07 08:33:34 +02:00
markjcrane
a0c1fc2cb0 Make the destinations more consistent. 2015-09-04 23:23:15 -06:00
markjcrane
3b99f0d09c Count the destinations. 2015-09-04 23:18:13 -06:00
markjcrane
7bd5f9a1ba Add extension count. 2015-09-04 23:12:36 -06:00
markjcrane
971aef9b80 A few more minor adjustments. 2015-09-04 23:05:08 -06:00
markjcrane
0c43e85123 Add a fax server count. 2015-09-04 22:59:13 -06:00
markjcrane
0d8cb2c36d Add count to voice mails and voice mail messages. 2015-09-04 22:38:48 -06:00
markjcrane
3731eb9190 Move the includes in devices. 2015-09-04 22:23:01 -06:00
markjcrane
675c85b85e Add device count. 2015-09-04 22:19:11 -06:00
markjcrane
808846ebca Change the format to display the count. 2015-09-04 22:06:09 -06:00
markjcrane
650e091891 Show the number of users and move the registration count to the front. 2015-09-04 21:51:51 -06:00
markjcrane
d3a1e48c18 Set inline to false. 2015-09-02 20:49:36 -06:00
markjcrane
51b4c94413 Disable inline for limit in the local_extension dialplan. 2015-09-02 20:31:02 -06:00
markjcrane
6686876fb0 Set HTML autocomplete="off" for the device line username and password. 2015-09-01 01:47:44 -06:00
markjcrane
29ee23b2d6 Add lan example to access controls. 2015-08-25 15:01:50 -06:00
markjcrane
387e9c0287 Make sure access controls is not empty. 2015-08-25 14:52:19 -06:00
markjcrane
4836f5cf7c Merge branch 'master' of https://github.com/fusionpbx/fusionpbx 2015-08-25 11:58:17 -06:00
markjcrane
514fd37672 Fix the extension device list. 2015-08-25 11:57:59 -06:00
FusionPBX
352a9b087c Merge pull request #1127 from moteus/status_of_valid_profile
Fix. Display only profiles which related to specific FS.
2015-08-25 11:56:16 -06:00
FusionPBX
13c50c151d Merge pull request #1126 from moteus/status_global_gateways
Fix. Display names for global gateways on SIP Status page.
2015-08-25 11:55:19 -06:00
Alexey Melnichuk
55e3563191 Fix. Escape hostname string. 2015-08-25 16:49:56 +04:00
Alexey Melnichuk
65d1a77f7f Fix. Display only profiles which related to specific FS. 2015-08-25 16:46:31 +04:00