Sergey Vetyutnev
Sergey Vetyutnev
I made some revision how we can fix the issue (SCCP stack does not know at the start of a DPC link a status - is it up / down...
For dialogic board case I have created a separate issue: https://github.com/RestComm/jss7/issues/87 See also https://github.com/RestComm/jss7/issues/54 (same case)
2016-03-17 09:38:23,267 ERROR [org.mobicents.protocols.ss7.tcap.DialogImpl](pool-56-thread-1) Failed to send message: java.io.IOException: java.io.IOException: com.dialogic.signaling.gct.GctException: Could not Get GCT message at org.mobicents.protocols.ss7.sccp.impl.SccpProviderImpl.send(SccpProviderImpl.java:146) at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.send(TCAPProviderImpl.java:303) at org.mobicents.protocols.ss7.tcap.DialogImpl.send(DialogImpl.java:562) at org.mobicents.protocols.ss7.map.MAPProviderImpl.fireTCBegin(MAPProviderImpl.java:1793) at org.mobicents.protocols.ss7.map.MAPDialogImpl.send(MAPDialogImpl.java:353) at org.mobicents.slee.resource.map.wrappers.MAPDialogWrapper.send(MAPDialogWrapper.java:185) at org.mobicents.smsc.slee.services.mt.SriSbb.sendSRI(SriSbb.java:591)...
A needed solution is described in https://github.com/RestComm/jss7/issues/64
New nonBlocking threading model - we will process all tasks in nonBlocking mode and any TCAP dialog will be assigned for a concrete threads. It may be done for example...
@abhayani @jaimecasero 1) Thanks @abhayani for your work (patch) I have processed provided by Amit patches and put it into the commit (it is not included into a master branch...
Hi @raidan2 your suggestion in theory make sense but we have many users that will have to refactor their applications after this upadate (it is a major one). And this...
Hello @raidan2 1) 7.0 release is already released. We are working now for next 8.0 release that code is present in master branch 2) Except of listeners we need to...
I have created an issue that explain details for switching to new SCTP lib versions https://github.com/RestComm/jdiameter/issues/60
Hello @FerUy @Monix when we are thinking how to implement it we need to undestand sources from which we can obtain data. It may be http://opencellid.org/ for example or something...