[Net-Net] Confguring sip-response-map
Hi community,
What I'm looking from is a simple SIP response conversion: from 480 to 404.
Instead use an HMR, I wanted to go to the simple way (keep config simple), so I configured a sip-response-map
name: 480to404
recv-code 480
xmit-code 404
methods
timeout-response
Simple: receive 480, convert to a 404 to send to a session-agent-group.
Until here, everything ok. The problem is if I'm using this object correctly, the config guide says to use it on a session-agent or a sip-interface. I tired booth, but nothing changes, 480 received, 480 sent.
My question: where to apply? If I want to receive 480 from provider and send to the customer a 404.