Hi,
gw/bb_boxc.c considers new smsbox connections unroutable until they are
identified or an MT is sent from them. I don't know what identification it
means, but why don't you try to send an MT to FAKE smsc through your smsbox
to start with?
BR,
Nikos
----- Original Message -----
From: "Andy Beak" <[email protected]>
To: "Kiran Reddy" <[email protected]>
Cc: <[email protected]>
Sent: Monday, May 10, 2010 7:21 PM
Subject: Re: smsbox_list is empty
Hi,
Thanks for the swift reply! I wasn't expecting that :)
My conf file is listed below.
I commented out the fake smsc because I thought it would be better to test
with an smsc emulator.
When I connect the bearerbox it starts saying WARNING: smsbox_list empty!
When I connect the smsbox it kicks off hundreds of messages saying
[4] INFO: Starting to service <No action specified> from <123456> to
<123456>
#-----------------------------CONFIG File
group = core
admin-port = 13000
admin-password = adminpass
admin-deny-ip = ""
admin-allow-ip = "192.168.0.*"
wapbox-port = 13002
smsbox-port = 13003
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
box-deny-ip = ""
box-allow-ip = "192.168.0.*"
#group = wapbox
#bearerbox-host = localhost
#log-file = "/var/log/kannel/wapbox.log"
group = smsbox
bearerbox-host = localhost
sendsms-chars = "0123456789 +-"
global-sender = 123456
access-log = "kannel.access"
log-file = "smsbox.log"
log-level = 0
sendsms-port = 13131
smsbox-id = "TestSMSbox"
# group = smsc
# smsc = fake
# port = 10002
# connect-allow-ip = "*.*.*.*"
group = smsc
smsc = smpp
host = 192.168.0.215
port = 2775
receive-port = 2775
smsc-username = "smppclient1"
smsc-password = "password"
system-type = "VMA"
smsc-id = "TestSMSC"
group = sendsms-user
username = testuser
password = testpass
group = sms-service
keyword = default
text = "No action specified"
catch-all = true
group = smsbox-route
smsbox-id = "TestSMSbox"
smsc-id = "TestSMSC"
On 10/05/2010 05:42 PM, Kiran Reddy wrote:
Hi Andy,
Please add conf file.
Regards,
------------
Kiran Reddy
-------Original Message-------
From: Andy Beak<[email protected]>
To: [email protected]
Subject: smsbox_list is empty
Sent: May 10 '10 9:08pm
Hi,
I've searched the archive and can't find a solution for the error
"[15629] [7] WARNING: smsbox_list empty!".
I originally set my config up from scratch by reading through the
documentation.
I have tried using the example config that ships with Kannel but it
also
gives the same error.
I'm using the SMSC emulator from selenium software to set up an smpp
3.4
smsc in the kannel.conf
Could anybody shed some light on this please?
Thanks,
Andy