I'm trying to handle a redirect with get_redirects(). It seems that Kamailio is ignoring the maddr param on the contact header. Is there a way to force maddr to be used?
The Contact header on the 302 looks like this:
sip:2404441112@domain.com:5060 ;maddr=1.1.1.1;q=0.5,sip:2404441112@comain.com:5060;maddr=2.2.2.2;q=0.25
The message is then being sent to domain.com, rather than 1.1.1.1.