fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/37017?usp=email )
Change subject: README.md: cosmetic: fix a typo
......................................................................
README.md: cosmetic: fix a typo
Change-Id: If7aa53114c86640209e647c3fc8b26da0ecd72f0
---
M README.md
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/17/37017/1
diff --git a/README.md b/README.md
index ffc666b..3c796d1 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@
Our coding standards are described at
<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
-We us a gerrit based patch submission/review process for managing contributions. Please see
+We use a Gerrit based patch submission/review process for managing contributions. Please see
<https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for more details
The current patch queue can be seen at <https://gerrit.osmocom.org/#/q/project:libosmo-sccp+status:open>
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/37017?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: If7aa53114c86640209e647c3fc8b26da0ecd72f0
Gerrit-Change-Number: 37017
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/37016?usp=email )
Change subject: README.md: cosmetic: fix a typo
......................................................................
README.md: cosmetic: fix a typo
Change-Id: I121a430efec8502f0bd283948bca53aa48f4a6f2
---
M README.md
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/16/37016/1
diff --git a/README.md b/README.md
index 02814fd..12f43d9 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@
Our coding standards are described at
<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
-We us a gerrit based patch submission/review process for managing
+We use a Gerrit based patch submission/review process for managing
contributions. Please see
<https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for
more details
--
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/37016?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I121a430efec8502f0bd283948bca53aa48f4a6f2
Gerrit-Change-Number: 37016
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-abis/+/37015?usp=email )
Change subject: README.md: cosmetic: fix a typo
......................................................................
README.md: cosmetic: fix a typo
Change-Id: I3ed7df467f1cbd769a5a367771a69e578c2075e3
---
M README.md
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/15/37015/1
diff --git a/README.md b/README.md
index 2622c9f..ef7783d 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@
Our coding standards are described at
<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>
-We us a gerrit based patch submission/review process for managing
+We use a Gerrit based patch submission/review process for managing
contributions. Please see
<https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit> for
more details
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/37015?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I3ed7df467f1cbd769a5a367771a69e578c2075e3
Gerrit-Change-Number: 37015
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/37014?usp=email )
Change subject: asterisk: extensions.conf: Route non-local extensions towards IMS side
......................................................................
asterisk: extensions.conf: Route non-local extensions towards IMS side
Previous config had only 1 digit extensions being routed, plus the fact
that the endpoint name was incorrect (now "volte_ims").
Change-Id: Icce5e55ab75c0c9fdacc4d8504e6714b99d385b4
---
M ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
1 file changed, 14 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/14/37014/1
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
index 3c78a2d..f24d366 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
@@ -30,8 +30,8 @@
same => n,Dial(PJSIP/${EXTEN})
same => n,Hangup(16)
-exten => _X,1,Verbose(5,${EXTEN}: Call external number from ${CALLERID(num)})
- same => n,Dial(PJSIP/${EXTEN}@973171)
+exten => _.!,1,Verbose(5,${EXTEN}: Call external number from ${CALLERID(num)})
+ same => n,Dial(PJSIP/${EXTEN}@volte_ims)
same => n,Hangup(16)
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37014?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Icce5e55ab75c0c9fdacc4d8504e6714b99d385b4
Gerrit-Change-Number: 37014
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37001?usp=email )
Change subject: asterisk: pjsip.conf: identify incoming register started by local SIP UAs
......................................................................
asterisk: pjsip.conf: identify incoming register started by local SIP UAs
This config section is needed so that Asterisk can figure out the endpoint
when receiving a "REGISTER sip:172.18.248.10". Without it, it will answer with
a 404 Not Found.
Change-Id: I39568c3cebb89fc5a62a8144f448b50c48d79f10
---
M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
1 file changed, 19 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
osmith: Looks good to me, but someone else must approve
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
index 580ed48..b776e0e 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
@@ -121,3 +121,9 @@
type=aor
contact=sip:238010000090828@ims.mnc001.mcc238.3gppnetwork.org
max_contacts=1
+
+[volte_ims]
+type=identify
+endpoint=volte_ims
+;match=ims.mnc001.mcc238.3gppnetwork.org
+match=172.18.11.10
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37001?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I39568c3cebb89fc5a62a8144f448b50c48d79f10
Gerrit-Change-Number: 37001
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged