user2681375
user2681375

Reputation: 11

Diameter protocol CCR request not routable

I am using the jdiameter stack from http://i1.dk/JavaDiameter/ for my diameter implementation. The initial CER request goes through fine but on sending a CCR request i get a error as "not routable". Can anyone help me out with this?. Also I am looking to build a Diameter call charging client and have gone through mobicents, but am unable to get started on the same due to lack of basic tutorials as to how to go about it. P.S. there is already a similar question posted some time back but that failed to resolve my query.

Upvotes: 1

Views: 1060

Answers (3)

sama
sama

Reputation: 79

"not routable" looks like more of a routing issue where a Diameter Message can’t be delivered because there is no Host with Diameter URI present in Destination-Host AVP in associated Realm.

Upvotes: 1

uugan
uugan

Reputation: 37

I've also got that error too, but I changed my library to JavaDiameterPeer of Openimscore.org; and that library worked for me. Also you need to check TCP packets through Wireshark tool.
not routable: maybe because of invalid AVPs, vendor-ids, mandatories or something like that... Wireshark will tell you everything

Upvotes: 0

jeand
jeand

Reputation: 2385

Did you try the following Mobicents Diameter example https://code.google.com/p/sipservlets/wiki/DiameterRoRf ?

Upvotes: 0

Related Questions