QUESTION What could/should be here.

MisterQ

Member
Joined
Dec 11, 2007
Messages
188
Reaction score
5
Three Questions:

1. If I go to incrediblepbx.local/admin/ or 192.168.0.116/admin/ in my browser... I get the login screen. But of I just go to http://incrediblepbx.local, I get a semi blank screen, and if I look at the source, it wold appear that this might be where some f the Kennonsoft stuff was - where did that disappear to?

2. once I log in, I find that the session times out fairly quickly I thought I had found the setting for this. in advanced settings (It was set to about a week and a bit), but doesn't seem to have effect. Where do I increase the timeout before being logged ot.

3. being able to ssh to or browse to incrediblepbx.local is great, but thats a lot to type - I undersand that this is done through mdns and bonjour, but was wondering where I can set the identity. I would love to trim this down to say "pbx.local".
 

MisterQ

Member
Joined
Dec 11, 2007
Messages
188
Reaction score
5
Well, to answer part of my own question... and leave it here as knowledge for others.
Part 3 - node id. Why do it - laziness in typing - having more than one pbx system in your local network, vanity, and so on.

Step 1. use a terminal session to open the /etc/hosts file - sudo nano /etc/hosts

Step 2. look for the line(s) with incrediblepbx (and .local) linked to 127.0.0.1. and edit it to suit.

Step 3. edit the hostname file sudo nano /etc/hostname - change it to suit.

Step 4. Trigger changes in the system - sudo /etc/init.d/hostname.sh

Step 5. Reboot.
 

rossiv

Guru
Joined
Oct 26, 2008
Messages
2,624
Reaction score
139
You didn't tell us what system you're using. There are many different combinations of PIAF and Incredible PBX that you could be running, so we can't guess. Please post the output of 'status' from SSH.

1. Depends. Could be the Kennonsoft menu, could be the FreePBX basic menu.
2. Depends on what you're logging into. FreePBX?
3. I see you figured that one out.
 

MisterQ

Member
Joined
Dec 11, 2007
Messages
188
Reaction score
5
Status output

Incredible PBX 3.11.11 for Raspberry Pi B
Asterisk: UP Apache: UP MySQL: UP
EximSMTP: UP IPtables: UP SSH: UP
LAN Eth0: UP WLan0: UP SAMBA: DN
RAM: 249896 44.38°C/111.88°F Disk: 11G

Ast 11.11.0 FreePBX 12.0.24
Private IP: 169.254.133.58 192.168.0.116
Public IP: 101.165.100.244

System Time: Sat Mar 7 17:08:53 AEST 2015

Notably, Status says I am running Freepbx 12.0.24 - Freepbx itself (via web to the freepbx system status page - it says it's running freepbx 12.0.42

The Freepbx basic menu comes up - the three people, with Freepbx admin, User Control Plan and Get supprt. . I suspect that is mean to go in the root page, is the Kennensoft stuff, as when you look at a "page source" on it. it reveals. below - which hints at Kennonsoft, but then their stuff seems to have dropped of the planet.

<!doctype html><!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--><!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]--><!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]--><!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]--><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>:: PBX in a Flash, Welcome!</title><meta name="description" content="PBX in a Flash, Front End Menu"><meta name="author" content="Kennon Software Corporation"><link rel="stylesheet" href="welcome/css/style.css?v=1"><script src="welcome/js/libs/modernizr-1.7.min.js"></script></head><body><div id="wrapper"><div id="left"><!-- LEFT COLUMN CONTENT --><div id="logo"><a href="http://www.pbxinaflash.com/" target="_new" title="(Popup) PBX in a Flash website!"><img src="welcome/pt.gif" width="150" height="120" border="0"/></a></div></div><div id="right"><!-- RIGHT COLUMN CONTENT --><!-- ADMINISTRATIVE MENU --><div id="admin"><div id="buttons"><div class="spacer"><img src="welcome/pt.gif" /></div><div class="spacer"><img src="welcome/pt.gif" /></div><div class="spacer"><img src="welcome/pt.gif" /></div><span class="hr"><img src="welcome/pt.gif" /></span><div class="spacer"><img src="welcome/pt.gif" /></div><span class="hr"><img src="welcome/pt.gif" /></span></div></div><div id="branding"></div></div></div><!-- CDN Scripts --><script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script><script>!window.jQuery && document.write(unescape('%3Cscript src="welcome/js/libs/jquery-1.6.1.min.js"%3E%3C/script%3E'))</script><!-- Scripts --><script src="welcome/js/libs/jquery.easing.1.3.js"></script><script src="welcome/js/libs/jquery.ibutton.min.js"></script><!-- Scripts, Page Load --><script type="text/javascript"> $(document).ready(function() { // Branding show $('#brand_users').css('display','none'); $('#brand_admin').css('display','block'); // IE6/7 do not elegantly support fade effects with PNG images if ($.browser.msie && (parseInt($.browser.version, 10) < 8)) { $('#admin').css('display','block'); } else { $('#admin').fadeIn("fast"); //in } }); </script></body></html>


As for the timeout - under freepbx, settings, advanced settings. Scroll down to internal use, and there is a "session timeout" set to 292000 (seconds).

Doesn't seem to work.
 

Members online

No members online now.

Forum statistics

Threads
25,825
Messages
167,856
Members
19,250
Latest member
mark-curtis
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top