IFRCGo / cbs

Red Cross: Community-Based Surveillance
https://cbsrc.org/
Other
101 stars 110 forks source link

Error Messages for Volunteers via SMS #719

Open guddukaur opened 6 years ago

guddukaur commented 6 years ago

Hi there team,

Pilot Country has come back to us with an issue to be resolved. SMS messages which do not meet reporting format requirements are being sent to volunteers with no feedback. Can we please request than an Error Message be sent to Volunteers from the Platform informing them that the format is incorrect and what the correct format is.

This could look like:

Thank you for reporting. The message format is incorrect. Please send in X#X#X format

Thanks,

Guddu

alexanderhoset commented 6 years ago

@woksin is the feedback message hard coded in the gateway for now?

woksin commented 6 years ago

@alexanderhoset Yes, as far as I know the SMSEagle has just been set up to respond with a generic response. There is nothing going on in the CBS system at the moment that generates a feedback for a datacollector by sms. This is certainlly something that we have in our todo list, but as it is now I don't know if we can communicate with the gateway so that we can send feedback. And I don't think that we have a working API for this yet. @eprom or @einari should know more about this.

alexanderhoset commented 6 years ago

if we solve #507 and #275 we have this feature and can close this

eprom commented 6 years ago

@alexanderhoset @woksin I am think we should implement this part on the gateway and handles incorrect formatted messages locally without sending it to the CBS server. SMS Eagle support Python or Shell script to handle this. As @woksin said, we have a generic auto reply message on the gateway at moment.