Re: (no subject)
"Shridhar Raju" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Visual Quest India |
| Message-ID | <[email protected]> |
Hi, I've been using Nokia 7110 as SMSC with Kannel CVS version and it works fine for me. My conf file #Core Group group = core admin-port = 13000 smsbox-port = 13003 admin-password = "vqindia" log-file = "/home/shridhar/kannel-cvs/aug-16/log/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" access-log = "/home/shridhar/kannel-cvs/aug-16/log/access.log" store-file = "/home/shridhar/kannel-cvs/aug-16/log/store.txt" group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = +919848032084 log-file = "/home/shridhar/kannel-cvs/aug-16/log/smsbox.log" log-level = 0 # SMSC CONNECTIONS (Nokia 7110) group = smsc smsc = at2 smsc-id = nokia modemtype = nokiaphone device = /dev/ttyS1 speed = 19200 group = modems id = nokiaphone name = "Nokia Phone" detect-string = "Nokia Mobile Phone" need-sleep = true keepalive-cmd = "AT+CBC;+CSQ" enable-mms = true #SMS-service group = sms-service keyword = default text = "Welcome to Kannel Gateway" group = sendsms-user username = vqindia password = vqindia Regards Shridhar ----- Original Message ----- From: ww To: [email protected] Sent: Friday, August 16, 2002 2:52 PM Subject: (no subject) i tried to use Nokia 7110 as a virtual SMSC,and this is the configure file #the core group group = core admin-port = 13000 smsbox-port = 13001 admin-password = ww status-password = ww admin-deny-ip = "" admin-allow-ip = "*.*.*.*" log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = box-allow-ip = "*.*.*.*" #unified-prefix = "0086,+86" access-log = "access.log" store-file = "kannel.store" #ssl-certkey-file = "mycertandprivkeyfile.pem" dlr-storage= internal group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 sendsms-chars = "0123456789 +-" log-file = "/tmp/smsbox.log" log-level = 0 access-log = "/tmp/access.log" #the smsc group group = smsc smsc = at2 smsc-id = jpg modemtype= auto device= /dev/ttyS0 speed= 9600 pin= 1234 #the sms user group group = sendsms-user username = "ww" password = "ww" user-allow-ip = "*.*.*.*" max-messages = 10 concatenation = true #the service group group = sms-service keyword = default text = "unknown keyword" and i can run the kannel,but i cant send the SMS out,it stopped at the bearerbox,maybe the smsc2_route() i think the drive of the GSM modem is wrong if who knows the other reasons ,please tell me ^-^ is any one know where can i get the drive program of the Nokia 7110 many thanks :)