Hello All,<div>I have a question about 302 redirects.Maybe I&#39;m just misunderstanding how it&#39;s supposed to work..</div><div><br></div><div>I get the following redirect:</div><div><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">

</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">SIP/2.0 302 Moved temporarily.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">Via:SIP/2.0/UDP 192.168.21.10;branch=z9hG4bK6cd5.ae1f6c43.0,SIP/2.0/UDP 10.10.10.11:5060;branch=z9hG4bK-a96e3-4baac9a7-8c685c67-5898d54b.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">From:&lt;<a href="http://sip:+5125551212@10.10.10.11:5060">sip:+5125551212@10.10.10.11:5060</a>&gt;;tag=a9d5ed0-13c4-4baac9a7-8c685c67-19c2a61a.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">To:&lt;<a href="http://sip:15205551212@192.168.21.10:5060">sip:15205551212@192.168.21.10:5060</a>&gt;;tag=100063687-1269483944267.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier"><a href="mailto:Call-ID%3ACXC-410-65762490-a9d5ed0-13c4-4baac9a7-8c685c67-17d5873c@10.10.10.11">Call-ID:CXC-410-65762490-a9d5ed0-13c4-4baac9a7-8c685c67-17d5873c@10.10.10.11</a>.</p>


<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">CSeq:1 INVITE.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">Record-Route:&lt;sip:192.168.21.10;lr=on;did=f8d.623e93f6&gt;.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">Contact:&lt;sip:5205551212@192.168.50.10:5060;user=phone&gt;;q=0.5,&lt;sip:5205551212@192.168.30.10:5060;user=phone&gt;;q=0.25.</p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">Content-Length:0.</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier"><br></p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">

And in my failure route I have:</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">        if (t_check_status(&quot;302&quot;)) {</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">

                get_redirects(&quot;*&quot;);</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">                t_relay();</p><p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">                exit;</p>

<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Courier">        }</p><div><br></div><div>Now when I watch a sip trace, right after the 302, an INVITE fires off to BOTH 192.168.50.10 and 192.168.30.10 at the exact same time. The q values are different, shouldn&#39;t they be serial?</div>

<div><br></div><div>I&#39;m not entirely sure how much &quot;magic&quot; is handled in the q-value and how much needs to be scripted.. But I was under the impression that this magic was &quot;fully automatic&quot;</div><div>

<br></div><div>Thanks!</div><div>-Brett</div><div><br></div><p></p><p></p></div>