<div dir="ltr">Hi All,<div><br></div><div>I'd like to use the Dispatcher Module along with 30X redirects, to monitor gateway availability with SIP options and to provide redundancy / fail over. </div><div><br></div><div>Some sources online suggest it's as easy as -</div><div><br></div><div><div>if ( method=="INVITE" ) {</div><div>    dst_select_domain("1","4");</div><div>    sl_send_reply("300","Redirect");</div><div>    exit;</div><div>}</div></div><div><br></div><div>However when the 30X reply is sent, it contains no contact header.</div><div><br></div><div>Please could someone advise if it's possible to use the Dispatcher module with 302 redirects, and what they syntax is? </div><div><br></div><div>Thanks,</div><div><br></div><div>Matthew</div></div>