Change in osmo-gsm-manuals[master]: OsmoSIPConnector: fix: avoid OsmoMGW/OsmoSIPcon confusion

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Wed Aug 29 18:37:08 UTC 2018


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/10697


Change subject: OsmoSIPConnector: fix: avoid OsmoMGW/OsmoSIPcon confusion
......................................................................

OsmoSIPConnector: fix: avoid OsmoMGW/OsmoSIPcon confusion

Change-Id: If20700d94775e91f174a1a07e00820ef0a91cd2f
---
M OsmoSIPConnector/chapters/configuration.adoc
1 file changed, 7 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/97/10697/1

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 @@
 
 .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 @@
 
 .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 @@
 
 .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
 

-- 
To view, visit https://gerrit.osmocom.org/10697
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If20700d94775e91f174a1a07e00820ef0a91cd2f
Gerrit-Change-Number: 10697
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180829/797040b0/attachment.htm>


More information about the gerrit-log mailing list