Response mapping
Hello all,
long story short: I need to route specific calls to a dummy session agent, which is administratively disabled. I need to reject these calls with a specific response code and not by 'default' one. All other calls incoming via same inbound realm/sip-int/SA must not be touched.
I tried sip-response-map (recv. RC 480 to xmit RC 404) and applied it to this dummy agent as a response-map - no luck.
I tried the same map as a local-response map on that agent - no luck.
Cannot do it using local-map with 'next-hop-oos' reason as it is global.
Cannot apply it to incoming agent as it would remap 480s for all calls.