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
Solution: VoiceInterpreter was moving to the next verb correctly, but there were 3 flaws during that process:
1 - VoiceInterpreter was not explicitly requesting MS to stop the current media being played;
2 - VoiceInterpreter was moving to the next verb of the RCML right away;
3 - missing FSM transitions from forking state.
That said, VoiceInterpreter was patched to explicitly request the call controller (either MGCP or JSR309) to stop the media currently playing, before moving to the next verb of the RCML. After the Stop request is sent, VoiceInterpreter waits for a MediaGroupResponse to confirms that the MS stopped playing the media (VoiceInterpreter does not move to the next verb of the RCML until MediaGroupResponse is received). By receiving the MediaGroupResponse, VoiceInterpreter resumes its flow and proceed to next verb.
* 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 issue #2271 and PR #2420.
Scenario:
Failure:
The text was updated successfully, but these errors were encountered: