Re: 1 kannel 2 SMS

2002-07-10 Thread Andy Elacion, Jr.


Yes! It worked!
Great.
Thanks a lot.
Andy
Oded Arbel wrote:
Andy Elacion, Jr. wrote:
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 = x
keepalive = 1
# SMSC1 CONNECTIONS
group = smsc
smsc =  cimd2
host = 192.168.0.2
port = 9971
smsc-username =*
smsc-password = x
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:

You have to set the smsc-id for each smsc group.
 
 
 
-- 
Oded Arbel
m-Wise mobile solutions
 



Re: 1 kannel 2 SMS

2002-07-10 Thread Oded Arbel




Andy Elacion, Jr. wrote:
  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 = x 
keepalive = 1 
  # SMSC1 CONNECTIONS 
group = smsc 
smsc =  cimd2 
host = 192.168.0.2 
port = 9971 
smsc-username =* 
smsc-password = x 
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: 


You have to set the smsc-id for each smsc group.



-- 
Oded Arbel
m-Wise mobile solutions






Re: 1 kannel 2 SMS

2002-07-07 Thread Aarno Syvänen
Andy Elacion, Jr. kirjoittaa lauantaina, 6. heinäkuuta 2002, kello 06:36:So we should do it like this, on our bearerbox config? Or we should include this also on the smsbox config?

Adding following to the bearerbox config should be enough. 

#    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 = x
keepalive = 1

# SMSC1 CONNECTIONS
group = smsc
smsc =  cimd2
host = 192.168.0.2
port = 9971
smsc-username =*
smsc-password = x
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.
 
 
 

--
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.
 



Re: 1 kannel 2 SMS

2002-07-05 Thread Andy Elacion, Jr.


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 = x
keepalive = 1
# SMSC1 CONNECTIONS
group = smsc
smsc =  cimd2
host = 192.168.0.2
port = 9971
smsc-username =*
smsc-password = x
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.
 


RE: 1 kannel 2 SMS

2002-06-25 Thread Oded Arbel



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 Arbelm-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 
  AMTo: [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. 
-AndyHere 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       
   


Re: 1 kannel 2 SMS

2002-06-25 Thread Andy Elacion, Jr.


"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
 
 
 
 



 


RE: 1 kannel 2 SMS

2002-06-25 Thread Oded Arbel

Not really. you can send MTs using send-sms interface to a specific smsbox, but you 
will receive MOs from both smsboxes, as Kannel does a round robin load balancing act 
between all smsboxes configured. I don't think that having such a fine grained control 
over the smsbox delivery is needed or beneficial. it's mainly a way to add a false 
sense of order into the system, for the benefit of managerial-think, at the cost of 
hurting efficiency and performance.

--
Oded Arbel
m-Wise mobile solutions
[EMAIL PROTECTED]

+972-9-9581711
+972-67-340014

::..
As every cat owner knows, nobody owns a cat.
-- Ellen Perry Berkeley




-Original Message-
From: Andy Elacion, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 25, 2002 5:44 AM
To: '[EMAIL PROTECTED]'
Subject: 1 kannel 2 SMS


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






1 kannel 2 SMS

2002-06-24 Thread Andy Elacion, Jr.

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