On 03/03/2015 11:56 AM, Jayanth Acharya wrote:
Would like to know if Kamilio (in it's sip-proxy role) could be configured to somehow take note of the 'Contact:' header of a 302 response from B-party, to forward the INVITE to C-party (specified by the updated Contact URI) ?
Absolutely. You can catch the 302 redirect in a failure_route, parse it out, set it to be the new Request URI, and t_relay() it back out (thus creating another branch).
-- Alex