There's no problem in stablishing two connections on the same port. You can use same IP, port, username and password. Just identify them with distinct names:
(This is a user-related question, so please, address it to the appropriate list) #SMSC NEXTEL1 group = smsc smsc = smpp smsc-id = NEXTEL1 allowed-smsc-id = "NEXTEL1;NEXTEL2" host = www.xxx.yyy.zzz receive-port = 800 port = 800 smsc-username = **user** smsc-password = **pass** system-type = "EXT_SME" connect-allow-ip = "*.*.*.*" source-addr-npi = 0 #SMSC NEXTEL2 group = smsc smsc = smpp smsc-id = NEXTEL2 allowed-smsc-id = "NEXTEL1;NEXTEL2" host = www.xxx.yyy.zzz receive-port = 800 port = 800 smsc-username = **user** smsc-password = **pass** system-type = "EXT_SME" connect-allow-ip = "*.*.*.*" source-addr-npi = 0 On Mon, Dec 29, 2008 at 10:06 AM, Chaitanya Bhatt // Viva <[email protected]> wrote: > Hi > > My smpp provider has given me one smpp username,password & 2 ports, and told > to use 3 binds as transmitter on port1, 3 binds as transmitter on port2, 1 > bind as receiver on port2 to get good throughput. > But i don't know how to configure multiple binds on single port? > However i have configured this as follow:- > > Please let me know whether i had configured correct or not? > > > group = smsc > smsc = smpp > smsc-id = smscid > host=xxx.xxx.xxx.xxx > smsc-username= smscid > smsc-password=xxxx > port = port1 > receive-port=port2 > connect-allow-ip = 127.0.0.1 > system-type="" > address-range="" > source-addr-ton=1 > source-addr-npi=1 > dest-addr-ton=1 > dest-addr-npi=1 > reroute-dlr=1 > > group = smsc > smsc = smpp > smsc-id = smscid > host=xxx.xxx.xxx.xxx > smsc-username= smscid > smsc-password=xxxx > port = port1 > receive-port=port2 > connect-allow-ip = 127.0.0.1 > system-type="" > address-range="" > source-addr-ton=1 > source-addr-npi=1 > dest-addr-ton=1 > dest-addr-npi=1 > reroute-dlr=1 > > group = smsc > smsc = smpp > smsc-id = smscid > host=xxx.xxx.xxx.xxx > smsc-username= smscid > smsc-password=xxxx > port = port1 > receive-port=port2 > connect-allow-ip = 127.0.0.1 > system-type="" > address-range="" > source-addr-ton=1 > source-addr-npi=1 > dest-addr-ton=1 > dest-addr-npi=1 > reroute-dlr=1 > > group = smsc > smsc = smpp > smsc-id = smscid > host=xxx.xxx.xxx.xxx > smsc-username= smscid > smsc-password=xxxx > port = port2 > receive-port=port2 > connect-allow-ip = 127.0.0.1 > system-type="" > address-range="" > source-addr-ton=1 > source-addr-npi=1 > dest-addr-ton=1 > dest-addr-npi=1 > reroute-dlr=1 > > group = smsc > smsc = smpp > smsc-id = smscid > host=xxx.xxx.xxx.xxx > smsc-username= smscid > smsc-password=xxxxx > port =port2 > receive-port=port2 > connect-allow-ip = 127.0.0.1 > system-type="" > address-range="" > source-addr-ton=1 > source-addr-npi=1 > dest-addr-ton=1 > dest-addr-npi=1 > reroute-dlr=1 > > group = smsc > smsc = smpp > smsc-id = smscid > host=xxx.xxx.xxx.xxx > smsc-username= smscid > smsc-password=xxxx > port = port2 > receive-port=port2 > connect-allow-ip = 127.0.0.1 > system-type="" > address-range="" > source-addr-ton=1 > source-addr-npi=1 > dest-addr-ton=1 > dest-addr-npi=1 > reroute-dlr=1 > > group = smsc > smsc = smpp > smsc-id = smscid > host=xxx.xxx.xxx.xxx > smsc-username= smscid > smsc-password=xxxx > receive-port=port2 > connect-allow-ip = 127.0.0.1 > system-type="" > address-range="" > source-addr-ton=1 > source-addr-npi=1 > dest-addr-ton=1 > dest-addr-npi=1 > > -- > Thanks & Regards > Chaitanya Bhatt >
