Hi Darrik
thanks your links help to solve my problem
I just added %20 to each word token where a space was needed before composing the sms message
best regards
kamran
Hi Darrik
urlstring:=’http://192.168.2.1:81/sendmsg?user=admin&passwd=admin&cat=1&enc=0&priority=2&to=’+mobilenumber+’&text=’+sms_text;
where mobilenumber:='”07516171888″‘;
data1:=fieldofchar1;
data2:=fieldofchar2;
where sms_text:=data1+data2;
from what i can work out when composing the full message it falls over when it comes across any spaces
if data1:= ‘abcde’ and data2:=’it a fine day’
where sms_text:=data1+data2 — falls over
where sms_text:=data1 works ok
thanks
kamran
Hi
sms shows in inbox(isms modem) but does not get sent to the mobile phone?
CODE string:
‘http://192.168.2.1:81/sendmsg?user=admin&passwd=admin&cat=1&to=”7516160222″&text=HELLO2’;
string sent using a get command
OUTPUT log:
Jan 1 19:12:57 boa[6823]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&to=”7516160222″&text=HELLO2 HTTP/1.1
Host: 192.168.2.1:81
User-Agent: /nsoftware IPWorks HTTP/S Component – http://www.nsoftware.com
Connection: close
Jan 1 19:12:57 boa[6823]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 2
why is message not getting to the phone?
have I missed something?
best regards
kamran