Diameter protocol CCR request not routable

960 views Asked by At

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.

3

There are 3 answers

1
jeand On

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

0
uugan On

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

0
sama On

"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.