RE: One SMSC conf per shot code

2007-04-03 Thread sangprabv
Hi,

Please find the how to route the sms part in the user guide, it can help you
to solve the problem.

 

Regards

 

 

Willy



Re: One SMSC conf per shot code

2007-04-03 Thread Linkas
Normally SMPP can act as a transmitter, a receiver or a "transceiver" 
(transmit+receiver).
The carrier want you to know that you need to create a connection with 
"transmit" and one connection with "receive", and not only one with 
"transceiver".


J

Diego Helmann ha scritto:

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: 
Password: 
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 = ""
smsc-password = 
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
 
 


Re: One SMSC conf per shot code

2007-04-02 Thread Alejandro Guerrieri

Diego,

You must set two almost identical configurations, except for the port
and receive-port settings, and smsc-id.

For example, if your operator directs you to use port 1234:

#TX Link
...
smsc-id = myconn-tx
allowed-smsc-id = myconn
port = 1234
receive-port = 0
...

#RX Link
...
smsc-id = myconn
allowed-smsc-id = myconn
port = 0
receive-port = 1234
...

You get the idea, allowed-smsc-id is set to "myconn" in both cases, so
any traffic directed to it will find it's way to the myconn-tx link.

Hope it helps,

Alejandro Guerrieri


On 4/2/07, Diego Helmann <[EMAIL PROTECTED]> wrote:

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: 
Password: 
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 = ""
smsc-password = 
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





--
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/
LinkedIn: http://www.linkedin.com/in/aguerrieri