pespin has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/38/37338/1 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: 1 Gerrit-Owner: pespin <pes...@sysmocom.de> Gerrit-MessageType: newchange