Author Topic: Help with NIB Setup  (Read 7275 times)

ThePit

  • Newbie
  • *
  • Posts: 27
    • View Profile
Help with NIB Setup
« on: June 26, 2014, 12:24:32 PM »
Howdy,
I have played around with OpenBTS before and now I wanted to look into YateBTS.
I am on Ubuntu 12.04 with a USRP N210.

I have followed the instruction to roll my own YateBTS given at the wiki:
http://wiki.yatebts.com/index.php/Main_Page
 
I get to the point that I can run Yate and then in a separate terminal run:
telnet 127.0.0.1 5038

I can talk to the eliza bot and run nib commands such as:
nib list registered

every time that I go to a browser and try to go to http://127.0.0.1/yatebts_nib I just get a Not Found page.

I have tried to follow all instructions at both
http://wiki.yatebts.com/index.php/Javascript_NIB
http://wiki.yatebts.com/index.php/Network_in_a_Box#Web_UI_for_NIB_Management

Can anyone suggest any help on how to access the web GUI or what I could be missing.

Thank you very much
######################################################################
Update :

I was able to fix the issue. The issue was not with YateBTS but with Apache.
I just needed to apt-get libapache2-mod-php5 and now I have the proper browser interface and phones can connect.
« Last Edit: June 27, 2014, 02:07:07 PM by ThePit »

zane93

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Help with NIB Setup
« Reply #1 on: September 04, 2014, 11:14:50 AM »
Howdy,
I have played around with OpenBTS before and now I wanted to look into YateBTS.
I am on Ubuntu 12.04 with a USRP N210.

I have followed the instruction to roll my own YateBTS given at the wiki:
http://wiki.yatebts.com/index.php/Main_Page
 
I get to the point that I can run Yate and then in a separate terminal run:
telnet 127.0.0.1 5038

I can talk to the eliza bot and run nib commands such as:
nib list registered

every time that I go to a browser and try to go to http://127.0.0.1/yatebts_nib I just get a Not Found page.

I have tried to follow all instructions at both
http://wiki.yatebts.com/index.php/Javascript_NIB
http://wiki.yatebts.com/index.php/Network_in_a_Box#Web_UI_for_NIB_Management

Can anyone suggest any help on how to access the web GUI or what I could be missing.

Thank you very much
######################################################################
Update :

I was able to fix the issue. The issue was not with YateBTS but with Apache.
I just needed to apt-get libapache2-mod-php5 and now I have the proper browser interface and phones can connect.
First make sure you have Apache installed or another web server # sudo apt-get install apache2
Have you tried http://127.0.0.1/nib
Look at your /var/www dir and see if you a "nib" dir or it could be be in the /var/www/html dir.  But regardless you should have a symbolic link "nib" pointing to "/usr/local/share/yate/nib_web".