Re: help configuring smppbox addon

2012-09-12 Thread Natalia Spoon
Ok thank you kindly, just how can I configure it to connect to other SMSC, I 
couldn't find it in the userguide, these are my smppbox configurations + SMSCs:

# opensmppbox.conf
--

group = core
dlr-storage = mysql

# this group defines your opensmppbox
group = opensmppbox
# our boxc type
opensmppbox-id = smppbox1
# the port to listen on for smpp connections
opensmppbox-port = 2346
# we connect to the following host as a box
bearerbox-host = 127.0.0.1
bearerbox-port = 13002
log-level = 0
log-file = opensmppbox.log
our-system-id = chim1
route-to-smsc = my-default-smsc
# see sample smpplogins.txt
smpp-logins = smpplogins.txt
# If you set usesmppbox-id, you must set use-systemid-as-smsboxid, too
# See documentation for details of this flag.
use-smppboxid = yes
use-systemid-as-smsboxid = yes
box-dlr-storage = mysql

# the following is just standard dlr configuration

group = mysql-connection
id = mydlr
host = localhost
username = root
password = password
database = kannel
# you can increase this upon a higher load
max-connections = 1

group = dlr-db
id = mydlr
table = smppbox_dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxcid
# this field is needed when use-smppboxid flag is used
#field-msg-id =id

# Rules to route MOs. Routing is based either on smsc id,
# shortcode or both.
group = client-route
client-id = myclient1
smsc-id = mysmsc1

group = client-route
client-id = myclient2
smsc-id = mysmsc2




SMSC im connected to:


#operator 1
group = smsc
smsc = smpp
smsc-id = operator1_tx
smsc-admin-id = operator1_tx
allowed-smsc-id = operator1_tx
interface-version = 34
host = IP1
smsc-username = user1*
smsc-password = password1*
system-type = smpp
transceiver-mode = 0
system-id = operator1_tx
log-file = /var/log/kannel/operator1_tx.log
log-level = 3

group = smsc
smsc = smpp
smsc-id = operator1_rx
smsc-admin-id = operator1_rx
allowed-smsc-id = operator1_rx
interface-version = 34
host = IP1
smsc-username = user1*
smsc-password = password1*
system-type = smpp
receive-port = 1024
transceiver-mode = 0
system-id = operator1_rx
log-file = /var/log/kannel/operator1_rx.log
log-level = 3


#operator 2

group = smsc
smsc = smpp
smsc-id = operator2_tx
smsc-admin-id = operator2_tx
allowed-smsc-id = operator2_tx
interface-version = 34
host = IP2
smsc-username = user2*
smsc-password = password2*
system-type = smpp
transceiver-mode = 0
system-id = operator2_tx
log-file = /var/log/kannel/operator2_tx.log
log-level = 3

group = smsc
smsc = smpp
smsc-id = operator2_rx
smsc-admin-id = operator2_rx
allowed-smsc-id = operator2_rx
interface-version = 34
host = IP2
smsc-username = user2*
smsc-password = password2*
system-type = smpp
receive-port = 1025
transceiver-mode = 0
system-id = operator2_rx
log-file = /var/log/kannel/operator2_rx.log
log-level = 3





Again, how can I configure smppbox to connect to each one of those(I know I 
need 2 smppboxes)? instead of bearerbox(which is connected to them now)? I 
think it's the smpplogins.txt is what I need to edit, just don't know how to 
configure it exactly?

Thanks for everything.




 From: Rene Kluwen rene.klu...@chimit.nl
To: 'Natalia Spoon' natalia.sp...@yahoo.com; 'users@kannel.org' 
us...@vm1.kannel.org 
Sent: Tuesday, September 11, 2012 11:04 PM
Subject: RE: help configuring smppbox addon
 

At this moment, opensmppbox only connects to 1 smsc at the time.
For multiple smsc’s you will need to start 2 opensmppbox instances. But no 
least cost or prefix or other routing is done.
 
To get in touch with companies providing services for kannel, you can post in 
commerc...@kannel.org.
 
== Rene
 
From:users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On 
Behalf Of Natalia Spoon
Sent: Tuesday, 11 September, 2012 14:45
To: users@kannel.org
Subject: help configuring smppbox addon
 
Dear Team,

My company recently started using Kannel and We have it working fine, my 
question is regarding opensmppbx, It's connected to my bearerbox and working, 
but how can We configure it to connect to my operators' smsc? We can't find it 
in it's userguide, (please note We have 2 operators).
 
Another question, how can I get in touch with companies providing services for 
kannel? ranges from mostly configuring + maintenance to sometimes backend 
server developments...
 
Thank for your time.

help configuring smppbox addon

2012-09-11 Thread Natalia Spoon
Dear Team,

My company recently started using Kannel and We have it working fine, my 
question is regarding opensmppbx, It's connected to my bearerbox and working, 
but how can We configure it to connect to my operators' smsc? We can't find it 
in it's userguide, (please note We have 2 operators).

Another question, how can I get in touch with companies providing services for 
kannel? ranges from mostly configuring + maintenance to sometimes backend 
server developments...

Thank for your time.