Hi Gustavo

In your config you can use allowed/denied smsc in order allow/deny what
you need for TX.

However there is no way -as far as I know- to block incomming messages.
You might talk to your provider if  they can do that.

Hope Helps

On Wed, 2008-10-29 at 18:52 +0000, Villada, Gustavo wrote:
> A SMSC say that us must receive (only) the messages via one connection and 
> must send the responses via other connection...
> 
> We have kannel correctly configured for others carriers...
> 
> How we can configure this situation with kannel only?
> 
> We think that adding a HTTP processor that receive by one and transmit by 
> other is possible, but not desirable.
> 
> The HOST, port are equals, we have different users for each connection.
> 
> 
> Copy the piece of kannel.conf
> 
> group = smsc
> smsc = smpp
> smsc-id = v-tx
> host = HOST
> port = 9001
> smsc-username = user01
> smsc-password = pwd01
> system-type = ""
> my-number = 11111
> log-file = "/var/log/kannel/v-tx.log"
> log-level = 1
> 
> group = smsc
> smsc = smpp
> smsc-id = v-rx
> host = HOST
> port = 9001
> receive-port = 9001
> smsc-username = user01
> smsc-password = pwd01
> system-type = ""
> my-number = 11111
> log-file = "/var/log/kannel/v-rx.log"
> log-level = 1
> 
> 
> TIA
> Gustavo
> 


Reply via email to