Project

General

Profile

Actions

Osmo-sip-connector » History » Revision 22

« Previous | Revision 22/87 (diff) | Next »
dexter, 02/06/2017 03:31 PM


Osmo-sip-connector

Introduction

osmo-sip-connector translates between MNCC and SIP protocols. It does not handle RTP by itself but with the help of external SIP server it can be used for tests.

Sample configuration:

app
mncc
  socket-path /tmp/bsc_mncc
sip
  local 10.9.10.105 5069
  remote 10.9.10.105 5060

Running osmo-sip-connector:

osmo-sip-connector -c ~/.config/osmocom/osmo-sip-connector.cfg

Running NITB:

./src/osmo-nitb/osmo-nitb -c ~/.config/osmocom/open-bsc.cfg -l ~/.config/osmocom/hlr.sqlite3 -d DLMUX:DRTP -m

The configuration above assumes that SIP server is running on the same machine. Attached is example configuration file for Kamailio https://www.kamailio.org SIP server which can be used to route calls between mobile phones. It also handles 2 special numbers 500 (routed to sip:) and 600 (routed to sip:): by dialing them you can use echo test or hear nice music from your mobile.

Note: in attached kamailio.cfg, for 64bit systems, you may need to adjust

mpath="/usr/lib/x86_64-linux-gnu/kamailio/modules/" 

N. B: Those numbers are meant only as an example for quick tests - please consider running your own Asterisk instance if you expect more than couple of calls, do not abuse http://www.iptel.org/service

Asterisk howto

This howto was created and tested using Debian 8.7.1. It is assumed that there is already a working installation of osmo-nitb already exists. In the following steps we will show how to integrate an existing installation with asterisk using osmo-sip-connector. The following image illustrates how the network components wile be laid out:

Preparations

Install dependancies

The extension we are about to make requires to install some additional packages.

sudo apt-get install libsofia-sip-ua-glib-dev
sudo apt-get install asterisk

Install osmo-sip-connector

The installation of osmo-sip-connector is as straight forward as you know it already from other osmocom projects:

git clone git://git.osmocom.org/osmo-sip-connector.git
cd osmo-sip-connector/
autoreconf -fi
./configure
make
sudo make install

Files (0)

Updated by dexter about 7 years ago · 22 revisions

Add picture from clipboard (Maximum size: 48.8 MB)