"Andy Elacion, Jr." wrote:
We have a kannel (1 bearerbox) and 2 separated SMS boxes config.  I want to explore more this set-up.

Is it possible to use the 1 smsbox to act as receive/incoming sms messages and the 2 smsbox to act as to send/out-going sms message.

All help is deeply apreciated.

-Andy

Here is my config to be implemented for the above config.  Please take a look at this, any comment is deeply appreciated.
 
# SMSC CONNECTIONS 1 (ONE)
group = smsc
smsc =  sms1
host = [1.2.3.4]
port = 8135
smsc-id = sms1
denied-smsc-id = sms2

# SMSBOX SETUP
group = smsbox
bearerbox-host = [1.2.4.1]
sendsms-port = 13013
sendsms-chars = "0123456789 +-"

# SEND-SMS USERS
group = sendsms-user
username = xxx
password = xxx
forced-smsc = sms2

# SERVICES
group = sms-service
accepted-smsc = sms1
keyword = test
catch-all = true
get-url = "http://localhost/..."

# SMSC CONNECTIONS 2 (TWO)
group = smsc
smsc =  sms2
host = [1.2.3.5]
port = 8125
smsc-id = sms2
denied-smsc-id = sms2

# SMSBOX SETUP
group = smsbox
bearerbox-host = [1.2.4.1]
sendsms-port = 13023
sendsms-chars = "0123456789 +-"

# SEND-SMS USERS
group = sendsms-user
username = xxx
password = xxx
forced-smsc = sms2

# SERVICES
# no config
 
 
 
 


 

Reply via email to