Re: [Dhis2-users] Generic SMS Gateway Functionality

2017-11-16 Thread Ocaya Stephen
Eric, I am happy that this has resolved your issues. Regards On Thu, Nov 16, 2017 at 5:24 PM, Eric Ejimba wrote: > Dear Stephen, > > It is working...Thanks for all the help. I have been able to do it on the > test server and will be cascading the same to production server. >

Re: [Dhis2-users] Generic SMS Gateway Functionality

2017-11-16 Thread Eric Ejimba
Dear Stephen, It is working...Thanks for all the help. I have been able to do it on the test server and will be cascading the same to production server. Please note that we are currently testing this feature with http://www.kannel.org/ SMS gateway with a USB modem. We will be moving to an SMS

Re: [Dhis2-users] Generic SMS Gateway Functionality

2017-11-16 Thread Ocaya Stephen
Additionally, you now do not need to paste the whole URL template as is. You will need to break down the parameters of the template. i.e. http://mycustomsmsgateway.url/send?message={message}; phoneNumber={phoneNumber} Message Parameter = message Recipient Parameter = phoneNumber URL Template =

Re: [Dhis2-users] Generic SMS Gateway Functionality

2017-11-16 Thread Ocaya Stephen
Dear Eric, There are two things to note. The SMS Gateway that you set in DHIS2 is for any outbound text messaging. The URL Template should be based on your SMS service provider's template. This will allow you to forward SMS messages from DHIS2 to the SMS service provider that will handle the

[Dhis2-users] Generic SMS Gateway Functionality

2017-11-16 Thread Eric Ejimba
Hi all, Got 2 questions: 1. I have been working on SMS reporting to DHIS2 through the generic HTTP gateway and I have hit a snag. I think I am doing something wrong. Been following the following guide: https://docs.dhis2.org/master/en/user/html/mobile_sms_service.html#gateway.configuration, with