Hopefully this will help someone out. If anyone has any experience with this gsm modem I'd really like to hear from you.(It's very similar to the tc35 just with gprs support.) Is anyone running it in a commercial environment and how many messages can it handle every 5 seconds + does it crash ?
group = modems
id = siemens_mc35
name = "Siemens MC35"
detect-string = "SIEMENS"
detect-string2 = "MC35"
#As part of the initialization use both sim card and gsm modem (equipment) memory
init-string = "AT+CNMI=1,2,0,0,1+CPMS=MT,MT,MT"
# max specified speed.
speed = 115200
# use both sim card and gsm modem (equipment) memory
message-storage = MT
enable-hwhs = "AT\\Q3"
need-sleep = true
keepalive-cmd = AT
The equipment memory is 25 slots. My sim card has 10 extra as well.
This modem is still not properly initialized after a reboot. One way of ensuring this is to
modify the kannel init script:-
case "$1" in
start)
#initialize is a copy of kannel.conf just with smsc = at rather than at2
$bearerbox /etc/kannel/initialize.conf
sleep 3
killproc $bearerbox
sleep 1
# Start daemons.
echo -n "Starting bearer service (gateway kannel): "
daemon "$START $bearerbox $CONF"
G.
---------------------------------------------------------
Giles Westwood | Web Developer
Tel: 0113 216 3983
Mob: 077646 111 48
Email: [EMAIL PROTECTED]
---------------------------------------------------------
