Hello!

Has anyone managed to use a Nokia 6210 mobile phone with serial data cable as virtual SMSC for Kannel? I don't understand how it is supposed to work. Does Kannel include modem and cable drivers or do I need to use separate drivers, such as gnokii or gammu? I have tried the configuration below but it does not work. It does not give me any errors but it does not work either. When I try to send a WAP Push message the logs look the same independently wheter I have the phone connected or not. So I suppose that kannel can't find my phone at all.


modems.conf
---------------
....
....
group = modems
id = nokiaphone
name = "Nokia Phone"
detect-string = "Nokia Mobile Phone"
need-sleep = true
keepalive-cmd = "AT+CBC;+CSQ"
#enable-mms = true
----------------


kannel.conf
---------------
....
....
include = "/etc/kannelconf/modems.conf"

# SMSC GSM
group = smsc
smsc-id = nokia_smsc
smsc = "at"
modemtype = "auto"
device = /dev/ttyS1
#speed = 9600
#pin = 0000
#validityperiod = 167
#keepalive = 60
#sms-center = "+358409050048
....
....
-----------------

Reply via email to