Reputation: 11
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
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
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
Reputation: 2385
Did you try the following Mobicents Diameter example https://code.google.com/p/sipservlets/wiki/DiameterRoRf ?
Upvotes: 0