DIAMETER::route_status

Description

This command returns the routing status of the current message.

Syntax

DIAMETER::route_status

The DIAMETER::route_status command returns the routing status of the current message. Valid status are:
  • “unprocessed”
  • “route found”
  • “no route found”
  • “dropped”
  • “queue full”
  • “no connection”
  • “connection closing”
  • “internal error”

“route found” is based on the DIAMETER RouteTable finding a route. It is not effected by the proxy’s ability to create a connection, so even if the server is not listening on the specified address or marked down, it still returns status as “route found” if the RouteTable is able to find the route.
Only valid for DIAMETER Message Routing Framework (diametersession profile) in 13.0+

Examples