Commit Graph

206 Commits

Author SHA1 Message Date
AlexanderDCrane f3d4564c41 Update extension_edit.php (#3125) 2018-06-13 01:13:38 -06:00
AlexanderDCrane 1dcb16ce1d Escape user data (#3088)
* Escape user data on extension_edit.php

* Escape user data on gateway_edit.php

* Escape user data on user_edit.php
2018-06-08 14:44:21 -06:00
FusionPBX 30b8be86ca Update extension_edit.php 2018-05-28 13:53:04 -06:00
FusionPBX 6174167d3a Update extension_edit.php 2018-05-09 17:35:54 -06:00
FusionPBX 3c12017a76 Update extension_edit.php 2018-04-20 13:55:30 -06:00
FusionPBX a01507975d Update extension_edit.php 2018-03-20 18:15:15 -06:00
FusionPBX 9b1ec988f3 Update extension_edit.php 2018-02-18 17:20:11 -07:00
FusionPBX 7d6353889b Update extension_edit.php 2018-02-18 16:03:24 -07:00
FusionPBX e5df21c5b8 Update extension_edit.php 2018-02-10 12:23:05 -07:00
FusionPBX ffbd9dce11 Update extension_edit.php 2018-02-06 13:42:20 -07:00
Alexey Melnichuk 5beb80c294 Fix. Use number_alias as VM id when do generation extensions (#2969) 2018-01-29 22:38:51 -07:00
DigiDaz 6620dd0370 Fix voicemail creation for ranges (#2945) 2017-12-21 10:06:53 -07:00
FusionPBX e4936be826 Update extension_edit.php 2017-11-07 18:40:18 -07:00
Luis Daniel Lucio Quiroz 4d5a36b3e9 Same as 4.2 (#2889) 2017-11-05 15:49:25 -07:00
FusionPBX d9d72bc23b Update extension_edit.php 2017-11-03 14:57:12 -06:00
FusionPBX 04e660e67c Update extension_edit.php 2017-11-03 14:48:54 -06:00
sergey-mz b42fd5659b Set assigned device line display name (#2750)
Set line display name to Effective Caller ID instead of extension #. Full directory name could be used too.
2017-07-30 10:50:41 -06:00
FusionPBX ba80222491 Update extension_edit.php 2017-07-05 10:26:45 -06:00
FusionPBX 36d3ebc4af Change directory full name to first and last name. 2017-06-17 11:37:22 -06:00
Mafoo 3cab4401cf Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
2017-06-09 20:13:40 -06:00
Mafoo f0feb25016 Enhance - Convert more messages (#2646)
convert more messages to messages class
skipped dashboard messages due to them relying on $_SESSION['message']
to know if there has already been a change
2017-06-08 09:39:04 -06:00
Alexey Melnichuk bbe117cd0e Fix. Create needed number of extensions (#2509) 2017-04-14 04:09:11 -06:00
Alexey Melnichuk 11510645a0 Fix. Add extension with non numeric extension number. (#2508) 2017-04-14 02:12:24 -06:00
FusionPBX 86fa73a5e5 Update extension_edit.php 2017-03-27 15:05:41 -06:00
FusionPBX af5e2ea9dd Update extension_edit.php 2017-03-27 14:49:55 -06:00
konradSC 4c2eb26f72 Voicemail tutorial (#2451)
* Update macro.lua

Add additional macros for the tutorial.

* Create tutorial.lua

* Update index.lua

* Update record_greeting.lua

Add menu variable to route back to appropriate place in the flow.

* Update record_menu.lua

Add menu variable to accommodate the tutorial.

* Update change_password.lua

Add menu variable to accommodate the tutorial.

* Update record_name.lua

Add menu variable to accommodate the tutorial.

* Update voicemail_edit.php

Add option to play tutorial on next login.

* Update app_languages.php

* Update app_config.php

Add voicemail_tutorial to database.

* Update extension_edit.php

Set "voicemail_tutorial" to true for new extensions.
2017-03-24 23:06:16 -06:00
Dean Montgomery 6587065b95 Fix disappearing voicemail_description. (#2394)
Editing an extension causes the voicemail_description filed to disappear in v_voicemails.
* Preserves voicemail_description if present in v_voicemails table.
* Creates voicemail_description if empty in v_voicemails.
2017-03-08 16:30:31 -07:00
FusionPBX bbf32464ad Update extension_edit.php 2017-01-05 02:29:43 -07:00
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