1) Is there support for nokia 3230 GSM phone (symbian OS) and kannel with bluetooth ?
2)  Is there is any way of sending sms thru shell using kannel ?
3)  Somehow i'm unable to connect to kannel and nokia phone with bluetooth
4) Is there any sample working config.. file for nokia 3230/any symbian phone with bluetooth connection ? 5) I'm able to pair devices succesfully using kbluetooth , suse 9.3,bluetoooth doongle and Nokia 3230 .
6) Is there any problem with my confg. file ????

Config file :
#
# THIS IS A SAMPLE CONFIGURATION FOR KANNEL
#
# For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected]
#


group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/tmp/kannel.log"
log-level = 0
#access-log = "access.log"
#http-proxy-host = "127.0.0.1"
#http-proxy-port = 8080
#http-proxy-exceptions = "127.0.0.1"
#http-proxy-username = "user"
#http-proxy-password = "password"
#ssl-certkey-file = "mycertandprivkeyfile.pem"

# Smsbox related

#smsbox-port = 13001
#box-deny-ip = "*.*.*.*"
#box-allow-ip = "127.0.0.1"
#unified-prefix = "00358,0"
#white-list = "http://127.0.0.1/white-list.txt";
#black-list = "http://127.0.0.1/black-list.txt";
#store-file = "kannel.store"


# Wapbox related
#wapbox-port = 13002
#udp-deny-ip = "*.*.*.*"
#udp-allow-ip = "127.0.0.1"
#wdp-interface-name = "*"


# SMSC CONNECTIONS - GLOBAL FIELDS
#group = smsc
#smsc = #smsc-id = ID
#denied-smsc-id = "X;Y"
#allowed-smsc-id = "Z"
#preferred-smsc-id = "W"
#allowed-prefix = "040;050"
#denied-prefix = "060;070"
#alt-charset =

# SMSC Nokia CIMD2
#group = smsc
#smsc = cimd2
#host = #port = #smsc-username =
#smsc-password =
#keepalive = #sender-prefix =


# SMSC EMI
#group = smsc
#smsc = emi2 #smsc = emi_ip to use the old implementation
#host =
#port =
#smsc-username =
#smsc-password =
#device = /dev/
#phone = #our-port =
#receive-port =
#connect-allow-ip =
#keepalive = #flow-control =


# SMSC SMPP
#group = smsc
#smsc = smpp
#host =
#port =
#receive-port =
#smsc-username =
#smsc-password =
#system-type =
#address-range =


# SMSC SEMA
#group = smsc
#smsc = sema
#device = /dev/tty0
#smsc_nua = (X121 smsc address)
#home_nua = (x121 radio pad address)
#wait_report = 0/1 (0 means false, 1 means true)


# SMSC OIS
#group = smsc
#smsc = ois
#host = 103.102.101.100
#port = 10000
#receive-port = 10000
#ois-debug-level = 0


# SMSC GSM
group = smsc
smsc = at
smsc-id = nokia_smsc
#modemtype = wavecom | premicell | siemens | siemens-tc35 | falcom | nokiaphone 
| ericsson
modemtype = nokiaphone
device = /dev/ttyS0
pin = 2345
#validityperiod = 167



# SMSC Fake
#group = smsc
#smsc = fake
#host =
#port =
#connect-allow-ip =

# SMSC HTTP
#group = smsc
#smsc = http
#smsc-id = MT2MO
#system-type = kannel
#smsc-username = tester
#smsc-password = foobar
#port = 14000
#send-url = "http://localhost:14000/cgi-bin/sendsms";
#group = smsc
#smsc = http
#system-type = kannel
#send-url = #port = #connect-allow-ip = #username = #password =

# SMSBOX SETUP

group = smsbox
bearerbox-host = 10.0.0.27
sendsms-port = 13013
sendsms-chars = "0123456789 +-"
global-sender = +919866472573
#log-file = "/tmp/smsbox.log"
#log-level = 0
#access-log = "access.log"
#white-list =
#black-list =
#reply-couldnotfetch = #reply-couldnotrepresent = #reply-requestfailed = #reply-emptymessage =

# SEND-SMS USERS

group = sendsms-user
username = "tester"
password = "foobar"

#user-deny-ip = ""
#user-allow-ip = ""

# this sender is for Kannel relay testing (http_smsc)

#group = sendsms-user
#username = kannel
#password = rL4y
#user-deny-ip = "*.*.*.*"
#user-allow-ip = "127.0.0.1"
#name = service_kannel
#forced-smsc = ID
#default-smsc = ID
#faked-sended =
#max-messages = 1
#concatenation = 1
#split-chars = #split-suffix = #omit-empty = #header =
#footer =
#allowed-prefix =
#denied-prefix =
#white-list =
#black-list =



# SMS SERVICES

group = sms-service
name = nothing
keyword = nop
aliases = "noppy;niente"
text = "You asked nothing and I did it!"
get-url = "http://";
post-url = "http://";
file = "/tmp/"
accepted-smsc = ID
#allowed-prefix = #denied-prefix = #catch-all = false
#send-sender = false
#strip-keyword = false
#faked-sender = #max-messages = 1
accept-x-kannel-headers = false
#assume-plain-text = false
#concatenation = false
#split-chars = #split-suffix = "+"
#omit-empty = true
#header =
#footer =
#prefix = #suffix =
#white-list =
#black-list =


# SMS SERVICE GET-URL EXAMPLE
# group = sms-service
# keyword = complex
# get-url = "http://localhost/service?sender=%p&text=%r";
# accept-x-kannel-headers = true
# max-messages = 3
# concatenation = true


# SMS SERVICE black-list
#group = sms-service
#keyword = black-list
#text = "You are not alowed to use this service, Go away!"


# SMS SERVICE Default
# there should be default always
group = sms-service
keyword = default
text = "No service specified"

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


4) After i start bearbox and smsbox ,  i ping
http://127.0.0.1:13013/cgi-bin/sendsms?username=tester&password=foobar&to=+914444444444&text=Hello+world&smsc=9144444444434
but no sms is sent to destination

5) I get queued for later delivery coz no** SMSC driver is working ....... Even though i specify SMSC GSM section i';m getting this . Any solution ?????

6) My smsbox log looks this :

./smsbox -V 1 kannel1.conf
2006-11-04 01:19:37 [30998] [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 1
2006-11-04 01:19:37 [30998] [0] DEBUG: Kannel smsbox version `1.4.1'.
Build `Nov 3 2006 16:16:49', compiler `3.3.5 20050117 (prerelease) (SUSE Linux)'. System Linux, release 2.6.11.4-20a-default, version #1 Wed Mar 23 21:52:37 UTC 2005, machine i686.
Hostname saraswathi.azri.biz, IP 10.0.0.27.
Libxml version 2.6.17.
Using native malloc.

2006-11-04 01:19:37 [30998] [0] INFO: Service global sender set as '+914444444444'
2006-11-04 01:19:37 [30998] [0] INFO: HTTP: Opening server at port 13013.
2006-11-04 01:19:37 [30998] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2006-11-04 01:19:37 [30998] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2006-11-04 01:19:37 [30998] [0] INFO: Set up send sms service at port 13013
2006-11-04 01:19:37 [30998] [0] DEBUG: Started thread 3 (gw/smsbox.c:sendsms_thread) 2006-11-04 01:19:37 [30998] [0] DEBUG: ----------------------------------------------
2006-11-04 01:19:37 [30998] [0] DEBUG: Kannel smsbox version 1.4.1 starting
2006-11-04 01:19:37 [30998] [0] DEBUG: Started thread 4 (gw/smsbox.c:obey_request_thread) 2006-11-04 01:19:37 [30998] [0] DEBUG: Started thread 5 (gw/smsbox.c:url_result_thread) 2006-11-04 01:19:37 [30998] [0] DEBUG: Started thread 6 (gw/smsbox.c:http_queue_thread) 2006-11-04 01:19:37 [30998] [0] INFO: Connected to bearerbox at 10.0.0.27 port 13001. 2006-11-04 01:19:37 [30998] [0] DEBUG: Started thread 7 (gw/heartbeat.c:heartbeat_thread) 2006-11-04 01:19:37 [30998] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 30998. 2006-11-04 01:19:37 [30998] [3] DEBUG: Thread 3 (gw/smsbox.c:sendsms_thread) maps to pid 30998. 2006-11-04 01:19:37 [30998] [4] DEBUG: Thread 4 (gw/smsbox.c:obey_request_thread) maps to pid 30998. 2006-11-04 01:19:37 [30998] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 30998. 2006-11-04 01:19:37 [30998] [5] DEBUG: Thread 5 (gw/smsbox.c:url_result_thread) maps to pid 30998. 2006-11-04 01:19:37 [30998] [6] DEBUG: Thread 6 (gw/smsbox.c:http_queue_thread) maps to pid 30998. 2006-11-04 01:19:37 [30998] [7] DEBUG: Thread 7 (gw/heartbeat.c:heartbeat_thread) maps to pid 30998. 2006-11-04 01:19:43 [30998] [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'. 2006-11-04 01:19:43 [30998] [2] DEBUG: HTTP: Created HTTPClient area 0x8150ce0. 2006-11-04 01:19:43 [30998] [3] INFO: smsbox: Got HTTP request </cgi-bin/sendsms> from <127.0.0.1>
2006-11-04 01:19:43 [30998] [3] INFO: sendsms used by <tester>
2006-11-04 01:19:43 [30998] [3] INFO: sendsms sender:<tester:+914444444444> (127.0.0.1) to:< +914444444434> msg:<Hello world> 2006-11-04 01:19:43 [30998] [3] DEBUG: Stored UUID 2f2891e4-0bb6-4dfd-94fc-3d2098ae0963
2006-11-04 01:19:43 [30998] [3] DEBUG: message length 11, sending 1 messages
2006-11-04 01:19:43 [30998] [3] DEBUG: Status: 202 Answer: <Sent.>
2006-11-04 01:19:43 [30998] [3] DEBUG: Delayed reply - wait for bearerbox
2006-11-04 01:19:43 [30998] [0] DEBUG: Got ACK (3) of 2f2891e4-0bb6-4dfd-94fc-3d2098ae0963 2006-11-04 01:19:43 [30998] [0] DEBUG: HTTP: Resetting HTTPClient for `127.0.0.1'.
2006-11-04 01:20:43 [30998] [1] DEBUG: Timeout for fd:22 appeares.
2006-11-04 01:20:43 [30998] [1] DEBUG: HTTP: Destroying HTTPClient area 0x8150ce0. 2006-11-04 01:20:43 [30998] [1] DEBUG: HTTP: Destroying HTTPClient for `127.0.0.1'.

My bearbox log :

./bearerbox -V 1 kannel1.conf
2006-11-04 01:19:30 [30990] [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 1 2006-11-04 01:19:30 [30990] [0] WARNING: DLR: using default 'internal' for storage type.
2006-11-04 01:19:30 [30990] [0] INFO: DLR using storage type: internal
2006-11-04 01:19:30 [30990] [0] DEBUG: Kannel bearerbox version `1.4.1'.
Build `Nov 3 2006 16:16:49', compiler `3.3.5 20050117 (prerelease) (SUSE Linux)'. System Linux, release 2.6.11.4-20a-default, version #1 Wed Mar 23 21:52:37 UTC 2005, machine i686.
Hostname dddddddd, IP 10.0.0.27.
Libxml version 2.6.17.
Using native malloc.

2006-11-04 01:19:30 [30990] [0] INFO: Added logfile `/tmp/kannel.log' with level `0'. 2006-11-04 01:19:30 [30990] [0] INFO: SSL not supported, no SSL initialization done.
2006-11-04 01:19:30 [30990] [0] INFO: HTTP: Opening server at port 13000.
2006-11-04 01:19:30 [30990] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2006-11-04 01:19:30 [30990] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2006-11-04 01:19:30 [30990] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2006-11-04 01:19:30 [30990] [0] DEBUG: starting smsbox connection module
2006-11-04 01:19:30 [30990] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100). 2006-11-04 01:19:30 [30990] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:sms_to_smsboxes) 2006-11-04 01:19:30 [30990] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 30990. 2006-11-04 01:19:30 [30990] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 30990. 2006-11-04 01:19:30 [30990] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 30990. 2006-11-04 01:19:30 [30990] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 30990. 2006-11-04 01:19:30 [30990] [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run) 2006-11-04 01:19:30 [30990] [0] INFO: Set SMS resend frequency to 60 seconds.
2006-11-04 01:19:30 [30990] [0] INFO: SMS resend retry set to unlimited.
2006-11-04 01:19:30 [30990] [0] INFO: DLR rerouting for smsc id <nokia_smsc> disabled. 2006-11-04 01:19:30 [30990] [0] INFO: AT2[nokia_smsc]: configuration shows modemtype <nokiaphone> 2006-11-04 01:19:30 [30990] [0] DEBUG: AT2[nokia_smsc]: Reading modem definitions from <kannel1.conf> 2006-11-04 01:19:30 [30990] [0] DEBUG: AT2[nokia_smsc]: Found <1> modems in config 2006-11-04 01:19:30 [30990] [0] INFO: AT2[nokia_smsc]: read modem definition for <Nokia Phone> 2006-11-04 01:19:30 [30990] [0] DEBUG: Started thread 6 (gw/smsc/smsc_at.c:at2_device_thread) 2006-11-04 01:19:30 [30990] [0] DEBUG: Started thread 7 (gw/bb_smscconn.c:sms_router) 2006-11-04 01:19:30 [30990] [0] INFO: ---------------------------------------- 2006-11-04 01:19:30 [30990] [0] INFO: Kannel bearerbox II version 1.4.1 starting 2006-11-04 01:19:30 [30990] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) maps to pid 30990.
2006-11-04 01:19:30 [30990] [0] INFO: MAIN: Start-up done, entering mainloop
2006-11-04 01:19:30 [30990] [0] DEBUG: AT2[nokia_smsc]: start called
2006-11-04 01:19:30 [30990] [6] DEBUG: Thread 6 (gw/smsc/smsc_at.c:at2_device_thread) maps to pid 30990. 2006-11-04 01:19:30 [30990] [6] INFO: AT2[nokia_smsc]: trying to use speed <9600> from modem definition
2006-11-04 01:19:30 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:19:30 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened


006-11-04 01:19:30 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:19:30 [30990] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router) maps to pid 30990.
2006-11-04 01:19:30 [30990] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2006-11-04 01:19:30 [30990] [7] DEBUG: sms_router: gwlist_len = 0
2006-11-04 01:19:31 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:19:32 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 9600
2006-11-04 01:19:32 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:19:34 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:19:37 [30990] [5] INFO: Client connected from <10.0.0.27>
2006-11-04 01:19:37 [30990] [5] DEBUG: Started thread 8 (gw/bb_boxc.c:function) 2006-11-04 01:19:37 [30990] [8] DEBUG: Thread 8 (gw/bb_boxc.c:function) maps to pid 30990. 2006-11-04 01:19:37 [30990] [8] DEBUG: Started thread 9 (gw/bb_boxc.c:boxc_sender) 2006-11-04 01:19:37 [30990] [9] DEBUG: Thread 9 (gw/bb_boxc.c:boxc_sender) maps to pid 30990.
2006-11-04 01:19:38 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:19:42 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:19:43 [30990] [8] DEBUG: boxc_receiver: sms received
2006-11-04 01:19:43 [30990] [8] DEBUG: send_msg: sending msg to box: <10.0.0.27> 2006-11-04 01:19:43 [30990] [7] DEBUG: sms_router: handling message (0x8174e58 vs 0x8174e58) 2006-11-04 01:19:43 [30990] [7] DEBUG: sms_router: handling message (0x8174e58 vs 0x8174e58)
2006-11-04 01:19:43 [30990] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2006-11-04 01:19:46 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:19:46 [30990] [6] INFO: AT2[nokia_smsc]: speed in modem definition don't work, will autodetect 2006-11-04 01:19:46 [30990] [6] DEBUG: AT2[nokia_smsc]: detecting modem speed.
2006-11-04 01:19:46 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:19:46 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:19:47 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:19:47 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 115200
2006-11-04 01:19:47 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:19:49 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:19:53 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:19:57 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:01 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:20:01 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:20:01 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:02 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:02 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 57600
2006-11-04 01:20:02 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:20:04 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:08 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:12 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:13 [30990] [7] DEBUG: sms_router: gwlist_len = 1
2006-11-04 01:20:13 [30990] [7] DEBUG: sms_router: handling message (0x8174e58 v2006-11-04 01:20:13 [30990] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2006-11-04 01:20:16 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:20:16 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:20:16 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:17 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:17 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 38400
2006-11-04 01:20:17 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:20:19 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:23 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:27 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:31 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:20:31 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:20:31 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:32 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:32 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 19200
2006-11-04 01:20:32 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:20:34 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:38 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:42 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: gwlist_len = 1
2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: handling message (0x8174e58 vs 0x8174e58) 2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: handling message (0x8174e58 vs 0x8174e58)
2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2006-11-04 01:20:46 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:20:46 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:20:46 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:47 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:47 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 9600
2006-11-04 01:20:47 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:20:49 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:53 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:57 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: cannot detect speed
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: trying to use speed <9600> from modem definition
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:21:01 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:21:02 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:21:02 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 9600
2006-11-04 01:21:02 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:21:04 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:21:08 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:21:12 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M2006-11-04 01:20:13 [30990] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2006-11-04 01:20:16 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:20:16 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:20:16 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:17 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:17 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 38400
2006-11-04 01:20:17 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:20:19 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:23 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:27 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:31 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:20:31 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:20:31 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:32 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:32 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 19200
2006-11-04 01:20:32 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:20:34 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:38 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:42 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: gwlist_len = 1
2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: handling message (0x8174e58 vs 0x8174e58) 2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: handling message (0x8174e58 vs 0x8174e58)
2006-11-04 01:20:43 [30990] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2006-11-04 01:20:46 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:20:46 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:20:46 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:47 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:20:47 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 9600
2006-11-04 01:20:47 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:20:49 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:53 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:20:57 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: closing device
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: cannot detect speed
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: trying to use speed <9600> from modem definition
2006-11-04 01:21:01 [30990] [6] INFO: AT2[nokia_smsc]: opening device
2006-11-04 01:21:01 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:21:02 [30990] [6] DEBUG: AT2[nokia_smsc]: device opened
2006-11-04 01:21:02 [30990] [6] INFO: AT2[nokia_smsc]: speed set to 9600
2006-11-04 01:21:02 [30990] [6] DEBUG: AT2[nokia_smsc]: --> ^M
2006-11-04 01:21:04 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:21:08 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M
2006-11-04 01:21:12 [30990] [6] DEBUG: AT2[nokia_smsc]: --> AT^M

s 0x8174e58)





George Vagenas wrote:
Since you are using Bluetooth to connect to the mobile phone the serial port should not be the ttyS0 that you have configured right now... Thats your problem, check to see which tty device the blutooth is creating after succesfully pairing the devices...

On 10/31/06, *Ashwin Kumar* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

             Hi,
                   I'm using nokia 3230 (GSM phone) handset.
                   I installed kannel suse 9.3 box but unable to send
    SMS using kannel.
                   The problem is with the kannel not able to connect
    to mobile phone.

                   I'm able to pair both devices( USB-Bluetooth and
nokia 3230 ) using kbluetooth software utility on linux box .
                  My Configuration :
                                            Suse 9.3 Linux Box
                                            USB-Bluetooth device.
Nokia 3230 GSM phone My Config. file looks like this # # smskannel.conf

    #
    # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
    #
    # This basic version is used for system testing. It expects 'fakesmsc' to
    # send messages which are replied with simple fixed text message.
    # It is run like this:

    #
    #  1% gw/bearerbox gw/smskannel.conf
    #  2% gw/smsbox gw/smskannel.conf
    #  3% test/fakesmsc -i 0.1 -m 100 "123 345 text nop"
    #
    # ..all 3 commands in separate shells (or screen sessions)
    # Note that you can run them in different machines but have to

    # add certain command line argument and configuration variables then
    #
    #
# For any modifications to this file, see Kannel User Guide # If that does not help, see Kannel web page (
    http://www.kannel.org) and
    # various online help and mailing list archives
    #
    # Notes on those who base their configuration on this:
    #  1) check security issues! (allowed IPs, passwords and ports)
    #  2) groups cannot have empty rows inside them!

    #  3) read the user guide
    #
    # Kalle Marjola for Kannel project 2001, 2004

    #---------------------------------------------
    # CORE
    #
    # There is only one core group and it sets all basic settings

    # of the bearerbox (and system). You should take extra notes on
    # configuration variables like 'store-file' (or 'store-dir'),
    # 'admin-allow-ip' and 'access.log'


    group = core
    admin-port = 13000
    smsbox-port = 13001

    admin-password = bar
    #status-password = foo
    #admin-deny-ip = ""
    #admin-allow-ip = ""
    #log-file = "/tmp/kannel.log"
    #log-level = 0
    box-deny-ip = "*.*.*.*"
    box-allow-ip = "
    127.0.0.1 <http://127.0.0.1>"
    #unified-prefix = "+358,00358,0;+,00"
    #access-log = "/tmp/access.log"
    #store-file = "
    kannel.store"
    #ssl-server-cert-file = "cert.pem"
    #ssl-server-key-file = "key.pem"
    #ssl-certkey-file = "mycertandprivkeyfile.pem"

    #---------------------------------------------

    # SMSC CONNECTIONS
    #
    # SMSC connections are created in bearerbox and they handle SMSC specific
    # protocol and message relying. You need these to actually receive and send
    # messages to handset, but can use GSM modems as virtual SMSCs



    # This is a fake smsc connection, _only_ used to test the system and 
services.
    # It really cannot relay messages to actual handsets!

    group = smsc
    smsc = fake
    smsc-id = FAKE
    port = 10000
connect-allow-ip = 127.0.0.1 <http://127.0.0.1>




    #---------------------------------------------
    # SMSBOX SETUP
    #
    # Smsbox(es) do higher-level SMS handling after they have been received from
    # SMS centers by bearerbox, or before they are given to bearerbox for 
delivery


    group = smsbox
    bearerbox-host = 10.0.0.27 <http://10.0.0.27>
    sendsms-port = 13013
    global-sender = 13013
    #sendsms-chars = "0123456789 +-"
    #log-file = "/tmp/smsbox.log"
    #log-level = 0
    #access-log = "/tmp/access.log"

    #---------------------------------------------
    # SEND-SMS USERS
    #
    # These users are used when Kannel smsbox sendsms interface is used to
    # send PUSH sms messages, i.e. calling URL like
# http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar <http://kannel.machine:13013/cgi-bin/sendsms?username=tester&password=foobar>...

    group = sendsms-user
    username = tester
    password = foobar
    #user-deny-ip = ""
    #user-allow-ip = ""


    #---------------------------------------------
    # SERVICES
    #
    # These are 'responses' to sms PULL messages, i.e. messages arriving from
    # handsets. The response is based on message content. Only one sms-service 
is

    # applied, using the first one to match.

    group = sms-service
    keyword = nop
    text = "You asked nothing and I did it!"

    # There should be always a 'default' service. This service is used when no

    # other 'sms-service' is applied.

    group = sms-service
    keyword = default
    text = "No service specified"

    #Nokia Modem

    group = modems
    id = nokiaphone
    name = "Nokia Phone"

    detect-string = "Nokia Mobile Phone"
    need-sleep = true
    keepalive-cmd = "AT+CBC;+CSQ"
    enable-mms = false

    #Nokia Modem

    group =smsc
    smsc=at
    modemtype="Nokia Phone"

    device=/dev/ttyS0

    speed=9200


When i'm trying to start bearbox i'm getting this :
    ./bearerbox -v 1 smskannel.conf
    2006-10-31 13:48:14 [8851] [0] INFO: Debug_lvl = 1, log_file =
    <none>, log_lvl = 0
    2006-10-31 13:48:14 [8851] [0] WARNING: DLR: using default
    'internal' for storage type.
    2006-10-31 13:48:14 [8851] [0] INFO: DLR using storage type: internal
    2006-10-31 13:48:14 [8851] [0] INFO: SSL not supported, no SSL
    initialization done.
    2006-10-31 13:48:14 [8851] [0] INFO: HTTP: Opening server at port
    13000.
    2006-10-31 13:48:14 [8851] [0] INFO: BOXC: 'smsbox-max-pending'
    not set, using default (100).
    2006-10-31 13:48:14 [8851] [0] INFO: Set SMS resend frequency to
    60 seconds.
    2006-10-31 13:48:14 [8851] [0] INFO: SMS resend retry set to
    unlimited.
    2006-10-31 13:48:14 [8851] [0] INFO: DLR rerouting for smsc id
    <FAKE> disabled.
    2006-10-31 13:48:14 [8851] [0] INFO: DLR rerouting for smsc id
    <(null)> disabled.
    2006-10-31 13:48:14 [8851] [0] INFO: AT2[/dev/ttyS0]:
    configuration shows modemtype <Nokia Phone>
    2006-10-31 13:48:14 [8851] [0] INFO: AT2[/dev/ttyS0]: modemtype
    not found, revert to autodetect
    2006-10-31 13:48:14 [8851] [0] INFO:
    ----------------------------------------
    2006-10-31 13:48:14 [8851] [0] INFO: Kannel bearerbox II version
    1.4.1 starting
    2006-10-31 13:48:14 [8851] [0] INFO: MAIN: Start-up done, entering
    mainloop
    2006-10-31 13:48:14 [8851] [7] INFO: AT2[/dev/ttyS0]: opening device
    2006-10-31 13:48:15 [8851] [7] INFO: AT2[/dev/ttyS0]: speed set to
    9200
    2006-10-31 13:48:25 [8851] [7] INFO: AT2[/dev/ttyS0]: opening device
    2006-10-31 13:48:25 [8851] [7] WARNING: AT2[/dev/ttyS0]: trying to
    open device with not closed device!!! Please report!!!
    2006-10-31 13:48:25 [8851] [7] INFO: AT2[/dev/ttyS0]: closing device
    2006-10-31 13:48:26 [8851] [7] INFO: AT2[/dev/ttyS0]: speed set to
    9200
    2006-10-31 13:48:36 [8851] [7] INFO: AT2[/dev/ttyS0]: opening device
    2006-10-31 13:48:36 [8851] [7] WARNING: AT2[/dev/ttyS0]: trying to
    open device with not closed device!!! Please report!!!
    2006-10-31 13:48:36 [8851] [7] INFO: AT2[/dev/ttyS0]: closing device
    2006-10-31 13:48:37 [8851] [7] INFO: AT2[/dev/ttyS0]: speed set to
    9200
    2006-10-31 13:48:47 [8851] [7] INFO: AT2[/dev/ttyS0]: opening device
    2006-10-31 13:48:47 [8851] [7] WARNING: AT2[/dev/ttyS0]: trying to
    open device with not closed device!!! Please report!!!
    2006-10-31 13:48:47 [8851] [7] INFO: AT2[/dev/ttyS0]: closing device
    2006-10-31 13:48:48 [8851] [7] INFO: AT2[/dev/ttyS0]: speed set to
    9200
    2006-10-31 13:48:58 [8851] [7] INFO: AT2[/dev/ttyS0]: opening device




















--
George Vagenas
+30 6932 363 163


Reply via email to