markjcrane
a4b7af3560
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
6e74b54969
Fix the extension device list.
2015-08-25 11:57:59 -06:00
FusionPBX
eabad9c50f
Merge pull request #1118 from moteus/clear_cache_number_alias
...
Fix. clear cache also for number_alias.
2015-08-21 11:33:03 -06:00
Alexey Melnichuk
67a1392194
Fix. clear cache also for number_alias.
2015-08-21 13:22:07 +04:00
markjcrane
c9f7869de9
Move SQL queries out of the content as a best practice and coding standard. Fix number alias when using auth name and auth id.
2015-08-20 20:16:07 -06:00
markjcrane
39d44acd1e
Change type number to text to fix caller id numbers that start with a 0.
2015-08-14 10:47:15 -06:00
FusionPBX
81003e35d8
Merge pull request #1018 from moteus/number_alias_as_vm_id
...
Change. Use number_alias as voicemail_id.
2015-08-11 20:43:20 -06:00
markjcrane
66aa2ee0a0
Change extension_context to extension_user_context in one location that was missed.
2015-07-31 10:58:38 -06:00
markjcrane
905c68bfad
Add a new permission extension_user_context.
2015-07-31 09:37:53 -06:00
markjcrane
82cd26486b
Change else if to elseif on extension_edit.php
2015-07-31 09:18:27 -06:00
Alexey Melnichuk
57808740ef
Merge branch 'master' into number_alias_as_vm_id
...
Conflicts:
app/hot_desking/extension_edit.php
2015-07-21 11:19:13 +04:00
markjcrane
a46295a4f2
The extension_password permission is not needed on the field name as the password is auto-generated. Because of this its only needed on the update.
2015-07-06 12:15:03 -06:00
Alexey Melnichuk
cdc4b670d2
Change. Use number_alias as voicemail_id.
2015-07-02 18:49:58 +04:00
Mark Crane
f01988c84d
Fix the the syntax so the default will work correctly.
2015-06-23 21:13:22 +00:00
Mark Crane
fbb6576901
Add call_screen_enabled to the extension insert, update and then set the default to false.
2015-06-23 20:42:26 +00:00
Mark Crane
1510c1c631
Add extension_call_screen permission, and add call_screen_enabled to extensions/extension_edit.php.
2015-06-23 20:06:44 +00:00
Mark Crane
209fa831a7
Add call_screen_enabled to extension_edit.php.
2015-06-23 19:59:51 +00:00
Mark Crane
e8d45ff480
Move extension devices up on the page to make it more convenient for configuring devices.
2015-06-23 19:43:12 +00:00
Nate Jones
611b308d9e
Ring Groups: Added Missed Call notification interface.
...
Extensions: Removed unnecessary echoes.
2015-06-19 16:33:05 +00:00
Mark Crane
bf15ad6e8b
Unhide mwi_account again.
2015-06-11 00:17:27 +00:00
Nate Jones
9b3aecda15
Extension: Hide MWI Account field till functionality restored.
2015-06-02 21:51:15 +00:00
Nate Jones
afb1ffe027
Extensions: Missed Call notification option.
2015-05-23 02:11:26 +00:00
Mark Crane
8850cf2f6c
Fix the syntax by adding a missing ).
2015-05-20 22:34:16 +00:00
Mark Crane
f6a4a5daaa
A few more adjustments for the new password permissions.
2015-05-20 22:32:55 +00:00
Mark Crane
551aba5941
Add extension_password and device_line_password permissions. Goal is to make it possible to hide the password from the admin as desired by the superadmin.
2015-05-20 22:24:19 +00:00
Mark Crane
1bc20de00b
Allow limit max to set to 0 to disable the extension calling.
2015-05-20 16:54:55 +00:00
Mark Crane
f28fdbb13d
Add missing commas.
2015-05-20 02:28:10 +00:00
Mark Crane
9686d68182
Add defaults for sip port and transport, expires to extension_edit.php.
2015-05-20 02:21:10 +00:00
Nate Jones
7c03d2955a
Extensions: Only show Call Control button on edit.
2015-05-05 16:45:35 +00:00
Nate Jones
323d3de4b1
Extension Add: Fix for Issue 910 - Skip check on extensions limit if not defined.
2015-04-10 14:42:55 +00:00
Digital Daz
cd91c1e7d9
Prevent users bypassing extension limits by using range
2015-04-07 23:50:36 +00:00
Nate Jones
ed4ee38b4c
Extensions: Added direct link to Calls page, requested in Issue 870.
2015-03-25 17:11:07 +00:00
Nate Jones
fcb53fd7f9
Misc: Implement maximum limits on multiple apps.
2015-03-22 08:17:04 +00:00
Mark Crane
81c213f8d8
Set the user_context on an extension to the domain name.
2015-03-22 03:22:05 +00:00
Nate Jones
5730130b8e
Voicemail: Added default settings to control default Voicemail File and Keep Local settings when creating new extensions and/or Voicemail boxes.
2015-03-20 01:09:18 +00:00
Nate Jones
266f9e1063
Voicemail:
...
- Adjust for single-quotes in caller_id_name on insert query (hopefully addressing Issue 877).
- If Keep Local is false, remove the recording from the file system.
- Fix Forward Destinations so message is fully copied to other extension voicemail boxes, not just emailed.
- Add script to Ext and VM Edit pages to prevent Listen or Download links being sent when Keep Local is false.
- Minor language mods.
2015-03-15 09:15:04 +00:00
Mark Crane
05033b14d2
Set the user context to the domain name.
2015-03-10 10:48:50 +00:00
Mark Crane
1b066c81c5
Add a new permission to hide the dial string from admins by default.
2015-02-28 16:18:12 +00:00
Nate Jones
cbb39328f5
Voicemail: Added additional options for email notification (attach vm, download link, auto-play listen link). Also cleaned up email templates a little.
2015-02-24 08:09:01 +00:00
Nate Jones
18fefa3682
Visual adjustments.
2015-02-15 09:20:19 +00:00
Nate Jones
dbd9fbc07b
Visual adjustments.
2015-02-15 07:59:02 +00:00
Nate Jones
256e424b3e
Removal of colon next to form label names.
2015-02-15 06:50:00 +00:00
Mark Crane
3a910469d9
Remove the extension password as required if its empty then it provides a default password.
2015-01-28 18:37:56 +00:00
Nate Jones
f207c81655
Extension Edit: Restore mouseover reveal on VM Password.
2015-01-27 18:19:34 +00:00
Mark Crane
3176e6197f
Remove the type numeric from the voicemail password as it conflicts password reveal code.
2015-01-27 18:11:05 +00:00
Mark Crane
12ca6e7498
Add the project path to accounts -> extensions and device MAC address link.
2015-01-24 02:15:18 +00:00
Mark Crane
04b0ffccc1
Enable ability to have global gateways.
2015-01-22 11:10:51 +00:00
Mark Crane
e2e1a24dca
Simplify use of domain_uuid in extensions.php.
2015-01-20 20:59:27 +00:00
Mark Crane
03220c9754
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Mark Crane
f4c24f77ad
Switch the email to text as voicemail_mail_to can be more than one email address which is not allowed using the email type.
2015-01-17 08:21:33 +00:00