jdiameter icon indicating copy to clipboard operation
jdiameter copied to clipboard

RestComm Diameter Stack and Services

Results 88 jdiameter issues
Sort by recently updated
recently updated
newest added

Currently the stack has basic support for SCTP. It should be investigated what (if anything) is required to support SCTP Multi-Homing feature and implement it.

enhancement
Help Wanted

JDiameter support for up to 4 IP addresses on SCTP level for both server and client. This fixes #25 and #130 ` ` Yields (server/network guard): `$ cat /proc/net/sctp/eps ENDPT...

When running jdiameter as a server with two address: ``` ... .... ``` Peer (2.3.4.5/6.7.8.9) sends INIT to 1.2.3.4 with: IPv4 address parameter 2.3.4.5. IPv4 address parameter 6.7.8.9 Server (jdiameter...

Help Wanted

Bumps wildfly-server from 2.2.0.Final to 16.0.1.Final. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.wildfly.core:wildfly-server&package-manager=maven&previous-version=2.2.0.Final&new-version=16.0.1.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Detect the “loop” in case of getting DEA (Diameter Eap Answer) with code 3006 (DIAMETER_REDIRECT_INDICATION) and setting the additional AAA_FAILURE_INDICATION AVP (1518) in the following DER in order to break...

I need to connect the stack to a DRA. So the messages I send will be routed through a DRA (Diameter Routing Agent) So far, I see no possibility to...

Hello all, What kind of functionality does Jdiameter HA Cluster provide? Is it? a. Multiple instances of Jdiameter Stack running which handles the requests in case of increased load. If...

When starting JDiameter I have issue in following piece of code unwrapping the network and adding the network listener: ``` config = new XMLConfiguration(is); logger.info("Client Stack config loaded!"); serverURI =...

right client.xsd: JDiameter Client configuration Local peer parameters Local peer uri. Local peer ip address. Local peer realm. Local peer vendor identificator. Product name of stack. Firmware revision of stack....

Sorry to be that guy, but is this repository abandoned? There's pull requests but nobody merging them?