
Originally Posted by
andrewhk
I need to send wap push to mobile with link to download a ringtone for example.
kannel gateway provides functionality for custom binary messages to be send.
the sample command
lynx -dump "http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&to=+1xxxxxxxxx&udh=[UDH]&text=[TEXT]"
where [UDH] & [TEXT] is binary urlencoded data
i've searched a lot, but found nothing full & working how to generate this binary udh and message. There is many threads describing udh format but no full examples of such sms.
i think it's very simple - but my messages are not delivered or contains buggy text
can anybody provide me example of push sms with alert text and link to download content, for dummies ?
ie alert message: "Download now" and link: "http://google.com/"