Hi all
I have to connect to one cell operartor that is asking me to make one
connection per shortnumber:

Information for connecting:
---------------------------------------
(Shortcode 1234)

IP: aaa.bbb.ccc.ddd
Port: 4000
*Source: 1234*
System ID: uuuu
Password: pppp
System Type: smpp
Source TON: 2
Source NPI: 1
Destination TON: 2
Destination NPI: 1

One bind for Rx, and one bind for Tx.
---------------------------------------

My conf is like:

group = smsc
smsc = smpp
smsc-id = carrier1
allowed-smsc-id = "carrier1"
host = aaa.bbb.ccc.ddd
port = 4000
receive-port = 4000
smsc-username = "uuuu"
smsc-password = pppp
system-type = "smpp"
reconnect-delay = 10
address-range = ""
connect-allow-ip = aaa.bbb.ccc.ddd
source-addr-ton = 2
source-addr-npi = 1
dest-addr-ton = 2
dest-addr-npi = 1

But, I need to connec for short number 1234 and 5678
1) How can I tell kannel that a connection is for certain short number?
2) What "One bind for Rx, and one bind for Tx." means? That I have to set:
port = 4000
receive-port = 4000
???

Thanks in advance
Regards

Diego

Reply via email to