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