Kamran Rana
Forum Replies Created
-
AuthorPosts
-
Kamran RanaParticipant
Hi
Thanks Bryon for info. Still needs some clarification.
I just need to know;
Is this folder on the computer where the modem is ?
or is it in the modem memory chip/storage ?
I have a sf100.
Thanks
Kamran
Kamran RanaParticipantHi 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
Kamran RanaParticipantHi
I need to read/interrogate the “inbox” data in the isms modem.
1. what is the file called?
2. where is it located?
3. how best to access/read the contents?
I intend to use a windows application program to do this.
best regards
kamran
Kamran RanaParticipantHi 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
Kamran RanaParticipantHi
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
Kamran RanaParticipantHi
I can’t send messages out from isms modem.
I get Err: 607
What is this and how to resolve?
Below is send HTTP Live Log Trace(ignore date stamp):
Jan 1 00:16:21 boa[285]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&enc=0&priority=1&modem=0&to=7516160222&text=Hello HTTP/1.1
Host: 192.168.2.1:81
User-Agent: /n software IPWorks HTTP/S Component – http://www.nsoftware.com
Connection: close
Jan 1 00:16:21 boa[285]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 607
Thanks
Kamran
-
AuthorPosts