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

RouteSelectFailureSpecificInfoImpl toString curley bracket #3001

Open
mon205 opened this issue Oct 9, 2019 · 0 comments
Open

RouteSelectFailureSpecificInfoImpl toString curley bracket #3001

mon205 opened this issue Oct 9, 2019 · 0 comments

Comments

@mon205
Copy link

mon205 commented Oct 9, 2019

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug

/kind feature

What happened:
When trying to print a cap message of type (EventReportBCSMRequestImpl) using toString() method, it will print the 'legID' and 'miscCallInfo' in separate parts than the main message part.

What you expected to happen:
The 'leg' id and 'miscCallInfo' should be printed inside the main message part

How to reproduce it (as minimally and precisely as possible):
Just call toString() for any EventReportBCSMRequestImpl message and the issue will raise.

Anything else we need to know?:
After debugging, I found that the problem is in the RouteSelectFailureSpecificInfoImpl.toString() method where a curly bracket '{' printed mistakenly instead of the bracket '['
I can fix this issue directly if you let me do a PR. User name is 'mon205'

Environment:

  • Restcomm Connect version (from startup logs): cap-impl 8.0.0-179
  • Cloud provider or hardware configuration: direct usage of cap-impl libraries
  • OS (e.g. from /etc/os-release): Windows 10
  • Kernel (e.g. uname -a):
  • Deployment method (e.g. docker-compose, with linked docker-compose.yml file,
    or application server info + deployment option):
  • Others: I am using the cap libraries directly (jSS7 jar files).
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

1 participant