Search Results for 'SMS API'
-
Search Results
-
Topic: error send SMS with TCP API
can you help me please, j’essaye d’envoyer un sms avec une socket tcp avec le code java mais j’ai toujours un retour err: 609. voici le message que j’envoie:
I try to send a sms with tcp socket with the java code but I still have a return err: 609.
here is the message I send:
/%20sendmsg?user=admin&passwd=mdp&cat=1&enc=1&priority=3&modem=0&to=%22xxxxxxxx%22&text=Hellow.with xxxxxxxx is msisdn number.
thank you.
Hi all,
I have an issue if I use the HTTP API to send a message. The ‘+’ character of the phone number is lost.
FW: 1.51.28
International numbers are allowed.Example API:
http://192.168.2.1:81/sendmsg?user=admin&passwd=admin&cat=1&to=”+49175xxxxxxx”&text=”Test-Text”The message will not be send. In the logs I find the following:
SMS Failure Logs
Dec 11 16:05:08 modem: faillog: [FAILED TO] : 49175xxxxxxx : [MSG] : “Test-Text”SMS Live Log
Dec 11 16:01:34 modem: livelog: [SEND] : AT+CMGS=49175xxxxxxx
Dec 11 16:01:35 modem: livelog: [RECV] :
>
Dec 11 16:01:35 modem: livelog: [SEND] : “Test-Text”
Dec 11 16:02:35 modem: livelog: [SEND] : AT+CMGS=49175xxxxxxx
Dec 11 16:02:36 modem: livelog: [RECV] :
>
Dec 11 16:02:36 modem: livelog: [SEND] : “Test-Text”
Dec 11 16:03:36 modem: livelog: [SEND] : AT+CMGS=49175xxxxxxx
Dec 11 16:03:37 modem: livelog: [RECV] :
>
Dec 11 16:03:37 modem: livelog: [SEND] : “Test-Text”
Dec 11 16:04:37 modem: livelog: [SEND] : AT+CMGS=49175xxxxxxx
Dec 11 16:04:38 modem: livelog: [RECV] :
>
Dec 11 16:04:38 modem: livelog: [SEND] : “Test-Text”
Dec 11 16:05:08 modem: livelog: [SEND] : AT+CFUN=0
Dec 11 16:05:09 modem: livelog: [SEND] : AT+CFUN=0
Dec 11 16:05:10 modem: livelog: [RECV] :
+CME ERROR: 515
OK
Dec 11 16:05:10 modem: livelog: [SEND] : Modem Reset successful
Dec 11 16:05:13 modem: livelog: [SEND] : ATE0
Dec 11 16:05:16 modem: livelog: [RECV] :
OKIf I send a message via the web interface the ‘+’ character is available and all looks OK:
SMS Live Log
Dec 11 16:06:08 modem: livelog: [SEND] : AT+CMGS=+49175xxxxxxx
Dec 11 16:06:09 modem: livelog: [RECV] :
>
Dec 11 16:06:09 modem: livelog: [SEND] : test
Dec 11 16:06:13 modem: livelog: [RECV] :
+CMGS: 106Do I have to change some settings?….
Thanks,
ArndHello Guys,
I am trying to send a message over the 160 SMS character threshold, and the GSM modem is receiving this as two separate messages. Is there anyway I can identify or concatenate the two received messages, so that I can combine the message at application level or they can be shown through the web-api as one message.
I have so far, upgraded the firmware to 1.51.28 and enabled PDU mode, but this does not seem to have made any difference. I would be grateful if you can give me some guidance on resolving this.
Thanks,
Ashley
Topic: Feature suggestions
It would be really really really cool to be able to pass back (send) an outgoing text message when the iSms posts a Non-Polling Receive to my application.
It would be really really cool if each modem had it’s own separate Sms API on the 400 and 800 units so I could post to different applications based on specific modem (phone number).
It would be really cool if the iSms supported Ssl so I could use over the internet without having to write my own “middleware” for security.