screamy: Operating system name and version: Linux ubuntu01 2.6.35-27-generic-pae #48-Ubuntu SMP Tue Feb 22 21:46:58 UTC 2011 i686 GNU/Linux
Version of smsd: 3.1.14
Smsd installed from: package repository
Name and model of a modem / phone: Huawei E270
Interface: USB
Hello there!
First of all, I have a setup with smsd and playsms as GUI. Sending and Receiving is working perfect. But everytime when I send a SMS out my provider sends me a Receive Status (in German it's labeled with Empfangsbestätigung). I don't need this Report SMS because it only coasts money and don't have any effect or usefull function for me.
I hope you can help me with deactivating this not very usefull "feature".. btw. here is the Log from my modem sending out a sms
2011-03-02 21:01:39,2, smsd: Smsd v3.1.14 started.
2011-03-02 21:01:39,2, smsd: Running as root:root.
2011-03-02 21:01:39,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2011-03-02 21:01:39,5, smsd: Outgoing file checker has started. PID: 14585.
2011-03-02 21:01:39,5, GSM1: Modem handler 0 has started. PID: 14587.
2011-03-02 21:01:39,5, GSM1: Using check_memory_method 3: CMGL is used.
2011-03-02 21:01:44,5, GSM1: CGSN: 354652012425815
2011-03-02 21:01:44,5, GSM1: IMSI: 232116824270817
2011-03-02 21:01:45,7, GSM1: ## Start of device details
2011-03-02 21:01:45,7, GSM1: # Manufacturer identification:
2011-03-02 21:01:45,7, GSM1: -> AT+CGMI
2011-03-02 21:01:45,7, GSM1: <- huawei
OK
2011-03-02 21:01:45,7, GSM1: # Model identification:
2011-03-02 21:01:45,7, GSM1: -> AT+CGMM
2011-03-02 21:01:45,7, GSM1: <- E270
OK
2011-03-02 21:01:45,7, GSM1: # Revision identification:
2011-03-02 21:01:46,7, GSM1: -> AT+CGMR
2011-03-02 21:01:46,7, GSM1: <- 11.304.18.00.47
OK
2011-03-02 21:01:46,7, GSM1: # New message indications, list of supported modes:
2011-03-02 21:01:46,7, GSM1: -> AT+CNMI=?
2011-03-02 21:01:46,7, GSM1: <- +CNMI: (0,1,2),(0,1,2,3),(0,2),(0,2),(0,1)
OK
2011-03-02 21:01:46,7, GSM1: # New message indications, current settings:
2011-03-02 21:01:47,7, GSM1: -> AT+CNMI?
2011-03-02 21:01:47,7, GSM1: <- +CNMI: 0,0,0,0,0
OK
2011-03-02 21:01:47,7, GSM1: # Preferred message storage, list of supported mem's:
2011-03-02 21:01:47,7, GSM1: -> AT+CPMS=?
2011-03-02 21:01:47,7, GSM1: <- +CPMS: ("ME","MT","SM","SR"),("ME","MT","SM","SR"),("ME","MT","SM","SR")
OK
2011-03-02 21:01:47,7, GSM1: # Phonebook storage, available mem's:
2011-03-02 21:01:48,7, GSM1: -> AT+CPBS=?
2011-03-02 21:01:48,7, GSM1: <- +CPBS: ("SM","DC","FD","LD","MC","ME","RC","EN","ON")
OK
2011-03-02 21:01:48,7, GSM1: # List messages, list of supported stat's:
2011-03-02 21:01:48,7, GSM1: -> AT+CMGL=?
2011-03-02 21:01:48,7, GSM1: <- +CMGL: (0-4)
OK
2011-03-02 21:01:48,7, GSM1: # Delete message, list of supported values:
2011-03-02 21:01:49,7, GSM1: -> AT+CMGD=?
2011-03-02 21:01:49,7, GSM1: <- +CMGD: (),(0-4)
OK
2011-03-02 21:01:49,7, GSM1: # Phone activity status, list of supported stat's:
2011-03-02 21:01:49,7, GSM1: -> AT+CPAS=?
2011-03-02 21:01:49,7, GSM1: <- +CPAS: (0,3,4)
OK
2011-03-02 21:01:49,7, GSM1: # TE character set, list of supported charset's:
2011-03-02 21:01:49,7, GSM1: -> AT+CSCS=?
2011-03-02 21:01:50,7, GSM1: <- +CSCS: ("IRA","GSM","UCS2")
OK
2011-03-02 21:01:50,7, GSM1: # TE character set, current setting:
2011-03-02 21:01:50,7, GSM1: -> AT+CSCS?
2011-03-02 21:01:50,7, GSM1: <- +CSCS: "IRA"
OK
2011-03-02 21:01:50,7, GSM1: ## End of device details
2011-03-02 21:05:21,5, smsd: Moved file /var/spool/sms/outgoing/out.0.1.1001 to /var/spool/sms/checked
2011-03-02 21:05:34,5, GSM1: SMS sent, Message_id: 81, To: 436*********, sending time 7 sec.
and here is my smsd.conf
# Global configuration
devices = GSM1
loglevel = 5
logfile = /var/log/sms/smstools.log
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
failed = /var/spool/sms/failed
incoming = /var/spool/sms/incoming
sent = /var/spool/sms/sent
delaytime = 6
errorsleeptime = 10
blocktime = 180
autosplit = 3
receive_before_send = yes
store_received_pdu = 3
# Modem configuration
# Huawei E270 USB
[GSM1]
init = AT+CPMS="ME","ME","ME"
device = /dev/ttyUSB0
incoming = yes
baudrate = 115200
memory_start = 0
# Deutsche Umlaute
cs_convert = yes
smsc = 436640501
pin = 3490
check_memory_method = 3
report_device_details = yes
report = no
Thanks and best Regards
Chris
|