hi David, the URL should be: *localhost:[port]/dhis/sms/smsinput.action?sender=[sender]&received_time=[date time]&message=[content]* here is explanation for those parameters: [port]: for example: 8080 [sender]: phone number of the sender, it should has the area code, for example +84 from Viet Nam [date time]: for example: 2012-04-30+10%3A00, this means 2012-04-30 10:00 [content]: the content of your SMS
and here is a completed URL if you're using a local host: * http://localhost:8080/dhis/sms/smsinput.action?sender=+849000111222&received_time=2012-04-30+10%3A00&message=hello+DHIS * * * Best, On Thu, Aug 1, 2013 at 4:04 PM, David Muturi <[email protected]> wrote: > Hi All, > > I am trying to configure a gateway to receive messages and forward them to > DHIS. So far the SMS gets to the gateway but cant be sent to DHIS because > I have not configured the URL to receive the messages. I have looked for > the info on the manual and cant seem to trace the URL to recieve, the dhis2 > is running on localhost. > > thanks > David > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > > -- Lai Dhis Mobile +84944485878
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

