mesmo: Hello
Here is the output with "report_device_details = yes". All modem (working or not) has the same information.
2011-01-12 11:01:54,7, 603: ## Start of device details
2011-01-12 11:01:54,7, 603: # Manufacturer identification:
2011-01-12 11:01:54,7, 603: -> AT+CGMI
2011-01-12 11:01:55,7, 603: <- Telit
OK
2011-01-12 11:01:55,7, 603: # Model identification:
2011-01-12 11:01:55,7, 603: -> AT+CGMM
2011-01-12 11:01:55,7, 603: <- UC864-G
OK
2011-01-12 11:01:55,7, 603: # Revision identification:
2011-01-12 11:01:55,7, 603: -> AT+CGMR
2011-01-12 11:01:56,7, 603: <- 08.02.014
OK
2011-01-12 11:01:56,7, 603: # New message indications, list of supported modes:
2011-01-12 11:01:56,7, 603: -> AT+CNMI=?
2011-01-12 11:01:56,7, 603: <- +CNMI: (0-3),(0-3),(0,2),(0-2),(0,1)
OK
2011-01-12 11:01:56,7, 603: # New message indications, current settings:
2011-01-12 11:01:56,7, 603: -> AT+CNMI?
2011-01-12 11:01:57,7, 603: <- +CNMI: 1,2,0,1,0
OK
2011-01-12 11:01:57,7, 603: # Preferred message storage, list of supported mem's:
2011-01-12 11:01:57,7, 603: -> AT+CPMS=?
2011-01-12 11:01:57,7, 603: <- +CPMS: ("ME","SM","SR"),("SM","ME"),("SM","ME")
OK
2011-01-12 11:01:57,7, 603: # Phonebook storage, available mem's:
2011-01-12 11:01:57,7, 603: -> AT+CPBS=?
2011-01-12 11:01:58,7, 603: <- +CPBS: ("SM","FD","MC","RC","DC","ME","EN","ON","MB")
OK
2011-01-12 11:01:58,7, 603: # List messages, list of supported stat's:
2011-01-12 11:01:58,7, 603: -> AT+CMGL=?
2011-01-12 11:01:58,7, 603: <- +CMGL: (0-4)
OK
2011-01-12 11:01:58,7, 603: # Delete message, list of supported values:
2011-01-12 11:01:58,7, 603: -> AT+CMGD=?
2011-01-12 11:01:59,7, 603: <- +CMGD: (),(0-4)
OK
2011-01-12 11:01:59,7, 603: # Phone activity status, list of supported stat's:
2011-01-12 11:01:59,7, 603: -> AT+CPAS=?
2011-01-12 11:01:59,7, 603: <- +CPAS: (0-4)
OK
2011-01-12 11:01:59,7, 603: # TE character set, list of supported charset's:
2011-01-12 11:01:59,7, 603: -> AT+CSCS=?
2011-01-12 11:02:00,7, 603: <- +CSCS: ("GSM","IRA","8859-1","PCCP437","UCS2")
OK
2011-01-12 11:02:00,7, 603: # TE character set, current setting:
2011-01-12 11:02:00,7, 603: -> AT+CSCS?
2011-01-12 11:02:00,7, 603: <- +CSCS: "IRA"
OK
2011-01-12 11:02:00,7, 603: ## End of device details
The modem, that are working, are used on 1 server with smsd 3.1.11. The other modem work with smsd 3.1.12 or 3.1.14. On one server i had made a downgrade to 3.1.11 and a reset of the modem with AT command "AT&F1". After power off and on of the modem it has received Delivery Reports:
2011-01-12 15:56:53,3, 603: Routed status report detected:
+CDS: 26
0791947107160000062B0D91947176086088F4111021517505401110215175254000
2011-01-12 15:56:53,3, 603: Saved routed status report for later handling. However, you MUST DISABLE status report routing with modem settings.
2011-01-12 15:56:54,5, 603: SMS received (report, Message_id: 43, Status: 0), From: 4917667111584
On my first test it works a few days. Do you know about problems with delivery reports on modules with Telit chipset?
thx for your help
|
mesmo: Operating system name and version: Linux (Ubuntu 10.10)
Version of smsd: tested with 3.1.14 and 3.1.12
Smsd installed from: sources
Name and model of a modem: Samba 3G
Interface: USB
Hello everybody
We have some Samba 3G and use it to send SMS. Without any init command the modem can send and receive standard SMS only. If i send a SMS with report = yes, no Delivery Status will be receive.
the configuration file:
[1]
device = /dev/ttyUSB_1-2.3
incoming = high
pin = 0000
queues = modem1
cs_convert = 1
baudrate=115200
If i use some init commands, i can receive "some" Delivery Reports:
init=AT+CPMS="ME","ME","ME";+CSMS=1
init2=AT+CNMI=1,2,0,1
device = /dev/ttyUSB_1-2.3
incoming = high
pin = 0000
queues = modem1
cs_convert = 1
baudrate=115200
And now the problem:
Some Samba 3G works fine and get all Delivery Reports, but for the most modem i can find in the log file "The modem answer was not OK: +CMS ERROR: 322 (Memory full)". All Samba 3G use the same init commands.
How can i receive Delivery Reports reliably?
Thx for your help
|