Hi,<br><br>I suppose you are implementing top hiding with b2b modules right? <br>Looking in the tm module code I think that there is a way now to modify the 200 OK sdp. You have to use 1.7 release and do the change in on_reply route. The reason why it works it that on_reply route is called before the callback in b2b module and the b2b modules applies the body lumps when constructing the pair 200 ok to send to the other end. Give it a try. <br>
<br>Regards,<br>Anca Vamanu<br><br><div class="gmail_quote">On Fri, Jul 22, 2011 at 12:31 PM, saneku <span dir="ltr">&lt;<a href="mailto:ukhov@ycc.ru" target="_blank">ukhov@ycc.ru</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello!<br>
I wonder is it possible to change sdp-fields on 200 OK reply message in top<br>
hiding scheme?<br>
<br>
for example at opensips i have next reply on INVITE:<br>
---------------------------<br>
...<br>
o=root 1214571523 1214571523 IN IP4 10.130.0.136<br>
s=Asterisk PBX 1.6.2.2<br>
c=IN IP4 10.130.0.136<br>
t=0 0<br>
m=audio 10854 RTP/AVP 4<br>
...<br>
---------------------------<br>
<br>
and i want to change c-section to<br>
c=IN IP4 10.130.0.88<br>
<br>
How it could be done? I tried to do it in local_route but i didnt saw this<br>
reply there...<br>
<br>
<br>
thanks for any help<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/change-sdp-fields-on-reply-and-top-hiding-tp6609900p6609900.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/change-sdp-fields-on-reply-and-top-hiding-tp6609900p6609900.html</a><br>


Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">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>
</font></blockquote></div><br>