Hi,
Two questions about the uac_redirect module:
1. If I extract contacts from a 302 with two contacts having the same q-value by using get_redirects("1:1"), which one of the contacts is selected? The first one? The last one?
2. If I apply a filter rule like: modparam("uac_redirect", "default_filter", "deny") modparam("uac_redirect", "accept_filter", "sip:.+@foo.bar.com") and I get a 302 with a Contact, say, "sip:foo@some.other.tld", then the module logs this error: "ERROR:uac_redirect:get_redirects: get contact from shm_reply branch 0 failed". I'd say if zero contacts are extracted from branches due to filters, it's not really an error. Any suggestions for a better error handling?
Andy