On Fri, Mar 04, 2005 at 12:17:39PM +0100, Adel AMRI wrote: > I have Kannel running on my Solaris box, > I would like to setup a Nokia phone connected > to the system serial port as a virtual SMSC > for kannel.
Not all Nokia phones can be used in this way. You need a specific type of phone that has a built-in GSM modem. The first such phone that I know of was the Nokia 7110, and most phones Nokia has made thereafter seem to also have this functionality. There is also a special type of cable that you need to use, I've found that not all types of cables work. > Could you please give me a sample of a kannel > configuration file which does this. group = modems id = nokiaphone name = "Nokia Phone" detect-string = "Nokia Mobile Phone" need-sleep = true keepalive-cmd = "AT+CBC;+CSQ" enable-mms = true group = smsc smsc-id = gsmmodem smsc = at modemtype = nokiaphone device = /dev/<your serial device> These ought to do the trick.... -- Mankind will in time discover that unbridled majorities are as tyrannical and cruel as unlimited despots. http://stormwyrm.blogspot.com/
