Search Results for 'SMS API'
-
Search Results
-
Topic: info about queues
Hi, I am considering to use the iSMS server for our monitoring solution (soon PRTG from Paessler). I was looking for more information abou the queue management but have only found the info about API to query. Looking mainly for details about how large the queue is, info about how the priorities work.
Any help appreciated.
Topic: Batch file to send SMS
Wondering if some one has done this.
I have a product that monitors and when something goes wrong it runs a java script that returns two variables
Phone number (smsReceiver) and a message (smsBody).
I need to get these SMS’ed.
What I can work out, is program does the folowing.
//variables defined here
var smsReceiver = [MobileNumber];
var smsBody = “”The Service ” + [Title] + ” is ” + [ServiceQualityLabel] + “. Time of event: ” + [ServerTime] + “.””;
//external batch file defined here
//this batch script should have two parameters: a telephone number and a message body
var batFile = “C:NotificationScript.bat”
//execution of external bat file
Packages.java.lang.Runtime.getRuntime().exec(batFile + ” ” + smsReceiver + ” ” + smsBody);
What I don’t have is that bat file (NotificationScript.bat) that takes those parameters and sends it to the iSMS.
I know I can use the http send API, I am just not a scripting person to write that code or don’t even know if I need aditional software like wget or curl (couldn’t get them to work anyway).
Then it got me thinking..
can it be sent directly by scripting something different then calling a bat file, like using java directly, internet search led me to this
response.sendRedirect(“http://192.168.2.1:81/sendmsg?user=admin&passwd=admin&cat=1&to=” + smsReceiver + “&text=” + smsBody)
I just don’t know what the “Packages.java.lang.Runtime.getRuntime().exec” or “response.sendRedirect” mean (again not a scripting person.
Anyone?
Hi,
We are about to buy the SF100 iSMS device, and were wondering how it was handling simultaneous requests to send SMS from 2 application on 2 differents PCs on the LAN.
How does it handle simultanenous request
– with HTTP API
– with TCP API
Is there a queuing system which guarantees that every single SMS send request will be processed individually one by one or are SMS Send request rejected if another one is in progress and so the client applications need to handle its own ‘retries’ ?
If there is a queues, does it have a maximum size ?
Also, what are the main advantages/disadvantages between HTTP API and TCP API ?
Regards,
Christophe.
Hi
I have make some code to the iSMS 100, and want to send SMS with Extended ASCII, because i need special charater (ø).
If i send normal it’s ok:
http://172.16.1.58:89/sendmsg?user=admin&passwd=admin&cat=1&enc=0&to=”xxxxxxxx”&text=test
But when i change “enc=1” no SMS is send.
Any idee
/Brian
Hi,
I’m facing problem to receive unread Messages through API, I have sent 2 messages from my cell and received that message through API after 20 minutes, then send more 2 messages from my cell and received these that messages after 30 minutes I thought might be server is responding slow but now I’m unable to receive more messages either I have sent few more messages from my cell for testing purpose .
Here is my code could you help me out… What s wrong in my code or command
URLAddress = “http://192.168.71.39:81/recvmsg?user=admin&passwd=admin”
oHTTP = CREATEOBJECT(‘MSXML2.ServerXMLHTTP’)
oHTTP.Open(“GET”, URLAddress, .f.)
oHTTP.send
IF oHttp.status = 200
CheckMSG = oHTTP.Responsexml.SelectSingleNode(“//Unread_Available”).text
IF VAL(CheckMSG) =<0
MESSAGEBOX(“No New Messages are available .”,0,”System Message”)
RETURN .f.
ELSE
cXML = oHttp.responseXML.xml
STRTOFILE(cXML,”SMSRec.xml”)
XMLTOCURSOR(“SMSRec.xml”,”SMSRec”,512)
ENDIF
ELSE
MESSAGEBOX (” SMS Server is Not Responding.”,0,”System Message”)
ENDIF
Thanks & Regards
Hello:
The most recent iSMS API documentation says that the XMLDATA sent in non-polling mode when a message is received has a “Response” tag as its root element. Like this:
<Response>
<MessageNofitication>blah…</MessageNotification>
</Response>
I don’t get a <Response> element as my root element – I just get the <MessageNotification> as the root element.
Is this something that changed with a newer version? I’m using v1.31.
Thank you,
K
Topic: Now Plz See my Logs
HI,
See my logs and guide me if any thing wrong it
Thanks
SMS Statistics *-**-*-*-*-*-*-*-**-*-**-**-*
SIM Status Disabled – No SIM
Signal Strength 26
Messages in Inbox 0
Messages Sent 0
Rate of Sent Messages 0
Rate of Received Messages 0
Triggers Statistics
Broadcast Triggers Configured 0
Broadcast Triggers Received 0
Action Triggers Received 0
Job Statistics
Entries in Outbox 1
Low Priority Jobs Queued 0
Normal Priority Jobs Queued 6
High Priority Jobs Queued 0
Jobs Distributed 0
Jobs Dispatched 0
Send API Status Log-=-=-=-=-=-=-=-
[Fri Aug 5 11:50:14 2011] : [MSG ID] : 1 [STATUS] : Request Received
[Fri Aug 5 12:15:39 2011] : [MSG ID] : 2 [STATUS] : Request Received
[Fri Aug 5 12:17:31 2011] : [MSG ID] : 3 [STATUS] : Request Received
[Fri Aug 5 12:18:20 2011] : [MSG ID] : 4 [STATUS] : Request Received
[Fri Aug 5 12:24:48 2011] : [MSG ID] : 5 [STATUS] : Request Received
[Fri Aug 5 12:27:19 2011] : [MSG ID] : 6 [STATUS] : Request Received
*-===============*==
Aug 5 09:38:08 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&priority=17130000000&to=&text=HiKamran HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:38:08 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:41:04 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&priority=17130000000&to=&text=HiKamran HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:41:04 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:42:16 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&priority=1&17130000000&to=&text=HiKamran HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:42:16 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:43:14 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&priority=1&to=17130000000&text=HiKamran HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:43:14 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:44:01 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&priority=1&to=’17130000000’&text=HiKamran HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:44:01 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:44:27 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&priority=1&to=”17130000000″&text=HiKamran HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:44:27 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:44:41 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&priority=1&to=”17130000000″&text=”HiKamran” HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:44:41 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:55:11 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
POST /sendmsg?user=admin&password=admin&cat=1&priority=1&to=”17130000000″&text=”HiKamran” HTTP/1.1
Connection: Keep-Alive
Content-Type: text/plain; Charset=UTF-8
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Content-Length: 107
Host: 192.168.70.29:81
http://192.168.70.29:81/sendmsg?user=admin&password=admin&cat=1&priority=1&to=”17130000000″&text=”HiKamran”GET /sendmsg?user=admin&password=admin&cat=1&priority=1&to=”17130000000″&text=”HiKamran” HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:55:11 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:58:18 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=”7130000000″&text=”HiKamran” HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:58:18 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:58:37 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin2&cat=1&to=”7130000000″&text=”HiKamran” HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:58:37 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 09:59:21 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=7130000000&text=HiKamran HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)
Host: 192.168.70.29:81
Aug 5 09:59:21 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 10:00:46 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=7130000000&text=HiKamran HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 10:00:46 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 10:01:20 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=”7130000000″&text=HiKamran HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 10:01:20 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 10:01:31 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=”7130000000″&text=”HiKamran” HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 10:01:31 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 10:05:24 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=%2271300000005%22&text=Hi20%Kamran HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 10:05:24 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 10:06:39 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=%2271300000005%22&text=Hi%20Kamran HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 10:06:39 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 10:11:25 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=%2271300000005%22&text=%22Hi%20Kamran%22 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 10:11:25 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 10:28:37 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /querymsg?user=admin&password=admin&apimsgid=id HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 10:28:37 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 11:26:15 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /querymsg?user=admin&password=admin&apimsgid=602 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 11:26:15 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 11:28:42 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /querymsg?user=admin&password=admin&apimsgid=%22mResult%22 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 11:28:42 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 11:34:00 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /querymsg?user=admin&password=admin&apimsgid=mResult HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 11:34:00 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 11:45:31 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=%2271300000005%22&text=Hi%20MKS HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 11:45:31 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 11:45:41 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&password=admin&cat=1&to=%227130000000%22&text=Hi%20MKS HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 11:45:41 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 11:50:14 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&to=%227130000000%22&text=Hi%20MKS HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 11:50:14 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 1
Aug 5 12:15:39 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&to=%227130000000%22&text=%22Hi%20MKS%22 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 12:15:39 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 2
Aug 5 12:17:31 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&to=%227130000000%22&text=Hi HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 12:17:31 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 3
Aug 5 12:18:20 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&to=%227130000000%22&text=Hi%20mks HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 12:18:20 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 4
Aug 5 12:24:48 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&to=%227130000000%22&text=HI%20MKS HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 12:24:48 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 5
Aug 5 12:27:19 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /sendmsg?user=admin&passwd=admin&cat=1&to=%227130000000%22&text=Hellow HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 12:27:19 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 6
Aug 5 12:29:55 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /querymsg?user=admin&password=admin&apimsgid=1 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 12:29:55 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Aug 5 12:30:45 boa[5634]: httplivelog: HTTP API To MultiModem iSMS
GET /querymsg?user=admin&password=admin&apimsgid=%221%22 HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; iOpus-Web-Automation; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C)
Host: 192.168.70.29:81
Connection: Keep-Alive
Aug 5 12:30:45 boa[5634]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
Err: 602
Hi,
I have sent sms through HTTP Send API Request and got ID : 1 , how to resolve that problem because sms is not sending
Here is my code :
URLAddress = “http://192.168.70.29:81/sendmsg?user=admin&passwd=admin&cat=1&to=%227134400105%22&text=Hi%20MKS”
oHTTP = CreateObject(“MSXML2.XMLHTTP”)
oHTTP.Open(“GET”, URLAddress, .f.)
oHTTP.send
mResult = oHTTP.ResponseText
Please Guide me what s wrong with my code or something missing on it ?
thanks
MKS
Hello, I’m trying to use de recvmsg command but it’s not working (I’ve got the MultiModem iSMS SF100-G), it shows the following page:
http://www.freeimagehosting.net/uploads/8317178789.png
The Receive API is configured this way:
http://www.freeimagehosting.net/uploads/40a10efa1c.png
And the Send API is configured this way:
http://www.freeimagehosting.net/uploads/5130e7d7a5.png
I’m trying to use it this way:
http://201.122.162.20:80/recvmsg?user=admin&passwd=Secret
Does anyone knows what I’m doing wrong?
Thanks for your help
PS I put this post on an incorrect forum earlier, sorry for that.
How would you convert these Java apps in to CDP compiled apps?
ftp://ftp.matrixelectronica.eu/MTX-Terminals/Java%20examples/
examples are for:- send a SMS when GPIO changes, PPP conection with Java APIs, GPS location procedures
They are currently for Cinterion modules.
Topic: Non Polling API net failure
How does the iSMS deal with a recipient net server failure used for the NON-Polling API solution?
Is the SMS stored and re-queued?
In event of the recipient server being unavailable before the iSMS reaches memory capacity will the iSMS stop receiving untill it can deliver the SMS?
Topic: SMS API and PHP
Does anyone have example code using PHP to send a txt message to the SMS server ?
We are getting the following response :
<HTML><HEAD><TITLE>501 Not Implemented</TITLE></HEAD>
<BODY><H1>501 Not Implemented</H1>
POST to non-script is not supported in Boa.
</BODY></HTML>
I have the following settings and I can’t get the iSms to send out the receive Sms. Is there another setting I’m missing? I did save and restart the iSms.
Non Polling Receive API Status = checked
Protocol = HTTP
Server = 192.168.1.3
Port = 80
iSms IP = 192.168.1.20
Server Default Page = Default.aspx
Post Interval = 0
I tried both with Server Authentication and without. My test server doesn’t require Authentication on that website