You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create unit test for VoiceInterpreter to ensure the functionality of the patches created at issues #2432#2433. The patches created to these issues specifies that, when multiple outbound calls are created through Dial forking, and all the call branches are BUSY or they are canceled due to timeout, the following should happens:
1 - VoiceInterpreter sends Stop to the call controller and waits, not moving to the next verb;
2 - VoiceInterpreter receives the MediaGroupResponse from the media server confirming that the ringing tone finished playing;
3 - VoiceInterpreter continues its normal flow by requesting the next verb of the RCML.
* New release candidate 8.2.0.1237
* New release candidate
* Preliminar fix for #2271.
* Patch for ticket #34390. Issue #2271.
* Missing transitions from a dial fork with all branches busy, to other verbs. Issue #2271.
* Inclusion of missing statusCalback for rejected calls. Issue #2271.
* Preliminar patch for ticket #34415. Issue #2271.
* Work in progress for ticket #34415. Issue #2271.
* Patch for ticket #34415 (non optimised). Issue #2271.
* Optimised patch for ticket #34415 with fix for dial action. Issue #2271.
* Preparation for merge and creation of pull request. Issue #2271.
* Issue #2436. Related to issues #2432, #2433 and PR #2420.
* Fixing modifier. Issue #2271.
Related to issues #2271, #2432, #2433 and PR #2420.
Create unit test for VoiceInterpreter to ensure the functionality of the patches created at issues #2432 #2433. The patches created to these issues specifies that, when multiple outbound calls are created through Dial forking, and all the call branches are BUSY or they are canceled due to timeout, the following should happens:
1 -
VoiceInterpreter
sendsStop
to the call controller and waits, not moving to the next verb;2 -
VoiceInterpreter
receives theMediaGroupResponse
from the media server confirming that the ringing tone finished playing;3 -
VoiceInterpreter
continues its normal flow by requesting the next verb of the RCML.Existing tests to base the implementation:
Restcomm-Connect/restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/rcml/ParserTest.java
Line 47 in 7dfd00b
Restcomm-Connect/restcomm/restcomm.interpreter/src/test/java/org/restcomm/connect/interpreter/GatherSpeechTest.java
Line 74 in e367a4b
The text was updated successfully, but these errors were encountered: