Thank you very much for your reply.
I still confuse how to setup the
group = modems
this is a part of my kannel.conf file that works fine
group = smsc
smsc = at
smsc-id = lusiano
modemtype = siemens_tc35
device = /dev/ttyS0
speed = 19200
validityperiod = 167
group = modems
id = siemens_tc35
name = "Siemens TC35"
detect-string = "SIEMENS"
detect-string2 = "TC35"
init-string = "AT+CNMI=1,2,0,1,1"
speed = 19200
enable-hwhs = "AT\\Q3"
need-sleep = true
how to setup the group = modems?
at above we can see lines with
detect string
init-string
enable-hwhs
how the person who make kannel know all this configuration, that this is the configuration needed to make the modem works fine.
if i have another modem that not listed at the modem.conf how can i make it work?
Thank you...
I really dont have any idea....
once again thank you.
I still confuse how to setup the
group = modems
this is a part of my kannel.conf file that works fine
group = smsc
smsc = at
smsc-id = lusiano
modemtype = siemens_tc35
device = /dev/ttyS0
speed = 19200
validityperiod = 167
group = modems
id = siemens_tc35
name = "Siemens TC35"
detect-string = "SIEMENS"
detect-string2 = "TC35"
init-string = "AT+CNMI=1,2,0,1,1"
speed = 19200
enable-hwhs = "AT\\Q3"
need-sleep = true
how to setup the group = modems?
at above we can see lines with
detect string
init-string
enable-hwhs
how the person who make kannel know all this configuration, that this is the configuration needed to make the modem works fine.
if i have another modem that not listed at the modem.conf how can i make it work?
Thank you...
I really dont have any idea....
once again thank you.
----- Original Message ----
From: Jyothi rao <[EMAIL PROTECTED]>
To: Luki Lusiano <[EMAIL PROTECTED]>
Sent: Tuesday, October 31, 2006 1:02:16 PM
Subject: Re: Please help with modem configuration
for kannel, you have a configuration for smsc where you need to specify whether it is
a modem, or a smpp connection etc.
'at' - for modem.
the following is my smsc configuration
group = smsc
smsc = at
smsc-id=at_smsc
modemtype = nokiaphone
device=/dev/ttyS0
my-number=your phone number(sim card that is inserted in modem)
log-file=/SMSLOGS/smsc.log
log-level=0
msg-id-type=1
#validityperiod for 24 hours
validityperiod=167
then you need to configure your modem
the following is my modem configuration, mine is a nokia 30 gsm modem.
group=modems
id=nokiaphone
name=modemconf_1
detect-string=nokia
speed=115200
no-pin=true
--
Jyothi Rao
From: Jyothi rao <[EMAIL PROTECTED]>
To: Luki Lusiano <[EMAIL PROTECTED]>
Sent: Tuesday, October 31, 2006 1:02:16 PM
Subject: Re: Please help with modem configuration
for kannel, you have a configuration for smsc where you need to specify whether it is
a modem, or a smpp connection etc.
'at' - for modem.
the following is my smsc configuration
group = smsc
smsc = at
smsc-id=at_smsc
modemtype = nokiaphone
device=/dev/ttyS0
my-number=your phone number(sim card that is inserted in modem)
log-file=/SMSLOGS/smsc.log
log-level=0
msg-id-type=1
#validityperiod for 24 hours
validityperiod=167
then you need to configure your modem
the following is my modem configuration, mine is a nokia 30 gsm modem.
group=modems
id=nokiaphone
name=modemconf_1
detect-string=nokia
speed=115200
no-pin=true
On 10/31/06, Luki Lusiano <[EMAIL PROTECTED]> wrote:
I have a modem that my friend give me for testing with kannel, but i dont know how to make modem configuration for it, please can anyone help me?
the modem is
dowtel model ws-2100
manufacture by korea inc.
please at least can anyone help me to guide me to make my own configuration by giving any link or reference that explain how to do it.
for example i have downloaded full AT command for T68i sony ericsson and also have the modem configuration provided by kannel at modem.conf file and try to learn it, but still i dont know how it works.
Thank you for reading,
please help...
--
Jyothi Rao
