bar top left
bar top right
left curve
right curve
Welcome, Guest

Endpoint scan in PBX has 2 pages, but 2nd wont sho
(1 viewing) (1) Guest
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: Endpoint scan in PBX has 2 pages, but 2nd wont sho
#56577
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..
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Mathiau
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Costa Rica Birthday: 10/21
....Life isnt short, your just dead for too long....
Reply Quote
 
#56614
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.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Mathiau
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Costa Rica Birthday: 10/21
....Life isnt short, your just dead for too long....
Reply Quote
 
#56616
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
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
dicko
Ethically, I no longer support PaloSanto, Sorry.
Platinum Boarder
Posts: 4101
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Not available Birthday: 01/21
There are other solutions!!
Reply Quote
 
#56620
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!
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Mathiau
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Costa Rica Birthday: 10/21
....Life isnt short, your just dead for too long....
Reply Quote
 
#56623
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.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Mathiau
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Costa Rica Birthday: 10/21
....Life isnt short, your just dead for too long....
Reply Quote
 
#56624
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.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
danardf
Moderator
Posts: 5165
graph
User Offline Click here to see the profile of this user
Gender: Male Location: France - Trans sur Erdre Birthday: 12/31

Links hidden for unregistered users. Login or register Here - Links hidden for unregistered users. Login or register Here - Franck Danard - franckd@agmp.org
Reply Quote
 
#56625
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.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Mathiau
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Costa Rica Birthday: 10/21
....Life isnt short, your just dead for too long....
Reply Quote
 
#56627
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.
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
Mathiau
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Costa Rica Birthday: 10/21
....Life isnt short, your just dead for too long....
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1
Moderators: rafael, Bob, jgutierrez