pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/37337?usp=email )


Change subject: asterisk: conf: Handle precondition through 
app_waitforprecondition.so
......................................................................

asterisk: conf: Handle precondition through app_waitforprecondition.so

This module has been introduced recently, which allows handling
precondition FSM during MT calls.

Change-Id: I84eefec6cd38d50e88633ac01f606b1dda06bb43
---
M ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
2 files changed, 16 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/37/37337/1

diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf 
b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
index 0b98707..e7ed535 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
@@ -38,6 +38,7 @@
 [volte_ims]

 exten => _.!,1,Verbose(5,${EXTEN}: Call internal number from ${CALLERID(num)})
+ same => n,WaitForPrecondition(10,2000);
  same => n,Gosub(get-valid-endpoints,s,1())
  same => n,Set(DIALGROUP(CALL_EVERYONE_LIST)=${GOSUB_RETVAL})
  same => n,Set(DIALGROUP(CALL_EVERYONE_LIST,del)=PJSIP/${CALLERID(num)})  ; 
remove the caller
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf 
b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
index f7bf49a..ea13360 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
@@ -1,3 +1,6 @@
+[global]
+allow_sending_180_after_183=yes
+
 ;############
 ; LOCAL SIP
 ;############

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37337?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: I84eefec6cd38d50e88633ac01f606b1dda06bb43
Gerrit-Change-Number: 37337
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to