| 116 | |
| 117 | Let's add text message support: |
| 118 | {{{ |
| 119 | root@node1-1:/OpenBTS# cd ~/dev/BUILDS/2015-10-13--03-22-27/ |
| 120 | root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# dpkg -i smqueue_5.0_amd64.deb |
| 121 | root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# service smqueue start |
| 122 | smqueue start/running, process 12904 |
| 123 | }}} |
| 124 | |
| 125 | Let's check the SMQueue Logs: |
| 126 | {{{ |
| 127 | root@node1-1:~/dev/BUILDS/2015-10-13--03-22-27# tail /var/log/upstart/smqueue.log |
| 128 | EMERG 0:12904 2015-10-13T03:45:50.6 ../SR/SubscriberRegistry.cpp:183:init: /var/lib/asterisk/sqlite3dir does not exist |
| 129 | ALERT 12904:12904 2015-10-13T03:45:50.7 smqueue.cpp:2798:main: smqueue (re)starting |
| 130 | smqueue logs to syslogd facility LOCAL7, so there's not much to see here |
| 131 | }}} |
| 132 | |
| 133 | I think that is healthy. |
| 134 | |
| 135 | At this point we can most likely prove text messaging works, let's add a subscriber to our tiny GSM network: |