Commit Graph

220 Commits

Author SHA1 Message Date
FusionPBX a1cf0e90ce Update extension_edit.php 2019-02-19 08:41:56 -07:00
FusionPBX a3767d4913 Update extension_edit.php 2019-02-11 20:42:59 -07:00
FusionPBX 2de15017e6 Update extension_edit.php 2019-01-29 13:22:17 -07:00
FusionPBX c4b5bfa95f Update extension_edit.php 2019-01-19 13:38:55 -07:00
FusionPBX 68450df8a6 Update extension_edit.php 2019-01-13 23:59:03 -05:00
FusionPBX c40205bdf6 Update extension_edit.php 2019-01-05 09:50:10 -07:00
dougstamp 19d5877fa4 Update extension_edit.php (#3473)
Added code to update device_key_label on devices that have the extension set as BLF/etc. when an extensions effective_caller_id_name is changed.
2019-01-05 09:02:31 -07:00
FusionPBX 39748ebc29 Update extension_edit.php 2018-10-23 23:14:07 -06:00
FusionPBX 3cbcfa213c Update extension_edit.php 2018-10-15 16:50:59 -06:00
emaktech cc9bf89660 Allow editing 48 lines on extension_edit page (#3472)
When provisioning 48 port analog gateway, (Grandstream GXW4248 for example) need ability to configure up to 48 lines per device.
2018-09-13 23:53:19 -06:00
markjcrane a72f1d6266 Change messages class to message 2018-08-31 03:09:01 +00:00
FusionPBX 541b052017 Update extension_edit.php 2018-08-10 13:05:55 -06:00
FusionPBX d50659fa04 Update extension_edit.php 2018-07-30 11:23:46 -06:00
FusionPBX b83f7fdd32 Update extension_edit.php 2018-06-24 14:02:43 -06:00
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