<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Denis,<br>
<br>
You are right, OpenSIPS shouldn't even try to terminate the call
because it isn't established yet. I just added a small fix to solve
this problem. Please update your code from svn to use this fix.<br>
The RTPProxy patch was done against commit
"600c80493793bafd2d69427bc22fcb43faad98c5". You can either get the
RTPProxy from git, change it's branch and then apply the patch, or
you can download an already patched version from <a
href="http://opensips.org/pub/rtpproxy/">http://opensips.org/pub/rtpproxy/</a>.<br>
<br>
Regards,<br>
Razvan <br>
<br>
On 1/11/2011 2:19 PM, Denis Putyato wrote:
<blockquote cite="mid:008501cbb189$cbee0240$63ca06c0$@ru"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:2.0cm 42.5pt 2.0cm 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Hello!<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I try patch rtpproxy
gotten from git. And there is such error during patching<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">patch <
rtpproxy_timeout_notification.patch<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">patching file main.c<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #1 succeeded at 70
(offset 2 lines).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #2 FAILED at 120.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #3 succeeded at 132
with fuzz 1 (offset 4 lines).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #4 succeeded at 211
with fuzz 2 (offset 4 lines).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #5 succeeded at 276
(offset 4 lines).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #6 succeeded at 742
with fuzz 2 (offset -26 lines).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #7 succeeded at 758
with fuzz 2 (offset -26 lines).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">1 out of 7 hunks FAILED
-- saving rejects to file main.c.rej<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">patching file
rtpp_command.c<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #1 FAILED at 795.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #2 FAILED at 888.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">2 out of 2 hunks FAILED
-- saving rejects to file rtpp_command.c.rej<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">patching file
rtpp_defines.h<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Hunk #1 FAILED at 95.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">1 out of 1 hunk FAILED
-- saving rejects to file rtpp_defines.h.rej<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">patching file
rtpp_notify.c<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">rtpproxy_timeout_notification.patch
is a patch for timeout notification which divide rtp
timeout and session initiation timeout notification as said
in<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><a
moz-do-not-send="true"
href="http://www.opensips.org/html/docs/modules/devel/nathelper.html#id249142">http://www.opensips.org/html/docs/modules/devel/nathelper.html#id249142</a><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">This patch I got from
SVN version of latest Opensips. <o:p></o:p></span></p>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>