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

We have noticed that when a client peer is unable to send a DWA (can happen in case there is an issue with the TCP connection, eg half open connection),...

@Override public void sendAccountAnswer(RfAccountingAnswer accountAnswer) throws InternalException, IllegalStateException, RouteException, OverloadException { try { session.send(accountAnswer.getMessage()); /* TODO: Need to notify state change... if (isStateless() && isValid()) { session.release(); } */ }...

Hello, I have working jDiameter over TCP, When I switch to SCTP, Only capabilities Exchange and Watchdog are sent, this.session.send(r, this); can't seem to be triggered in case of SCTP...

Currently the TLS support in Diameter stack is somewhat "proprietary", based mostly on the way RFC 6733 specifies, and it's known to work properly between two jDiameter instances but not...

enhancement
Help Wanted

It is useful to have AvpImpl and AvpSetImpl class public for encoding and decoding.

* for all applications that we support (list below)

Epic