Hi Sergey,
CAPProviderWrapper#getCAPDialog(TxId)
returns a CAPDialogActivityHandle.
Now call
getActivity()-> CAPDialogWrapper.
And on the
CAPDialogWrapper you can invoke release or close(boolean) – I’m not sure, which
was the correct method to send a release message, It's some years ago...
But, why so complicated (2 dialogs, TCAP, CAP stack, application)?
Is it not
possible to implement it just with a simple M3UA + SCCP stack, which receive
and forward messages, based on SCCP rules? Some years ago, I've implemented a
simple SS7FrontEnd in such manner. It was based on the map load server, but
without TCAP & MAP layer.
https://github.com/RestComm/jss7/blob/master/map/load/src/main/java/org/restcomm/protocols/ss7/map/load/Server.java
BR,
Vladimir