Sergey Vetyutnev
Sergey Vetyutnev
For supporting of sumbit_multi operation I have created 2 pull requests (into master and netty4 branches): https://github.com/fizzed/cloudhopper-smpp/pull/3 https://github.com/fizzed/cloudhopper-smpp/pull/4 Can you please check them and merge into the repo code. PS:...
The second locking using - blocking of a Dialog instanse to guarantee some processing as atomic. The example is - we can jave two different events, one from a SS7...
We may have an issue of different representation of SLS max size. This is some mess, needed to optimize it. SLS max size may be (from org.restcomm.protocols.ss7.mtp.RoutingLabelFormat) 16 (ITUT), 32...
Same we did for https://github.com/RestComm/sctp/issues/15
We need to implement separate logging for a list of sent / received MAP / CAP messages. The solution may be - any MAP / CAP error message, error /...
When DialogicMtp3UserPart has not yet started but there is a meesage from a Dialogic card, the we have such messages in the log: 2016-03-16 10:40:36,131 ERROR [org.mobicents.ss7.hardware.dialogic.DialogicMtp3UserPart](pool-32-thread-1) Error while reading...
When a Dialogic board is down or congested (I am not 100% sure that this is a congestion case but may be) we can have the mentioned lower Exception. The...
We can have a lot messages in the log when no resonse from a dialogic card ( in cases of board restart etc). Let's think may be we can make...
Tran reported the bug in SCCP stack. We have loadsharing at SCCP level to two m3ua (and SCTP) links. One of the links is constantly down because of some IP...
In cases: - when on of linksets at the board is down - and we are starting JSS7 stack after the dialogic board has already started then the board does...