ID : 1 sms not sending to cell

Home Forums iSMS ID : 1 sms not sending to cell

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2604
    mohammad Siddiqui
    Participant

    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

    #3292
    Bryan Tran
    Moderator

    Hi Mohammad,

    Can you web into the device and go to Statistic&Logs -> live log and see what error you have got ? May be it will give you a clues.

    Regards,

    BT

    #3293
    mohammad Siddiqui
    Participant

    ….Statistic&Logs

    SIM Status Disabled – No SIM

    Signal Strength 24

    Messages in Inbox 0

    Messages Sent 0

    Rate of Sent Messages 0

    Rate of Received Messages 0

    Please check this and reply me

    #3294
    Bryan Tran
    Moderator

    Hi Mohammad,

    1. Can you check your SIM and see if it is inserted in ?

    2. You can also telnet into the iSMS device on port 5000 and type in:

    AT+CPIN? <–Check to see if the SIM is inserted correctly. If it is then you should get a +CPIN:Ready.

    AT+CSQ <–Check the signal quality

    AT+CREG? <–Check to see if it is registering to home or roam.

    AT+CMGF=1 <–Turn on text mode.

    AT+CMGS=”your_cell_number”[enter]

    *After you hit Enter Key, you will get: ‘>’ prompt, then type in your sms message then to send it, you must do ctr+z.

    For example,

    >This is your message[ctr+z]

    3. If it is still not working for you, I suggest take out the SIM and put it in your cell phone and try it out and verify it if you can send the sms message with that SIM. Or you can try to plug in a different SIM to the iSMS device and see if it helps.

    Regards,

    BT

    #3295
    mohammad Siddiqui
    Participant

    Thanks its Working Now ..

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.