Operating system name and version: Ubuntu 14.04.1 LTS
Version of smsd: 3.1.15
Smsd installed from: sources
Name and model of a modem / phone: Huawei E173
Interface: USB

Hello, i wan't so check my balance on my prepaid card. For this I use the "regular_run_cmd" command to send the *100#-USSD Code. This work's fine but I never get an answer.

smsd.conf
# SMS-Config
devices = GSM1
loglevel = 7
logfile = /var/log/sms.log
report = /var/spool/sms/report
sent = /var/spool/sms/sent
failed = /var/spool/sms/failed
stats = /var/spool/sms/stats
delaytime = 10
blocktime = 60

[GSM1]
device = /dev/ttyUSB0
incoming = yes
outgoing = yes
status_include_counters = yes
status_signal_quality = yes
regular_run_interval = 1
pin = 1234
ussd_convert = 2
regular_run_cmd = AT+CUSD=1,"AA180C3602",15
regular_run_interval = 30
regular_run_logfile = /var/spool/sms/regrun.log
'smsdconf' Syntax Highlight powered by GeSHi


sms.log


regrun.log


Thanks for helping :)