Operating system name and version: windows xp
Version of smsd: 3.1.14
Smsd installed from: sources :http://smstools3.kekekasvi.com
Name and model of a modem / phone: HUAWEI E353
Interface: USB mapped as com 15

The event handler is not able to execute the linked file.
gives the following error: Fatal error: execv( /bin/sh ) returned: 13, Permission denied





The Config file is :

# Example smsd.conf. Read the manual for a description

devices = GSM3
executable_check = no
logfile = /var/log/smsd.log
loglevel = 10
sent = /var/spool/sms/sent
failed = /var/spool/sms/failed
report = /var/spool/sms/report
stats = /var/spool/sms/stats
suspend = /var/spool/sms/suspend.txt
eventhandler = /usr/local/bin/sql.sh

[GSM3]
#device = /dev/ttyUSB1
device = /dev/com15
#init2 = AT^CURC=0
init = AT+CNMI=2,1,2,2,0
incoming = yes
report_device_details = yes
report = yes
pin = 0000
baudrate = 115200
memory_start = 0
check_memory_method = 2
#smsc = +919417099997
 
'smsdconf' Syntax Highlight powered by GeSHi


And the event handler has to run the following file



« Last edit by gsethi on Mon Feb 06, 2012 18:32, 148 months ago. »