Operating system name and version: debian squeeze
Version of smsd: v.3.1.11
Smsd installed from: package repository
Name and model of a modem / phone: Huawei 1750, T-Mobile web'n walk Fusion II
Interface: USB

Hi,

i got the usb-modem to work. The switching is gone, but sending sms isn't working right now. If i sent a message, i got it on the phone, but smstools didn't get the correct answer from the modem.



here ist my smsd.conf
devices = GSM1
outgoing = /var/spool/sms/outgoing
checked = /var/spool/sms/checked
incoming = /var/spool/sms/incoming
logfile = /var/log/smstools/smsd.log
infofile = /var/run/smstools/smsd.working
pidfile = /var/run/smstools/smsd.pid
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
stats = /var/log/smstools/smsd_stats
loglevel = 7
#delaytime = 10
#errorsleeptime = 10
#blocktime = 3600
#stats = /var/log/smsd_stats
#stats_interval = 3600
#stats_no_zeroes = no
#checkhandler = /usr/local/bin/smscheck
receive_before_send = no
# autosplit 0=no 1=yes 2=with text numbers 3=concatenated
autosplit = 3
# store_received_pdu 0=no, 1=unsupported, 2=unsupported and 8bit, 3=all
#store_received_pdu = 1
#validity = 255
#decode_unicode_text = no
#internal_combine = no
# You can specify here an external program that is started whenever an alarm occurs.
# alarmhandler = /path/to/an/alarmhandler/script
# Specifies what levels start an alarmhandler. You can use value between 2 and 5.
# alarmlevel = 4
# eventhandler = @EVENTHANDLER@
#blacklist = /etc/smstools/blacklist
#whitelist = /etc/smstools/whitelist

[GSM1]
init = AT^CURC=0
device = /dev/ttyUSB0
cs_convert = yes
baudrate = 19200
communication_delay = 5
detect_unexpected_input = yes
 
 
'smsdconf' Syntax Highlight powered by GeSHi


I think that the init-strings not correct. I tested it with gammu and it says, that it is waiting for response from network.

How to configurer the modem right?