FusionPBX
9dceedfa02
Update extensions.php
2018-02-22 09:40:45 -07:00
FusionPBX
9f2ac51a30
Update extensions.php
2017-12-09 13:12:27 -07:00
FusionPBX
a04d563a66
Update extensions.php
2017-12-09 13:08:09 -07:00
Alexey Melnichuk
61c90e2bfb
Fix. Show registrations for extensions with number alias. ( #2914 )
2017-11-20 13:59:50 -07:00
FusionPBX
f3b45d51a8
Update extensions.php
2017-11-17 07:41:29 -07:00
FusionPBX
84b5a58103
Update extensions.php
2017-08-28 02:21:59 -06:00
FusionPBX
29d41f909c
Update extensions.php
...
Update the extensions header.
2016-08-04 20:05:56 -06:00
FusionPBX
85f0f5f3c5
Update extensions.php
...
Move extension registered before enabled and description which are always last.
2016-07-28 09:59:38 -06:00
FusionPBX
d685638841
Update extensions.php
...
Change extension_show_registered to extension_registered.
2016-07-27 23:59:25 -06:00
Chris Black
c9566fde0e
Fix my PR for the device registered on extensions page. ( #1772 )
...
* Fix my PR for the device registered on extensions page.
* Change to registered
2016-07-27 23:03:59 -06:00
reliberate
8d2a190099
Gateways: Fix paging and order by.
...
Devices/Users/Extensions: Visual adjustments.
2016-05-21 13:04:31 -06:00
markjcrane
5a9ad9da41
Update the record count for extensions list.
2016-05-07 18:06:36 -06:00
markjcrane
93d20531e6
On the extensions page use is_array($extensions) instead of $num_rows
2016-05-07 17:37:24 -06:00
markjcrane
f9f57fffa6
Change the method to detect if the array exists for extensions.
2016-05-07 17:27:27 -06:00
FusionPBX
c73777dfeb
Merge pull request #1562 from moteus/display_long_extensions
...
Fix. Display long extensions (>9 digits)
2016-04-29 09:25:46 -06:00
Alexey Melnichuk
0c61e650d0
Fix. Display long extensions (>9 digits)
2016-04-28 14:37:58 +03:00
Harry G. Coin
179f4840a8
include omitted column name, partial fix to support mariadb 10.1.
2016-04-25 20:44:30 -05:00
reliberate
ce31971277
Voicemail: Show Add button even when no Voicemails exist.
...
Extensions: Integrate keyboard shortcuts (Ctrl+A to select all, Delete to delete checked).
2016-03-31 18:03:32 -06:00
Alexey Melnichuk
b85067b166
Fix. Display extension on MySQL.
...
Problem that
```SQL
select (select count(*) as num_rows ...)
```
is not the same as
```SQL
select (select count(*) ...) as num_rows
```
I think problem may be on SQLite too.
2016-03-29 19:00:59 +03:00
markjcrane
6a2e98baa2
Fix the problem with non-numeric extension causing an error. Not certain we will keep this method but its an interesting solution.
2016-03-29 03:42:24 -06:00
reliberate
cd7843b7f3
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
reliberate
785279d62b
Destinations/Extensions/Voicemails: Better sorting ability.
2016-03-28 15:21:05 -06:00
reliberate
f7aca7239c
Extensions: Added bulk delete.
...
Voicemail: Added bulk delete. On delete, remove recordings folder, and voicemail_options, _destinations, and _greetings database records.
2016-03-16 18:48:42 -06:00
reliberate
ce2490dafc
User Dashboard: Minor layout optimizations.
...
Follow Me: Added search and minimized paging controls.
Extensions: Added minimized paging controls.
2016-03-03 19:01:58 -07:00
blackc2004
e69bc4da6b
extension download
2015-12-10 15:07:46 -08:00
markjcrane
b34f8baeb8
Add extension count.
2015-09-04 23:12:36 -06:00
Nate Jones
f50824fb41
Extensions: Fixed sorting.
2015-03-22 08:48:50 +00:00
Nate Jones
ff5746bba5
Extensions: Search fixed.
2015-03-22 08:42:44 +00:00
Nate Jones
fcb53fd7f9
Misc: Implement maximum limits on multiple apps.
2015-03-22 08:17:04 +00:00
Nate Jones
dbd9fbc07b
Visual adjustments.
2015-02-15 07:59:02 +00:00
Nate Jones
474e63f939
Use the new multi-lingual code on misc files.
2015-01-18 10:33:34 +00:00
Mark Crane
03220c9754
Add the text class to more of the applications.
2015-01-18 10:06:08 +00:00
Mark Crane
315211ce89
Remove capitalization on the context its better to show the case that it actually uses
2014-08-01 14:26:58 +00:00
Mark Crane
8a6a3e6622
Change user context to context and add context to the extensions page
2014-08-01 14:21:06 +00:00
Nate Jones
e67aa0c638
Document (Window) Title: Update variable name to avoid conflict when paging is used.
2014-07-10 00:32:50 +00:00
Nate Jones
bf6306705a
Fix missing / on closing <tr> tags.
2014-06-22 01:16:49 +00:00
Nate Jones
ec1ba51eb9
(Modified) Usability Enhancement: Click on list rows to Edit items. Now uses jQuery (instead of onclick) to avoid being redirected to Edit when canceling a Delete.
2014-06-21 08:52:47 +00:00
Nate Jones
a117993264
Usability Enhancement: Click on list rows to Edit items.
2014-06-21 07:04:04 +00:00
Nate Jones
e979147858
Add links to certain column text in a list view.
...
Add ability to edit Call Block number.
2014-06-21 00:58:16 +00:00
Mark Crane
b63d791fbd
Add ability to configure the extension directory xml to provide the option to use freeswitch voicemail
2014-05-25 01:43:47 +00:00
Mark Crane
c31801816c
Remove the directory path from the extensions list
2014-05-20 07:47:43 +00:00
Mark Crane
7463474159
Add like to the search to make it more powerful
2014-05-02 08:49:25 +00:00
Mark Crane
1b5e1ef67d
More work on the search
2014-05-02 08:32:44 +00:00
Mark Crane
cc68c60cdb
Add a search to Extensions and Destinations
2014-05-02 08:22:27 +00:00
Mark Crane
509788da94
Add search to dialplan -> destinations and accounts -> extensions
2014-05-02 08:03:16 +00:00
Nate Jones
b67bc02304
Unstack list control icons.
2014-02-26 02:16:32 +00:00
Mark Crane
87c8d71288
Voicemail information should only be saved in the voicemail table.
2013-09-28 20:55:25 +00:00
Mark Crane
6da2c3734c
Update the references for header.php and footer.php files to point the resources directory.
2013-07-06 06:29:50 +00:00
Mark Crane
ffffea0710
Change the path for includes/require.php to the resources directory.
2013-07-06 06:03:27 +00:00
Mark Crane
a6e289ed5d
Change includes/checkauth.php to resources/check_auth.php.
2013-07-06 05:50:55 +00:00