Skip to content
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

PISTON-1123: Fixes voicemail forward confirmation. #6646

Conversation

tetrachromium
Copy link

The cf_voicemail:forward_message/6 function has been refactored to consistently execute the forwarding operation as an asynchronous task and to play the confirmation of the operation synchronously. The previous flow of control was inconsistent, depending on configuration. In some circumstances, the forwarding operation was performed asynchronously, but this resulted in no audible confirmation. In other circumstances, forwarding was performed synchronously.

Roger Neate added 2 commits October 16, 2020 18:42
The `cf_voicemail:forward_message/6` function has been refactored to consistently execute the forwarding operation as an asynchronous task and to play the confirmation of the operation synchronously. The previous flow of control was inconsistent, depending on configuration. In some circumstances, the forwarding operation was performed asynchronously, but this resulted in no audible confirmation. In other circumstances, forwarding was performed synchronously.
jamesaimonetti pushed a commit that referenced this pull request Oct 19, 2020
The `cf_voicemail:forward_message/6` function has been refactored to
consistently execute the forwarding operation as an asynchronous task
and to play the confirmation of the operation synchronously. The
previous flow of control was inconsistent, depending on
configuration. In some circumstances, the forwarding operation was
performed asynchronously, but this resulted in no audible
confirmation. In other circumstances, forwarding was performed
synchronously.
@jamesaimonetti
Copy link
Member

Merged, thanks!

@tetrachromium tetrachromium deleted the Voxter-PISTON-1123-voicemail-forward-confirmation branch October 20, 2020 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants