|
Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 0
|
|
i have 32 phones connected to our PBX, when i do an endpoint scan for all devices, i get the menu option to go to the next page > or end >>
clicking on either seems to reload the endpoint scan page and does not show me the 2nd page which i need access to in order to unset a phone that isn't showing on the first page....
i have tried this under Chrome, IE and Firefox and they all do the same thing so it seems to be a problem with the PBX gui system perhaps..
|
|
|
|
....Life isnt short, your just dead for too long....
|
|
|
Re:Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 0
|
|
Anyone, rebooting the server doesn't help at all.
|
|
|
|
....Life isnt short, your just dead for too long....
|
|
|
Re:Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 155
|
I believe it to be e bug in Elastix.
I suggest you scan your network in smaller nets, e.g.
192.168.0.0/255.255.128
then
192.168.0.128/255.255.255.128
or smaller sub-nets if necessary ref:
en.wikipedia.org/wiki/Subnetwork
|
|
|
|
There are other solutions!!
|
|
|
Re:Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 0
|
|
shall give that a try, didnt know you could do that thanks m8!
|
|
|
|
....Life isnt short, your just dead for too long....
|
|
|
Re:Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 0
|
|
tried and no luck from 32 down to 25 (24 default for me 10.0.1.0/24)
submitted the bug into the system and going to see if ican do a manual page edit for the endpoint configuration section if i can find the code to show more then 20 devices per page.
|
|
|
|
....Life isnt short, your just dead for too long....
|
|
|
Re:Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 127
|
|
It was a bug.
Fixed in 1.6 version.
With Elastix 2.0 there's this bug.
|
|
|
|
Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franckd@agmp.org
|
|
|
Re:Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 0
|
|
i am using 1.6.2.2 currently.
|
|
|
|
....Life isnt short, your just dead for too long....
|
|
|
Re:Endpoint scan in PBX has 2 pages, but 2nd wont sho 1 Year, 6 Months ago
|
Karma: 0
|
So i did a reboot of the server
i then went into
/var/www/html/modules/endpoint_configuration
and edited
| Code: |
$ip = $_SERVER['SERVER_ADDR'];
$devices = subMask($ip);
$limit = 20;
$total = count($arrData);
$oGrid = new paloSantoGrid($smarty);
$offset = $oGrid->getOffSet($limit,$total,(isset($_GET['nav']))?$_GET['nav']:NULL,(isset($_GET['start']))?$_GET['start']:NULL);
$end = ($offset+$limit)<=$total ? $offset+$limit : $total;
$smarty->assign("url","?menu=".$module_name);
if($devices<=20){
$devices = pow(2,(32-$devices));
$smarty->assign("mb_title",$arrLang['WARNING'].":");
$smarty->assign("mb_message",$arrLang["It can take several minutes, because your ip address has some devices, "].$devices);
|
and change the 2 places it said 20 over to 100, refreshed and it showed all of the devices.
i then changed it back to 20, and went back in, reloaded the page and now it shows all 32 phones, but also still shows the next and end buttons, even though all phones are showing on the one page.
|
|
|
|
....Life isnt short, your just dead for too long....
|
|
|