pespin has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/37338?usp=email )
Change subject: asterisk: Allow alaw code from IMS until evs is supported
......................................................................
asterisk: Allow alaw code from IMS until evs is supported
EVS codec is not yet fully supported, specially if no specific
implementation of the EVS API is available. Let's allow using alway
from/to IMS for now, so calls can be made and tests work.
Change-Id: I4835f73ef1b13343ff209f1aba84fab43427aa9d
---
M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
1 file changed, 14 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
index ea13360..574ecf6 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
@@ -106,6 +106,7 @@
type=endpoint
context=volte_ims
disallow=all
+allow=alaw
allow=vevs
transport=transport-tcp
outbound_auth=volte_ims
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/37338?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: I4835f73ef1b13343ff209f1aba84fab43427aa9d
Gerrit-Change-Number: 37338
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged