mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-03 13:26:58 -07:00
b041e26ceb
This commit introduces a new redirect handling module that provides infrastructure for following SIP 3xx redirect responses. The redirect functionality respects the endpoint's redirect_method setting and only follows redirects when set to 'uri_pjsip'. This infrastructure can be used by any PJSIP module that needs to handle 3xx redirect responses.