aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-30 01:35:44 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-08-30 01:35:44 +0700
commitd0d5d0eca5bf62c6999401bfb3a663fa26cf7c0c (patch)
tree39218fdb8f9607dbdd75ab3e560427dc611e9850
parent7ef86bb5877b6082a108fc6940f9b8df31c37255 (diff)
OsmoSIPConnector: fix: avoid OsmoMGW/OsmoSIPcon confusion
-rw-r--r--OsmoSIPConnector/chapters/configuration.adoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/OsmoSIPConnector/chapters/configuration.adoc b/OsmoSIPConnector/chapters/configuration.adoc
index 0a9a51f..24ac3a5 100644
--- a/OsmoSIPConnector/chapters/configuration.adoc
+++ b/OsmoSIPConnector/chapters/configuration.adoc
@@ -16,8 +16,8 @@ line `osmo-msc -M /tmp/msc_mncc`.
.Example: MNCC configuration
----
-OsmoMGW(config)# mncc
-OsmoMGW(config-mncc)# socket-path /tmp/msc_mncc
+OsmoSIPcon(config)# mncc
+OsmoSIPcon(config-mncc)# socket-path /tmp/msc_mncc
----
=== Configuring SIP
@@ -27,9 +27,9 @@ can be set for the connection to the PBX.
.Example: SIP configuration
----
-OsmoMGW(config)# sip
-OsmoMGW(config-sip)# local 10.0.0.1 5060 <1>
-OsmoMGW(config-sip)# remote 10.0.0.2 5060 <2>
+OsmoSIPcon(config)# sip
+OsmoSIPcon(config-sip)# local 10.0.0.1 5060 <1>
+OsmoSIPcon(config-sip)# remote 10.0.0.2 5060 <2>
----
<1> The local IP/port to use
<2> The remote SIP IP/port that the PBX uses
@@ -39,8 +39,8 @@ MO- and as called (destination) address for MT-calls.
.Example: Use IMSI instead of MSISDN
----
-OsmoMGW(config)# app
-OsmoMGW(config-app)# use-imsi <1>
+OsmoSIPcon(config)# app
+OsmoSIPcon(config-app)# use-imsi <1>
----
<1> Use the IMSI for MO calling and MT called address