We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to issues #2271, #2432 and PR #2420.
Scenario:
<Response> <Dial timeLimit="1000" timeout="2" action="http://127.0.0.1:8090/test"> <Number>+131313</Number>\ <Uri>sip:[email protected]:5092</Uri> <Client>alice</Client> </Dial> </Response>
Failure:
action
This issue was noticed only after the optimisation of the patch implemented at #2432
The text was updated successfully, but these errors were encountered:
Solution: Prevented VoiceInterpreter to move to the next verb when MediaGroupResponse is received, if action attribute is different than null.
VoiceInterpreter
MediaGroupResponse
Closed via PR #2420 .
Sorry, something went wrong.
ghjansen
No branches or pull requests
Related to issues #2271, #2432 and PR #2420.
Scenario:
Failure:
action
address informedThis issue was noticed only after the optimisation of the patch implemented at #2432
The text was updated successfully, but these errors were encountered: