So we should do it like this, on our bearerbox config? Or we should include this also on the smsbox config?

#    GROUP CONFIG
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = *****
 

# SMSC1 CONNECTIONS
group = smsc
smsc =  cimd2
host = 192.168.0.1
port = 9971
smsc-username =*****
smsc-password = xxxxx
keepalive = 1

# SMSC1 CONNECTIONS
group = smsc
smsc =  cimd2
host = 192.168.0.2
port = 9971
smsc-username =*****
smsc-password = xxxxx
keepalive = 1

Oded Arbel wrote:

 Those are two seperate _SMSC_ configurations, not only smsbox. it is important to understand that only the bearerbox actually connects to the SMSC, so you must have both SMSC configurations in the same configuration file read by bearerbox (assuming of course, that you are running only one bearerbox). if setup correctly, it is possible to use one SMSC connection for MOs and one for MTs, with or w/o cooperation from the SMSC provider. but it has little relevance on the way messages are routed to the smsboxes.--
Oded Arbel
m-Wise mobile solutions
[EMAIL PROTECTED]
 +972-9-9581711
+972-67-340014
 ::..
Boling's postulate:
If you're feeling good, don't worry.  You'll get over it.
 
-----Original Message-----
From: Andy Elacion, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 25, 2002 10:46 AM
To: [EMAIL PROTECTED]
Subject: Re: 1 kannel 2 SMS
 
"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 
 
 

 


 

--
Andy Elacion, Jr.
Network Supervisor
imGAME.com.ph
----------------------------------------------------------------------
The information contained in this Internet message is confidential and intended only for the use of the individual or entity identified. If the reader of this message is not the intended recipient, any dissemination, distribution or copying of the information contained in this Internet message is strictly prohibited. If you received this message in error, please notify the sender immediately.
 

Reply via email to