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