Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send() is not working #342

Open
naseemr opened this issue Sep 15, 2022 · 2 comments
Open

send() is not working #342

naseemr opened this issue Sep 15, 2022 · 2 comments

Comments

@naseemr
Copy link

naseemr commented Sep 15, 2022

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line, delete the rest of these comments:

/kind bug

/kind feature

What happened:
we receive InserSubscriberDataRequest fromHLR and we see onInsertSubscriberDataRequest method print out Got ISD; but when using dialog.send(), we do out see any outgoing mesage.
Here is the method:
@OverRide
public void onInsertSubscriberDataRequest(InsertSubscriberDataRequest arg0) {
System.out.println("got ISD");
try {
MAPDialogMobility diag = arg0.getMAPDialog();
diag.addInsertSubscriberDataResponse(arg0.getInvokeId(), null, null, null, null, null, null, null, null, null);
diag.send();
} catch (MAPException e1) {
e1.printStackTrace();
}
}

What you expected to happen:
Expecting sending TC-CONTINUE
How to reproduce it (as minimally and precisely as possible):
Bring up SS7 stack; sending UpdateLocationRequest, to HLR
DEBUG - Initializing SCTP Stack ....
DEBUG - Client
DEBUG - Initialized SCTP Stack ....
DEBUG - Initializing M3UA Stack ....
DEBUG - Initialized M3UA Stack ....
DEBUG - Initializing SCCP Stack ....
DEBUG - Initialized SCCP Stack ....
DEBUG - Initializing TCAP Stack ....
DEBUG - Initializing MAP Stack ....
DEBUG - Initialized MAP Stack ....
DEBUG - Starting ASP
DEBUG - ASP Started
DEBUG - Stack Initilized

Anything else we need to know?:

Environment:

  • Restcomm JSS7 version (from startup logs): 8.1.1.11
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release): RHEL 7.9
  • Kernel (e.g. uname -a): Linux fxsim004 3.10.0-1160.66.1.el7.x86_64 2.1.0.FINAL #1 SMP Wed Apr 27 20:34:34 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
  • Deployment method (e.g. application server version + config + method): jar
  • Others:
@nhanth87
Copy link
Contributor

it can be SCCP routing is not correct
If you have the log, you may see some error related to SCCP

@naseemr
Copy link
Author

naseemr commented Sep 15, 2022

If it is routing error, would the UpdateLocation message be sent in first place? I dot see any error log from my exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants