Hello,
I ‘m using Send API to send sms. If i sent sms to not correct number (for example 0000037529000000000) time for process such sms can be 10 mins
Dec 29 11:48:10 boa[4920]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 313 Status: 2
….. 10mins …..
ec 29 11:59:24 boa[4920]: httplivelog: MultiModem iSMS To HTTP API
HTTP/1.0 200 OK
ID: 313 Status: 4
[Fri Dec 29 11:48:05 2017] : [MSG ID] : 313 [STATUS] : In Progress
[Fri Dec 29 11:50:26 2017] : [MSG ID] : 314 [STATUS] : Request Received
>>> AT Logs :
Dec 29 11:51:58 modem: livelog: [SEND] : AT+CMGS=7897987900375298788622
Dec 29 11:52:00 modem: livelog: [RECV] :
>
+CMS ERROR: 305
Dec 29 11:52:00 modem: livelog: [SEND] : sms text
Dec 29 11:53:01 modem: livelog: [SEND] : AT+CFUN=0
Dec 29 11:53:02 modem: livelog: [SEND] : AT+CFUN=0
Dec 29 11:53:03 modem: livelog: [RECV] :
+CME ERROR: 515
>>> AT Logs :
It seems like gsm provider tries to find out recipient.
Is it possible to change this delay on modem side?
Cause if i send 2 sms (on not corrrect and one correct) – the second sms will be delivered in +10mins.