Possibility to sort the extensions according to number aliases

Status
Not open for further replies.

Nassim

New Member
Jul 17, 2020
2
0
1
35
Hello all,

i'm new to FusionPBX and i want to ask if there is a possibility to sort the extensions according to number aliases to see which ones are already assigned like Effective CID , Outbound CID etc


Thanks for your help :)

BR
Nassim
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,391
365
83
You can do a limited amount of sorting in the GUI by clicking on the column headings in the extensions listing. If you need to do more than that, then query the table directly:
Code:
select * from v_extensions order by number_alias;
 

Nassim

New Member
Jul 17, 2020
2
0
1
35
Hi Adrian ,
thank you for your response :)

I would like to modify the extension list so that the number alias is displayed as a separate column like the rest of the headings

Number Alias.jpg

as it is the case in the extension summary.
Unfortunately there is no sorting function there...


1597147198807.png

The question is whether one would have to edit the extension.php heavily or whether there is a simpler possibility.


Best Regards
 
Last edited:

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
Why are you even using number aliases? I'm not sure they even actually work for everything.
 
Status
Not open for further replies.