Re-connecting multiple modems

2012-03-21 Thread Allan N. Porras
Hi list.

I am using HUAWEI E153 two modems and I have a problem.

The state of my two modems is "re-connecting." My momdems be able to connect as 
every 1 hour, the space of a segudos. In those segudos, my two modems fail to 
send messages. Then the state returns to "re-connecting."

I attach kannel.conf, smsc.log and status.

Please, if anyone can help me.

*KANNEL.CONF *

# CORE
group = core
admin-port = 13000
admin-password = playsms
status-password = playsms
log-file = /var/log/kannel/kannel.log
log-level = 0
access-log = /var/log/kannel/access.log
smsbox-port = 13001
#store-type = file
#store-file = /var/log/kannel/kannel.store
store-type = spool
store-location = /var/spool/kannel/store
smsbox-max-pending = 100
box-allow-ip = "127.0.0.1"

# SMSBOX
group = smsbox
bearerbox-host = localhost
bearerbox-port = 13001
sendsms-port = 13131
sendsms-chars = "0123456789+ "
log-file = /var/log/kannel/smsbox.log
log-level = 0
access-log = /var/log/kannel/access.log

# ICE modem
group = smsc
smsc = at
smsc-id = ice_modem
#allowed-smsc-id = claro_modem
#preferred-smsc-id = ice_modem;claro_modem
modemtype = auto
device = /dev/ttyUSB0
#validityperiod = 167
log-file = /var/log/kannel/smsc.log
log-level = 0
pin = 
sim-buffering = true
#keepalive = 10
my-number = +00

# CLARO modem
group = smsc
smsc = at
smsc-id = claro_modem
#allowed-smsc-id = ice_modem
#preferred-smsc-id = ice_modem;claro_modem
modemtype = auto
device = /dev/ttyUSB2
#validityperiod = 167
log-file = /var/log/kannel/smsc.log
log-level = 0
pin = 
sim-buffering = true
keepalive = 10
#my-number = +00


group = modems
id = huawei_e153
name = "Huawei E153"
detect-string = "huawei"
#init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
#init-string = "AT Q0 +CMGS=40;+CPMS= "SM",0,30,"SM",0,30,"SM",0,30"
#init-string = "AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0;+CMGF=0;+CNMI=3,2,0,0,0"
#init-string = "AT+CNMI=1,1,2,0,0"
#init-string = "AT+CNMI=2,0,0,2,0;+CMEE=1"
#init-string = "AT+CNMI=1,2,0,1,1"
message-storage = "ME"
need-sleep = true
speed = 115200


# SENDSMS-USER
group = sendsms-user
default-smsc = default
username = 
password = xxx
max-messages = 3
concatenation = true

# SMS SERVICE 'default'
group = sms-service
keyword = default
omit-empty = true
max-messages = 10
get-url = 
"http://127.0.0.1/my/index.php?app=call&cat=gateway&plugin=kannel&access=geturl&t=%t&q=%q&a=%a&Q=%Q";
#get-url = 
"http://127.0.0.1/my/index.php?app=call&cat=gateway&plugin=kannel&access=geturl&t=%t&q=%q&a=%a";


* STATUS **

Kannel bearerbox version `1.4.3'. Build `Mar 19 2010 03:53:52', compiler 
`4.4.3'. System Linux, release 2.6.32-5-686, version #1 SMP Wed Jan 11 12:29:30 
UTC 2012, machine i686. Hostname xxx, IP 127.0.1.1. Libxml version 
2.7.6. Using OpenSSL 0.9.8m 25 Feb 2010. Compiled with MySQL 5.1.45, using 
MySQL 5.1.61. Using SQLite 3.6.23. Using native malloc.

Status: running, uptime 0d 0h 46m 18s

WDP: received 0 (0 queued), sent 0 (0 queued)

SMS: received 111 (0 queued), sent 84 (0 queued), store size 550

SMS: inbound (0.00,0.02,0.04) msg/sec, outbound (0.01,0.01,0.03) msg/sec

DLR: 57 queued, using internal storage

Box connections:
smsbox:(none), IP 127.0.0.1 (0 queued), (on-line 0d 0h 46m 14s) 
SMSC connections:
ice_modemAT2[ice_modem] (re-connecting, rcvd 43, sent 43, failed 0, 
queued 268 msgs)
claro_modemAT2[claro_modem] (re-connecting, rcvd 68, sent 41, failed 0, 
queued 274 msgs)


** SMSC.LOG ***

2012-03-21 16:34:02 [18484] [6] INFO: AT2[ice_modem]: speed set to 9600
2012-03-21 16:34:02 [18484] [6] DEBUG: AT2[ice_modem]: --> ATZ^M
2012-03-21 16:34:04 [18484] [7] ERROR: AT2[claro_modem]: Second attempt to send 
AT failed
2012-03-21 16:34:04 [18484] [7] ERROR: AT2[claro_modem]: Initialization of 
device failed.
2012-03-21 16:34:04 [18484] [7] INFO: AT2[claro_modem]: Closing device
2012-03-21 16:34:04 [18484] [7] ERROR: AT2[claro_modem]: Couldn't connect 
(retrying in 10 seconds).
2012-03-21 16:34:06 [18484] [6] ERROR: AT2[ice_modem]: Wrong or no answer to 
ATZ, ignoring
2012-03-21 16:34:06 [18484] [6] DEBUG: AT2[ice_modem]: --> AT^M
2012-03-21 16:34:10 [18484] [6] ERROR: AT2[ice_modem]: Wrong or no answer to 
AT. Trying again
2012-03-21 16:34:10 [18484] [6] DEBUG: AT2[ice_modem]: --> AT^M
2012-03-21 16:34:14 [18484] [6] ERROR: AT2[ice_modem]: Second attempt to send 
AT failed
2012-03-21 16:34:14 [18484] [6] ERROR: AT2[ice_modem]: Initialization of device 
failed.
2012-03-21 16:34:14 [18484] [6] INFO: AT2[ice_modem]: Closing device
2012-03-21 16:34:14 [18484] [6] ERROR: AT2[ice_modem]: Couldn't connect 
(retrying in 10 seconds).
2012-03-21 16:34:14 [18484] [7] INFO: AT2[claro_modem]: opening device
2012-03-21 16:34:14 [18484] [7] DEBUG: AT2[claro_modem]: device opened. Telnet 
mode = 0
2012-03-21 16:34:15 [18484] [7] DEBUG: AT2[claro_modem]: device opened
2012-03-21 16:34:15 [18484] [7] INFO: AT2[claro_modem]: Logging in
2012-03-21 16:34:15 [184

Re: sqlbox issue

2012-03-21 Thread Juan Luis Gomez Correa
Hi, you are missing the bearerbox-port variable in your smsbox group config,
the arch is a little different from what you have, it should be:

smsbox --> sqlbox --> bearerbox

So, in your smsbox, your bearerbox-port should be the same as the
sqlbox-smsbox-port.

Hope it helps.

JuanL


From:  Ravindra Gupta // Viva 
Date:  Wed, 21 Mar 2012 16:29:16 +0530
To:  , ,

Subject:  sqlbox issue

Hii, 

I have configured sqlbox to sending the SMS and I am facing bearerbox
connectivity issue.

Kindly find the below smskannel.conf file parameters.

sqlbox ---> bearerbox >smsbox

#
# THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL

#-
# 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
#smsbox-port = 13003
admin-password = demokannel
status-password =demokannel
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#unified-prefix = "+358,00358,0;+,00"
access-log = "/var/log/kannel/kannel_access.log"
store-file = "/home/kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
#dlr-storage= sqlbox
sms-resend-freq=60
sms-resend-retry=5

#-
# 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

group= smsc
smsc = smpp
smsc-id = demo
host= 127.0.0.1
smsc-username= demo
smsc-password= demo
port = 1234
#receive-port= 1234
connect-allow-ip = 127.0.0.1
system-type=""
#address-range=""
#alt-charset=1
#alt-charset="ASCII"
source-addr-ton=1
source-addr-npi=1
dest-addr-ton=1
dest-addr-npi=1
#msg-id-type=0x01
allowed-smsc-id= demo
#transceiver-mode=1
throughput= 10

group= smsc
smsc = smpp
smsc-id = demo
host= 127.0.0.1
smsc-username= demo
smsc-password= demo
#port = 1234
receive-port= 1234 
connect-allow-ip = 127.0.0.1
system-type=""
#address-range=""
#alt-charset=1
#alt-charset="ASCII"
source-addr-ton=1
source-addr-npi=1
dest-addr-ton=1
dest-addr-npi=1
#msg-id-type=0x01
allowed-smsc-id= demo
#transceiver-mode=1
throughput= 10


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

#---
# 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
smsbox-id=dlrbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
#sendsms-port = 13003
global-sender = demo
#sendsms-chars = "0123456789 +-"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
#access-log = "/tmp/access.log"
http-request-retry=5
http-queue-delay=50


#-
# 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.
..

group = sendsms-user
username = tester
password = foobar
#user-deny-ip = ""
#user-allow-ip = ""
concatenation = true
default-smsc = demo

#-
# 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
accepted-smsc= demo
text = "You asked nothing and I did it!"

# -- SMS BOX ROUTE ---
#
group = smsbox-route
smsbox-id = dlrbox
smsc-id = demo


# There should be always a 'default' service. This service is used when no
# other 'sms-service' is applied.

group = sms-service
keyword = default
text = <480 Characters with spaces>
concatenation = true
max-messages = 5

group = mysql-connection
id = mydlr
host = localhost
username = root
password = root

database = dlr
group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-source = source
field-destination = destination
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id= boxc

##sqlbox .conf#

group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = ""
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13005
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = "/var/log/kannel/kannel-sqlbox.log"
log-level = 0
#ssl-client-certkey-file = ""
#ssl-server-cert-file = ""
#ssl-server-key-file = ""
#ss

sqlbox issue

2012-03-21 Thread Ravindra Gupta // Viva
Hii,

I have configured sqlbox to sending the SMS and I am facing bearerbox
connectivity issue.

Kindly find the below smskannel.conf file parameters.

*sqlbox ---> bearerbox >smsbox*

#
# THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL

#-
# 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
#smsbox-port = 13003
admin-password = demokannel
status-password =demokannel
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#unified-prefix = "+358,00358,0;+,00"
access-log = "/var/log/kannel/kannel_access.log"
store-file = "/home/kannel.store"
#ssl-server-cert-file = "cert.pem"
#ssl-server-key-file = "key.pem"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
#dlr-storage= sqlbox
sms-resend-freq=60
sms-resend-retry=5

#-
# 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

group= smsc
smsc = smpp
smsc-id = demo
host= 127.0.0.1
smsc-username= demo
smsc-password= demo
port = 1234
#receive-port= 1234
connect-allow-ip = 127.0.0.1
system-type=""
#address-range=""
#alt-charset=1
#alt-charset="ASCII"
source-addr-ton=1
source-addr-npi=1
dest-addr-ton=1
dest-addr-npi=1
#msg-id-type=0x01
allowed-smsc-id= demo
#transceiver-mode=1
throughput= 10

group= smsc
smsc = smpp
smsc-id = demo
host= 127.0.0.1
smsc-username= demo
smsc-password= demo
#port = 1234
receive-port= 1234
connect-allow-ip = 127.0.0.1
system-type=""
#address-range=""
#alt-charset=1
#alt-charset="ASCII"
source-addr-ton=1
source-addr-npi=1
dest-addr-ton=1
dest-addr-npi=1
#msg-id-type=0x01
allowed-smsc-id= demo
#transceiver-mode=1
throughput= 10


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

#---
# 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
smsbox-id=dlrbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
#sendsms-port = 13003
global-sender = demo
#sendsms-chars = "0123456789 +-"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
#access-log = "/tmp/access.log"
http-request-retry=5
http-queue-delay=50


#-
# 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.
..

group = sendsms-user
username = tester
password = foobar
#user-deny-ip = ""
#user-allow-ip = ""
concatenation = true
default-smsc = demo

#-
# 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
accepted-smsc= demo
text = "You asked nothing and I did it!"

# -- SMS BOX ROUTE ---
#
group = smsbox-route
smsbox-id = dlrbox
smsc-id = demo


# There should be always a 'default' service. This service is used when no
# other 'sms-service' is applied.

group = sms-service
keyword = default
text = <480 Characters with spaces>
concatenation = true
max-messages = 5

group = mysql-connection
id = mydlr
host = localhost
username = root
password = root

database = dlr
group = dlr-db
id = mydlr
table = dlr
field-smsc = smsc
field-timestamp = ts
field-source = source
field-destination = destination
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id= boxc

##sqlbox .conf#

group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
#global-sender = ""
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13005
smsbox-port-ssl = false
sql-log-table = sent_sms
sql-insert-table = send_sms
log-file = "/var/log/kannel/kannel-sqlbox.log"
log-level = 0
#ssl-client-certkey-file = ""
#ssl-server-cert-file = ""
#ssl-server-key-file = ""
#ssl-trusted-ca-file = ""

# Database connection examples. Please uncomment as needed

# Example MYSQL Connection
group = mysql-connection
id = sqlbox-db
host = localhost
username = root
password = sqladmin
database = smart_kannel


so kindly let me if any wrong parameters I have mention.


Re: kannel setup

2012-03-21 Thread Abdul Basit
why you are starting
DEBUG: smsc_fake: start called

Connect to your gsm gateway.


On Wed, Mar 21, 2012 at 2:09 PM, Punjab OutSourcing <
punjaboutsourc...@gmail.com> wrote:

> Hello there.
> following is log detail of my running kannel system. Pl. tell me how can
> is send sms now using my ip based gsm gateway device.
> http://192.168.1.196
>
>
>  Added logfile `/tmp/kannel_core.log' with level `1'.
> 2012-03-21 14:24:32 [863] [0] INFO: HTTP: Opening server at port 13005.
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 1
> (gwlib/fdset.c:poller)
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 2
> (gwlib/http.c:server_thread)
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 3
> (gw/bb_http.c:httpadmin_run)
> 2012-03-21 14:24:32 [863] [0] DEBUG: starting smsbox connection module
> 2012-03-21 14:24:32 [863] [0] INFO: BOXC: 'smsbox-max-pending' not set,
> using default (100).
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 4
> (gw/bb_boxc.c:sms_to_smsboxes)
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 5
> (gw/bb_boxc.c:smsboxc_run)
> 2012-03-21 14:24:32 [863] [0] INFO: Set SMS resend frequency to 60 seconds.
> 2012-03-21 14:24:32 [863] [0] INFO: SMS resend retry set to unlimited.
> 2012-03-21 14:24:32 [863] [0] DEBUG: smsbox MO concatenated message
> handling enabled
> 2012-03-21 14:24:32 [863] [4] DEBUG: Thread 4
> (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 863.
> 2012-03-21 14:24:32 [863] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [0] INFO: DLR rerouting for smsc id <(null)>
> disabled.
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 6
> (gw/smsc/smsc_fake.c:fake_listener)
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 7
> (gw/bb_smscconn.c:sms_router)
> 2012-03-21 14:24:32 [863] [0] DEBUG: starting UDP sender/receiver module
> 2012-03-21 14:24:32 [863] [0] INFO: Adding interface *
> 2012-03-21 14:24:32 [863] [0] DEBUG: udpc_create: Bound to UDP <
> 0.0.0.0:9200>
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 8
> (gw/bb_udp.c:udp_receiver)
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 9
> (gw/bb_udp.c:udp_sender)
> 2012-03-21 14:24:32 [863] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps
> to pid 863.
> 2012-03-21 14:24:32 [863] [6] DEBUG: Thread 6
> (gw/smsc/smsc_fake.c:fake_listener) maps to pid 863.
> 2012-03-21 14:24:32 [863] [7] DEBUG: Thread 7
> (gw/bb_smscconn.c:sms_router) maps to pid 863.
> 2012-03-21 14:24:32 [863] [8] DEBUG: Thread 8 (gw/bb_udp.c:udp_receiver)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [9] DEBUG: Thread 9 (gw/bb_udp.c:udp_sender)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [0] DEBUG: udpc_create: Bound to UDP <
> 0.0.0.0:9201>
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 10
> (gw/bb_udp.c:udp_receiver)
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 11
> (gw/bb_udp.c:udp_sender)
> 2012-03-21 14:24:32 [863] [0] DEBUG: starting wapbox connection module
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 12
> (gw/bb_boxc.c:wdp_to_wapboxes)
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 13
> (gw/bb_boxc.c:wapboxc_run)
> 2012-03-21 14:24:32 [863] [0] DEBUG: starting WDP router
> 2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 14
> (gw/bearerbox.c:wdp_router)
> 2012-03-21 14:24:32 [863] [0] INFO:
> 
> 2012-03-21 14:24:32 [863] [0] INFO: Kannel bearerbox II version 1.4.2
> starting
> 2012-03-21 14:24:32 [863] [0] INFO: MAIN: Start-up done, entering mainloop
> 2012-03-21 14:24:32 [863] [0] DEBUG: smsc_fake: start called
> 2012-03-21 14:24:32 [863] [10] DEBUG: Thread 10 (gw/bb_udp.c:udp_receiver)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [11] DEBUG: Thread 11 (gw/bb_udp.c:udp_sender)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [12] DEBUG: Thread 12
> (gw/bb_boxc.c:wdp_to_wapboxes) maps to pid 863.
> 2012-03-21 14:24:32 [863] [13] DEBUG: Thread 13 (gw/bb_boxc.c:wapboxc_run)
> maps to pid 863.
> 2012-03-21 14:24:32 [863] [14] DEBUG: Thread 14
> (gw/bearerbox.c:wdp_router) maps to pid 863.
>
>


-- 
Regards,

Abdul Basit | +92 32 1416 4196 | +92 30 0841 1445


kannel setup

2012-03-21 Thread Punjab OutSourcing
Hello there.
following is log detail of my running kannel system. Pl. tell me how can is
send sms now using my ip based gsm gateway device.
http://192.168.1.196


 Added logfile `/tmp/kannel_core.log' with level `1'.
2012-03-21 14:24:32 [863] [0] INFO: HTTP: Opening server at port 13005.
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 2
(gwlib/http.c:server_thread)
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 3
(gw/bb_http.c:httpadmin_run)
2012-03-21 14:24:32 [863] [0] DEBUG: starting smsbox connection module
2012-03-21 14:24:32 [863] [0] INFO: BOXC: 'smsbox-max-pending' not set,
using default (100).
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 4
(gw/bb_boxc.c:sms_to_smsboxes)
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 5
(gw/bb_boxc.c:smsboxc_run)
2012-03-21 14:24:32 [863] [0] INFO: Set SMS resend frequency to 60 seconds.
2012-03-21 14:24:32 [863] [0] INFO: SMS resend retry set to unlimited.
2012-03-21 14:24:32 [863] [0] DEBUG: smsbox MO concatenated message
handling enabled
2012-03-21 14:24:32 [863] [4] DEBUG: Thread 4
(gw/bb_boxc.c:sms_to_smsboxes) maps to pid 863.
2012-03-21 14:24:32 [863] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run)
maps to pid 863.
2012-03-21 14:24:32 [863] [0] INFO: DLR rerouting for smsc id <(null)>
disabled.
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 6
(gw/smsc/smsc_fake.c:fake_listener)
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 7
(gw/bb_smscconn.c:sms_router)
2012-03-21 14:24:32 [863] [0] DEBUG: starting UDP sender/receiver module
2012-03-21 14:24:32 [863] [0] INFO: Adding interface *
2012-03-21 14:24:32 [863] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9200
>
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 8
(gw/bb_udp.c:udp_receiver)
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 9
(gw/bb_udp.c:udp_sender)
2012-03-21 14:24:32 [863] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread)
maps to pid 863.
2012-03-21 14:24:32 [863] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run)
maps to pid 863.
2012-03-21 14:24:32 [863] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps
to pid 863.
2012-03-21 14:24:32 [863] [6] DEBUG: Thread 6
(gw/smsc/smsc_fake.c:fake_listener) maps to pid 863.
2012-03-21 14:24:32 [863] [7] DEBUG: Thread 7 (gw/bb_smscconn.c:sms_router)
maps to pid 863.
2012-03-21 14:24:32 [863] [8] DEBUG: Thread 8 (gw/bb_udp.c:udp_receiver)
maps to pid 863.
2012-03-21 14:24:32 [863] [9] DEBUG: Thread 9 (gw/bb_udp.c:udp_sender) maps
to pid 863.
2012-03-21 14:24:32 [863] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9201
>
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 10
(gw/bb_udp.c:udp_receiver)
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 11
(gw/bb_udp.c:udp_sender)
2012-03-21 14:24:32 [863] [0] DEBUG: starting wapbox connection module
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 12
(gw/bb_boxc.c:wdp_to_wapboxes)
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 13
(gw/bb_boxc.c:wapboxc_run)
2012-03-21 14:24:32 [863] [0] DEBUG: starting WDP router
2012-03-21 14:24:32 [863] [0] DEBUG: Started thread 14
(gw/bearerbox.c:wdp_router)
2012-03-21 14:24:32 [863] [0] INFO: 
2012-03-21 14:24:32 [863] [0] INFO: Kannel bearerbox II version 1.4.2
starting
2012-03-21 14:24:32 [863] [0] INFO: MAIN: Start-up done, entering mainloop
2012-03-21 14:24:32 [863] [0] DEBUG: smsc_fake: start called
2012-03-21 14:24:32 [863] [10] DEBUG: Thread 10 (gw/bb_udp.c:udp_receiver)
maps to pid 863.
2012-03-21 14:24:32 [863] [11] DEBUG: Thread 11 (gw/bb_udp.c:udp_sender)
maps to pid 863.
2012-03-21 14:24:32 [863] [12] DEBUG: Thread 12
(gw/bb_boxc.c:wdp_to_wapboxes) maps to pid 863.
2012-03-21 14:24:32 [863] [13] DEBUG: Thread 13 (gw/bb_boxc.c:wapboxc_run)
maps to pid 863.
2012-03-21 14:24:32 [863] [14] DEBUG: Thread 14 (gw/bearerbox.c:wdp_router)
maps to pid 863.