o.k. after my dopey question the other day [1] on how to get a proper
virtual smsc connection to a merlin g100 modem, i have a new problem. i
can't seem to configure kannel to receive messages. using the
configuration [2] i specified in the previous email i can send messages
via the http interface. i can send and receive messages and execute a
shell script with the fakesmsc command ( by adding an 'exec' parameter
to the "nop" sms-service ), but i can't get kannel to retrieve the
messages and execute the the command on all messages sent to the virtual
smsc. in my ignorance, i would think that creating an a "default"
version of the 'fakemsg' sms-service should work [3], but based on a
recent email to the group [4], it would seem that i don't have a proper
AT+CNMI command?
am i on the right track or horribly misguided? can someone have mercy
on me and give me a hint as to the proper AT+CNMI command that would
allow kannel to retrieve messages from a merlin g100. or perhaps point
me in the right direction to a resource for that would help me divine
the correct command.
regards,
Eric
[1] http://www.kannel.org/mailman/private/users/2004-April/006686.html
[2]
group = smsc
smsc = at2
smsc-id = VSMSC
modemtype = novatel
device = /dev/com1
speed = 115200
group = modems
id = novatel
detect-string = "Novatel"
init-string = "AT+CNMI=1,0,0,0,0"
no-pin=true
[3]
group = sms-service
keyword = default
exec = "/usr/local/bin/mymagicscript.sh
[4] http://www.kannel.org/mailman/private/users/2004-April/006673.html