Dear Sergey
I have test environment with the following info
USSD node:
Global Title: 912020015
Point Code: 2-979
SIGTRAN : 10.1.3.83
HLR node2:
Global Title: 912020077
SIGTRAN : 10.1.3.66
Point Code: 2-645
HLR node3:
Global Title: 912020078
SIGTRAN : 10.1.3.27 and 10.1.3.155
Point Code: 2-644
sctp association create STPHLR2 CLIENT 10.1.3.66 2905 10.1.3.83 2905
m3ua as create AS1 AS mode SE rc 400 traffic-mode loadshare
m3ua asp create ASP1 STPHLR2
m3ua as add AS1 ASP1
m3ua route add AS1 645 979 -1
m3ua asp start ASP1
sctp association create STPHLR3 CLIENT 10.1.3.27,10.1.3.155 2905 10.1.3.83 2906
m3ua as create AS2 AS mode SE rc 400 traffic-mode loadshare
m3ua asp create ASP2 STPHLR1
m3ua as add AS2 ASP2
m3ua route add AS2 644 979 -1
m3ua asp start ASP2
sccp rsp create 1 645 0 0
sccp rsp create 2 644 0 0
sccp rss create 1 645 8 0
sccp rss create 2 645 6 0
sccp rss create 3 644 8 0
sccp rss create 4 644 6 0
sccp sap create 1 1 979 3
sccp dest create 1 1 645 644 0 255 255
sccp dest create 1 2 644 644 0 255 255
//Rule for incoming message
sccp primary_add create 1 19 979 0 0 1 4 912020015
sccp rule create 1 K 18 0 0 0 1 4 912020015 solitary 1
//Rule for outgoing message - load balanced between 645 & 644
sccp primary_add create 2 19 645 0 0 1 4 -
sccp backup_add create 1 19 644 0 0 1 4 -
sccp rule create 2 K 18 0 0 0 1 4 * loadshared 2 1 bit3
Best regards
Loay
Hi all,
16:50:33,266 ERROR [AssociationImpl] (Thread-17) IOException while trying to write to underlying socket for Association=assoc1 IOError count=1
java.net.BindException: Cannot assign requested address
at sun.nio.ch.SctpChannelImpl.send0(Native Method)
at sun.nio.ch.SctpChannelImpl.sendFromNativeBuffer(SctpChannelImpl.java:1027)
at sun.nio.ch.SctpChannelImpl.send(SctpChannelImpl.java:987)
at sun.nio.ch.SctpChannelImpl.send(SctpChannelImpl.java:967)
at org.mobicents.protocols.sctp.AssociationImpl.doSendSctp(AssociationImpl.java:540)
at org.mobicents.protocols.sctp.AssociationImpl.doSend(AssociationImpl.java:534)
at org.mobicents.protocols.sctp.AssociationImpl.write(AssociationImpl.java:498)
at org.mobicents.protocols.sctp.SelectorThread.write(SelectorThread.java:345)
at org.mobicents.protocols.sctp.SelectorThread.run(SelectorThread.java:151)
at java.lang.Thread.run(Thread.java:722)
16:50:33,266 ERROR [AssociationImpl] (Thread-17) IOException while trying to write to underlying socket for Association=assoc1 IOError count=1
java.net.BindException: Cannot assign requested address
Hi, thank you for the answer.