Skip to content

Create unit tests for dial-forking patches at VoiceInterpreter #2436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghjansen opened this issue Aug 18, 2017 · 1 comment
Closed

Create unit tests for dial-forking patches at VoiceInterpreter #2436

ghjansen opened this issue Aug 18, 2017 · 1 comment

Comments

@ghjansen
Copy link
Contributor

ghjansen commented Aug 18, 2017

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 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.

Existing tests to base the implementation:

@ghjansen
Copy link
Contributor Author

ghjansen commented Sep 6, 2017

Closed via ae97269 .

@ghjansen ghjansen closed this as completed Sep 6, 2017
jaimecasero added a commit that referenced this issue Oct 4, 2017
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant