如何在 Vsmppbox 中连接多个 bearerbox?
How to connect multiple bearerbox in Vsmppbox?
如何在Vsmppbox中连接多个bearerbox进行负载均衡,我的配置文件是
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
如何为 MT SMS 配置多个承载箱,在承载箱中使用相同的 smsc_id 并在 vsmppbox 的路由 table 中使用相同的 sms_ids?
多个 bearerbox 连接是可能的,你可以在你的配置文件中重复使用这个配置,
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
多个承载盒连接是可能的,
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
变化,
如何在Vsmppbox中连接多个bearerbox进行负载均衡,我的配置文件是
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
如何为 MT SMS 配置多个承载箱,在承载箱中使用相同的 smsc_id 并在 vsmppbox 的路由 table 中使用相同的 sms_ids?
多个 bearerbox 连接是可能的,你可以在你的配置文件中重复使用这个配置,
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
多个承载盒连接是可能的,
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
变化,