Thanks Ibrahim for the follow-up,
1/
Firstly i am confused about this error regarding the sccp-rule.... before starting this project of building an sctp-client from scratch with jainslee.
I was using wildfly-10.1.0.Final in (server170) and (server168) then created an SS7 CLIENT_SERVER-association between them through the following files:
/wildfly-10.1.0.Final/standalone-ss7/data/Mtp3UserPart_m3ua1.xml
/wildfly-10.1.0.Final/standalone-ss7/data/SccpStack_sccpressource2.xml
/wildfly-10.1.0.Final/standalone-ss7/data/SccpStack_sccprouter2.xml
/wildfly-10.1.0.Final/standalone-ss7/data/SCTPManagement_sctp.xml
Both client and server were able to communicate and send message without having sccp-rule problem..... i never had this problem in this situation.....
kindly check the following files: data-config-170.zip and data-config-168.zip 100 % WORKING....
2/
Now I have deleted all these files in 168CLIENT inside
/wildfly-10.1.0.Final/standalone-ss7/data/Mtp3UserPart_m3ua1.xml
/wildfly-10.1.0.Final/standalone-ss7/data/SccpStack_sccpressource2.xml
/wildfly-10.1.0.Final/standalone-ss7/data/SccpStack_sccprouter2.xml
/wildfly-10.1.0.Final/standalone-ss7/data/SCTPManagement_sctp.xml
and created a CLIENT-SCTP-SERVER from scratch with jainslee and deployed my SBB in /wildfly-10.1.0.Final/standalone/deployments/....... on successful deployment my SBB is creating these config files in the following path :
/wildfly-10.1.0.Final/bin/Client_sctp.xml
/wildfly-10.1.0.Final/bin/MapLoadClientSccpStack_sccprouter2.xml
/wildfly-10.1.0.Final/bin/MapLoadClientSccpStack_sccpresource2.xml
/wildfly-10.1.0.Final/bin/ClientM3UA_m3ua1.xml
Please note that the association has been established between 170SERVER and 168CLIENT and i made a pcap to check if 168CLIENT is sending INIT and receiving ACK...... Everything is okey from here on ... But whenever i tries to send message from 168CLIENT to 170SERVER with the same configuration done in above example [ 1/ ] i am receiving sccp-rule error..... kindly check the following files: scratch-data-config-168.zip...... 50% WORKING
------------------------------------------------------------
So my question is this ...... why example 1 is working without problem and example 2 is giving me error ? even though i have followed the same configuration from example 1....... the only changes happening here is 168CLIENT has been build from scratch not from wildfly SS7 stack.
Do i have to remove 170SERVER config files from wildfly SS7 and build it from scratch as well like i did with 168CLIENT ? so in other words both client and server will be build from scratch with jainslee and not wildfly SS7 stack ?
Does it matter one side using config files from wildfly SS7 stack and other side not using it ?
Please guys any help will be much appreciatted .
Br.