Changes between Version 23 and Version 24 of OpenBTS


Ignore:
Timestamp:
Oct 13, 2015, 8:17:34 AM (9 years ago)
Author:
davemsolomon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • OpenBTS

    v23 v24  
    133133I think that is healthy.
    134134
     135Let's install and start SIPAUTHSERVE
     136{{{
     137root@node1-1:~# cd ~/dev/BUILDS/2015-10-13--03-22-27/
     138root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i sipauthserve_5.0_amd64.deb
     139root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# service sipauthserve start
     140sipauthserve start/running, process 12987
     141}}}
     142
     143Let's check the SIPAUTHSERVE Logs:
     144{{{
     145root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# tail /var/log/upstart/sipauthserve.log
     146ALERT 12987:12987 2015-10-13T04:06:31.3 sipauthserve.cpp:328:main: /OpenBTS/sipauthserve (re)starting
     147}}}
     148
     149Let's install and start Asterisk
     150{{{
     151root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i range-asterisk_11.7.0.4_amd64.deb
     152root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# service asterisk start
     153asterisk start/running, process 13566
     154}}}
     155
     156Let's check the Asterisk logs:
     157{{{
     158root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# tail /var/log/upstart/asterisk.log
     159No 'modules.conf' found, no modules will be loaded.
     160Unable to load config file 'acl.conf'
     161Unable to open AMI configuration manager.conf, or configuration is invalid. Asterisk management interface (AMI) disabled.
     162Unable to load config file 'udptl.conf'
     163Could not load udptl config; using defaults
     164Can't find indications config file indications.conf.
     165Could not load features.conf
     166Could not find valid ccss.conf file. Using cc_max_requests default
     167Could not find valid ccss.conf file. Using cc_[state]_devstate defaults
     168No 'modules.conf' found, no modules will be loaded.
     169}}}
     170
     171Let's stop everything, install "configuration" packages and then start everything
     172{{{
     173root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# service openbts stop
     174openbts stop/waiting
     175root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# service sipauthserve stop
     176sipauthserve stop/waiting
     177root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# service smqueue stop
     178smqueue stop/waiting
     179root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# service asterisk stop
     180asterisk stop/waiting
     181
     182root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i range-configs_5.1-master_all.deb
     183root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i range-asterisk-config_5.0_all.deb
     184ln -s /usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so /usr/lib/odbc/libsqlite3odbc.so
     185}}}
     186
    135187At this point we can most likely prove text messaging works, let's add a subscriber to our tiny GSM network.
    136188