如何连接Vsmppbox中的多个承载箱以实现负载平衡,我的配置文件是
group=vsmppbox
id=VSMPPBOX
log-file=/var/log/kannel/vsmppbox.log
log-level=0
smpp-port=4721
database-type=mysql
database-config=mysql
database-enable-queue=1
inbound-queue-threads=10
outbound-queue-threads=10
auth-method=1
database-user-table=smpp_users
database-store-table=smpp_store
database-log-table=smpp_log
database-pdu-table=smpp_queued_pdu
database-route-table=smpp_route
database-ndnc-table=smpp_ndnc
database-spam-table=smpp_spam
database-template-table=smpp_template
database-sender-table=smpp_sender
database-version-table=smpp_version
group=mysql-connection
id=mysql
host=localhost
username=root
password=
database=kannel_smpp
max-connections=50
group=bearerbox-connection
id=SMPPBOX-TEST
host=localhost
port=13002
group=http-server
port=14010
password=vsmppbox
group=smpp-routing
routing-method=1如何在承载箱中配置同一个smsc_id的MT短消息多个承载箱,并在vsmppbox的路由表中使用相同的sms_ids?
发布于 2016-09-05 05:13:11
多个熊箱连接是可能的,您可以在配置文件中重复使用此配置,
group=bearerbox-connection
id=SMPPBOX-TEST
host=localhost
port=13002
group=bearerbox-connection
id=SMPPBOX-TEST1
host=localhost
port=13003
group=bearerbox-connection
id=SMPPBOX-TEST2
host=localhost
port=13004 发布于 2016-09-16 09:01:47
多个承载箱连接是可能的,
group=bearerbox-connection
id=SMPPBOX-TEST
host=localhost
port=13002
group=bearerbox-connection
id=SMPPBOX-TEST1
host=localhost
port=13003
group=bearerbox-connection
id=SMPPBOX-TEST2
host=localhost
port=13004 可以在配置文件( id和port更改)中重复使用此配置,
https://stackoverflow.com/questions/39317161
复制相似问题