Hello Vaibhav,

    Treat each connection as a disctinct SMSC, enabling only
transmitter or receiver for each one of them:

#SMSC RX
group = smsc
smsc = smpp
smsc-id = YOURCARRIER_RX
allowed-smsc-id = "YOURCARRIER_RX"
host = 66.66.66.66
receive-port = 6666
smsc-username = "rxuser"
smsc-password = "rxpass"
...


#SMSC TX
group = smsc
smsc = smpp
smsc-id = YOURCARRIER_TX
allowed-smsc-id = "YOURCARRIER_TX"
host = 99.99.99.99
port = 9999
smsc-username = "txuser"
smsc-password = "txpass"
...

I think this will do the trick for you.
Try not to send the same question to devel@ and users@
Best regards!
Rodrigo.


On 7/11/06, Vaibhav Solanki <[EMAIL PROTECTED]> wrote:

Hello all,

I am having two hosts(ip) and different ports for RX and TX settings in
Kannel.
Is it possible to configure SMPP with one RX and one with TX settings.

Or else please letmme know how to configure the same with Kannel.
Please help urgently !

Thankz

Vaibhav

Reply via email to