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
MailboxSetPinController plays back the change PIN confirmation message before calling store.change_pin_for_mailbox.
This is misleading for cases when change_pin_for_mailbox fails, since we would have played back a message saying the PIN has been changed, but the PIN hasn't actually been changed.
MailboxSetPinController plays back the change PIN confirmation message before calling store.change_pin_for_mailbox.
This is misleading for cases when change_pin_for_mailbox fails, since we would have played back a message saying the PIN has been changed, but the PIN hasn't actually been changed.
See: https://github.com/adhearsion/voicemail/blob/develop/lib/voicemail/call_controllers/mailbox_set_pin_controller.rb#L39
The text was updated successfully, but these errors were encountered: