Alexey Melnichuk
faf90fe297
Fix. Remove unused code. ( #2233 )
2016-12-07 23:46:47 -07:00
FusionPBX
e684cfceaa
Update extension_edit.php
...
Fix an extension edit permission problem.
2016-12-06 10:29:44 -07:00
FusionPBX
09ec7b1a65
Update extension_edit.php
2016-12-02 17:25:51 -07:00
FusionPBX
5fa05c2bbf
Update extension_edit.php
...
Prevent a SQL error when adding a new user.
2016-11-24 12:21:55 -07:00
FusionPBX
da5c667202
Update extension_edit.php
...
Use check_str on extension edit when building the sql queries. In the future will switch to PHP PDO prepared statements with parameters. This change fixes a problem where the check_str is used twice and duplicating the single quote.
2016-11-24 03:21:35 -07:00
Alexey Melnichuk
abba829aae
Add. Increment number-alias and MWI account number when generates multiple extensions. ( #2078 )
2016-11-17 11:46:25 -07:00
FusionPBX
bd7867ef5e
Update extension_edit.php
...
Fix the link thanks KonradSC for reporting the problem.
2016-11-01 21:54:37 -06:00
FusionPBX
d16d625eac
Update extension_edit.php
2016-10-21 10:19:45 -06:00
FusionPBX
ede281ce51
Update extension_edit.php
2016-10-18 09:16:33 -06:00
FusionPBX
457007a773
Update extension_edit.php
...
Add accountcode to extensions.
2016-10-14 07:42:01 -06:00
FusionPBX
194fb8170f
Update extension_edit.php
...
Update permissions for extension edit.
2016-10-09 10:32:49 -06:00
FusionPBX
0391693ade
Update extension_edit.php
2016-10-05 18:24:53 -06:00
FusionPBX
6a511a4621
Update extension_edit.php
2016-10-04 23:55:02 -06:00
FusionPBX
b16b9a6430
Use default settings voicemail password length.
2016-08-28 14:25:50 -06:00
FusionPBX
8c9d9926e1
Update extension_edit.php
2016-08-28 13:07:37 -06:00
FusionPBX
0d1ca7885d
Update extension_edit.php
...
Update the voicemail password form input.
2016-08-28 12:58:19 -06:00
Alexey Melnichuk
252f4db916
Add. `force_ping` option for extension ( #1809 )
...
* Add. `force_ping` option for extension
This option force FS send SIP OPTIONS message to
detect if this reged device still available.
* Update language file.
2016-08-11 09:46:54 -06:00
Mafoo
27dc84b3b8
BugFix-remove-legacy-warning ( #1638 )
...
changed switch_music_on_hold->select to be more inline of usage
changed extension_edit to use new format
changed call_center_queue_edit to use new format while
https://github.com/fusionpbx/fusionpbx/pull/1637 is in testing
2016-06-08 15:15:36 -06:00
reliberate
2ca4d5d1d9
Extension: Update assigned Device line password only if user has permission to view/edit Extension password.
2016-06-06 14:36:31 -06:00
markjcrane
b27b11fe40
Add a new permission number_alias. By default hide it to prevent confusing users.
2016-05-11 13:36:31 -06:00
Harry G. Coin
8abe003a71
The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE);
...
So, please find in this set numerous small changes which eliminate numerous php warning messages.
Also, a small bug fix in an sql statistics routine, naming a count(*) field as count, so displaying correct detail.
If any of the proposed changes are omitted, the relevant page will experience php warnings.
There are no doubt fusionpbx pages I've yet to visit that still generate warnings, this set is nearly certainly not comprehensive.
2016-04-25 20:19:58 -05:00
reliberate
d5c60df4fc
Added: Bootstrap Framework - initial integration.
...
Added: Bootstrap Plugins - DateTimePicker, ColorPicker (in multiple apps)
Added: Default Theme - responsive
Removed: RightJS Framework - no longer needed.
Removed: Accessible Theme - superseded by Default theme.
Removed: Minimized Theme - superseded by Default theme.
Enhanced: Menu - responsiveness added.
Enhanced: Dashboard - responsiveness added.
Etc.
2016-03-25 16:29:20 -06:00
FusionPBX
ddcb4cab28
Revert "Revert "Revert "search selects"""
2016-03-24 22:25:18 -06:00
FusionPBX
d7b95e462b
Revert "Revert "search selects""
2016-03-24 22:03:37 -06:00
FusionPBX
f9096f9cf1
Revert "search selects"
2016-03-24 22:02:41 -06:00
blackc2004
c2e1755931
search selects
2016-03-22 15:42:46 -07:00
markjcrane
961e527abb
Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something.
2016-03-11 11:46:02 -07:00
reliberate
9b9d8b4e3b
Devices, Extensions, Gateways, Users: Bypass browser password manager prompt when saving.
2016-02-25 18:19:51 -07:00
markjcrane
d65982cfac
Add a new permission extension_user_record to control who is able to see extension record. By default superadmin has this permission.
2016-01-27 15:56:22 -07:00
markjcrane
fa081456b1
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
markjcrane
fca7beb7af
If the call group or toll allow have a value set set selected.
2016-01-13 17:57:25 -07:00
markjcrane
9c5eb3faea
Use call group singular instead of plural.
2016-01-13 16:40:26 -07:00
markjcrane
b8d3ca338d
Add an option for toll allow and call group select list.
2016-01-13 16:26:55 -07:00
blackc2004
292b754cb1
Update extension_edit.php
2015-10-29 12:24:24 -07:00
Alexey Melnichuk
3db89f6c91
Change. Allow use destination number as Outbound CallerID number for extension.
2015-10-23 15:05:24 +03:00
koldoa
2d5bce9481
Changed readdir to scandir so we can get sorted template names
2015-10-16 15:04:31 +02: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
514fd37672
Fix the extension device list.
2015-08-25 11:57:59 -06:00
FusionPBX
632d152035
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
bff7f43abb
Fix. clear cache also for number_alias.
2015-08-21 13:22:07 +04:00
markjcrane
850d53359c
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
e9d5215232
Change type number to text to fix caller id numbers that start with a 0.
2015-08-14 10:47:15 -06:00
FusionPBX
e6a85e776b
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
6f6a2fc8d0
Change extension_context to extension_user_context in one location that was missed.
2015-07-31 10:58:38 -06:00
markjcrane
a7a472c86a
Add a new permission extension_user_context.
2015-07-31 09:37:53 -06:00
markjcrane
2353b9622a
Change else if to elseif on extension_edit.php
2015-07-31 09:18:27 -06:00
Alexey Melnichuk
a4b0b2d271
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
ae99066dcd
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
e89a499b2c
Change. Use number_alias as voicemail_id.
2015-07-02 18:49:58 +04:00
Mark Crane
34f6a889b9
Fix the the syntax so the default will work correctly.
2015-06-23 21:13:22 +00:00