Hi Guys,
I am new to Kannel and am trying to set up the following SMPP configuration with OpenMarket (www.openmarket.com). We have a Kannel server in our Data Center with the intention to connect multiple smsc's SMPP.
I’m trying to set up the SMPP connection with OpenMarket but the connection was reconnects every 30 seconds, the following configuration is based in the SMPP account configuration submitted by OpenMarket. Anybody knows what the problem could be and how to solve it. Is that a
kannel known bug? any help will be appreciated.
# Default kannel configuration file
group = core
admin-port=13000
admin-password=pass
status-password=pass
admin-deny-ip="*.*.*.*"
admin-allow-ip="127.0.0.1"
smsbox-port=13001
wapbox-port=13002
box-deny-ip="*.*.*.*"
box-allow-ip="127.0.0.1"
wdp-interface-name="*"
log-file=/var/log/kannel/bearerbox.log
log-level=0
group=smsc
smsc=smpp
smsc-id=internal
interface-version=34
host="myhost1.openmarket.com"
port=xxxx
alt-host="myalt-host2.openmarket.com"
alt-port=xxxx
smsc-username="username"
smsc-password="password"
system-type=default
sms-center=OpenMarket
transceiver-mode=1
group = smsbox
bearerbox-host=localhost
sendsms-port=13013
access-log="kannel.access"
log-file="smsbox.log"
log-level=0
group = wapbox
bearerbox-host = localhost
log-file = "wapbox.log"
Regards;
Felix Pol