On Thu, 7 Aug 2003, Benjamin Lee wrote: > In both cases, it looks as if you have not URL encoded your 'text' values. > > As Shridhar Raju wrote recently, you need something like: > > (Ringtone) > http://198.198.1.150:13013/cgi-bin/sendsms?username=tester&password=foobar&t > o=91234567&udh=%06%05%04%15%81%15%81&text=%02%4A%3A%51%D1%95%CD%D0%04%00%1B% > 20%55%05%90%61%05%60%55%85%50%54%85%40%82%08%49%90%00%00 > > And yes, you need the UDH.
You might want to import from nmgw two 'new' sendsms interface variables: 'hexudh' and 'hexdata' For these, you simply give the data as 'hexcoded', ie. ..sendsms?user=foo&pass=bar&to=040500&hexudh=06050415821582&hexdata=42F41900480E010020CF... makes much more prettier urls ;] (and easier to edit) Ok, no need t oimport anything, they are quite easily re-coded, too. (and no, sorry, I do not have time to do that) -- &kalle marjola
