Keywords: Mode: All keywords (AND) |
Mon Mar 02, 2015 14:45
|
littlej: Operating system name and version : Debian 6.0
Version of smsd: smstools3-3.1.15
Smsd installed from: sources
Name and model of a modem / phone: zte mf110
Interface: USB
Hi, first of all please excuse my poor english.
For a few days i have some problems sending sms with a default install of sm3 and sendsms script.
This is my config wich worked for some time, but now i have a problem it sends the sms, no error in logs but no sms incomes on my phone.
[GSM1]
init = AT+CPMS="ME"
device = /dev/ttyUSB3
incoming = yes
mode = new
smsc = 40770000050
baudrate = 115200
check_memory_method = 1
memory_start = 0
So i asked my provider and they told me to send the sms with country code (international) wich is ok, if i send sms with 4077********* the sms arrives.
Is there anyway i could force sms3 to send sms international formated ?
I tried to set international_prefixes = 40 but still no luck.
Please assist. Thanks.
|
Tue Jan 24, 2012 14:38
|
littlej: problem solved, had to include national_prefixes = 0 , now its working ok.
|
Mon Jan 23, 2012 13:23
|
littlej: the difference between PDU's :
07910477000050F001000A817007500840000007F4F29C9E769F01 (this is the one working)
0011000A9170075008400000FF07F4F29C9E769F01 ( this is not working )
the difference beetween the PDS'u are the first one contains SMSC and te second one does not.
even if i do : AT+CSCA="+40770000050" it's still not working :(
plz help me. thanks
|
Mon Jan 23, 2012 12:53
|
littlej: Operating system name and version: Debian 6.0.3
Version of smsd: 3.1.14
Smsd installed from: sources
Name and model of a modem / phone: ZTE MF627
Interface: USB
Hy, i have a problem with this setup, please excuse my poor english
All is working, no errors in logs, it apears that mesage is send but i do not recieve any.
my smsd.conf its like this
[GSM1]
#init = AT+CPMS="ME"
device = /dev/ttyUSB1
incoming = no
#baudrate = 115200
#smsc = +40770000050
#verify_pdu = yes
even with all uncomentend i still have same problem, it sends but i do not recieve any.
logs look like this
GSM1: Checking if Modem is registered to the network
GSM1: -> AT+CREG?
GSM1: Command is sent, waiting for the answer
GSM1: <- +CREG: 2,1, 2BE, 2BE2E37 OK
GSM1: Modem is registered to the network
GSM1: Selecting PDU mode
GSM1: -> AT+CMGF=0
GSM1: Command is sent, waiting for the answer
GSM1: <- OK
GSM1: -> AT+CMGS=20
GSM1: Command is sent, waiting for the answer
GSM1: <- >
GSM1: -> 0011000A9170075008400000FF07F4F29C9E769F01
GSM1: Command is sent, waiting for the answer
GSM1: <- +CMGS: 162 OK
The weired stuff is that if i send it via minicom with stuff from PDU Converter it works ok i recieve the SMS but same text from PDU converter its different from PDU created by smstools with same text and number. If i send the PDU created by smstools via minicom it says ok but i still dont recieve any sms.
Do you guys have any idea what should i do?
Thanks.
|