ushahidi / ussd-engine

Session engine for interaction with end users via a USSD provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error recovery - would be nice to allow the user to "try again" on crashes if possible

leninpaulino opened this issue · comments

Error recovery - would be nice to allow the user to "try again" on crashes if possible.

By "trying again" we mean the user dialing the same USSD code again and being offered to re-take their session where it was left.

On the server side, we would do this by matching the phone number with any unfinished sessions in storage.

Aha! Link: https://ushahiditeam.aha.io/features/PROD-36

This should be relatively straightforward, as botman is supposed to have good support. Just need to do a bit of research on it.