
config smsd 'smsd'
        list devices 'huawei'
        option logfile '/var/log/smsd.log'
        option loglevel '5'
        option alarmhandler '/usr/bin/alarmevent'

config device 'huawei'
        option device '/dev/ttyUSB2'
        option incoming 'yes'
        option init 'AT^CURC=0'
        option eventhandler '/usr/bin/smsevent'
        option phonecalls 'yes'
        option keep_open 'no'

