Hi Anca,<br><br><br>Yes, I will explain.<br><br>Let&#39;s assume we have a kamailio config, attached as main.cfg (it&#39;s a very simplified, I have excluded a lot of customization here).<br><br>Debug log attached as log1.txt is a clean log of running that config without your patch.<br>

With your patch was nothing changed.<br>After investigation of code I see that a logic is not going to the place you&#39;ve added in the patch.<br>When I changed your patch this way (see attached forward.c.diff), I see that a logic is going to &#39;skip&#39;.<br>

See a file attached as log2.txt with my modified patch.<br><br>And finally, you can see what we&#39;re missing here, a difference between/after a &#39;skip&#39; extending (attached as log.diff).<br><br>Thanks!<br><br><br>

<div class="gmail_quote">2012/5/16 Anca Vamanu <span dir="ltr">&lt;<a href="mailto:anca.vamanu@1and1.ro" target="_blank">anca.vamanu@1and1.ro</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Hi Konstantin,<br>
<br>
<br>
Can you tell me exactly what you are calling in onsend_route and how you observe it is not working?<br>
<br>
Regards,<br>
Anca<div class="im HOEnZb"><br>
<br>
<br>
On 05/15/2012 04:55 PM, Konstantin M. wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi Anca,<br>
<br>
I&#39;ve tested your patch and I don&#39;t think it&#39;s working.<br>
At least I was noticed that a logic is going to &#39;skip&#39; label on 183 sdp:<br>
        /* check modules response_f functions */<br>
        for (r=0; r&lt;mod_response_cbk_no; r++)<br>
                if (mod_response_cbks[r](msg)==0) goto skip;<br>
<br>
</blockquote>
<br>
<br></div><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/<u></u>cgi-bin/mailman/listinfo/sr-<u></u>users</a><br>
</div></div></blockquote></div><br>