Try something like this <br><br>if (t_check_status(&quot;486|408&quot;) &amp;&amp; t_local_replied(&quot;all&quot;)) {<br><br><br><div class="gmail_quote">On Fri, Jun 10, 2011 at 4:52 AM, Pete Kelly <span dir="ltr">&lt;<a href="mailto:pkelly@gmail.com">pkelly@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I am testing with the dispatcher module at the moment, one of the options is to set the probing mode to 1 which means the module will automatically disable a gateway if it receives a 408.<div>
<br></div><div>Is it possible to make this only set to probing if a *locally* generated 408 is received? At the moment it disables even if the downstream gateway returns a 408 which seems wrong to me. If the gateway has responded then it is not inactive.</div>

<div><br></div><div>The code looks like this but I am not sure if it&#39;s easy to derive if the 408 is locally generated from the tmcb_params </div><div><br></div><div>struct tmcb_params *ps</div><div><br></div><div><div>

        if(ds_probing_mode==1 &amp;&amp; ps-&gt;code == 408)</div><div>        {</div><div>                if (ds_set_state(group, &amp;uri, DS_PROBING_DST, 1) != 0)</div><div>                {</div><div>                        LM_ERR(&quot;Setting the probing state failed (%.*s, group %d)\n&quot;,</div>

<div>                                        uri.len, uri.s, group);</div><div>                }</div><div>        }</div></div><div><br></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Robert<br>