<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="Generator" content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@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";
        mso-fareast-language:EN-US;}
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;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang="DE" link="blue" vlink="purple"><div class="WordSection1"><p class="MsoNormal"><span lang="EN-US">when calling nice_agent_remove_stream() a WARNING message can be observed “failed to send pseudo-TCP packet from agent as no pair has been selected yet”, which originates from agent.c  pseudo_tcp_socket_write_packet().</span></p><p class="MsoNormal"><span lang="EN-US">This prevents signaling session close to the other peer.</span></p><p class="MsoNormal"><span lang="EN-US">It was found that in component.c component_close() candidates are remove before calling pseudo_tcp_socket_close().</span></p><p class="MsoNormal"><span lang="EN-US">Moving calling pseudo_tcp_socket_close() to the beginning of that function solves that issue.</span></p><p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">I hope one can crosscheck and confirm the fix method.</span></p><p class="MsoNormal"><span lang="EN-US">Rgds</span></p><p class="MsoNormal" style><b><span style="color:#1f497d">Klaus Kranz </span></b><span style="color:#1f497d">| Chief Technology Officer<br>ACCESS Europe GmbH<br>Essener Straße 5<br>46047 Oberhausen, Germany<br>E-Mail: <a href="mailto:klaus.kranz@access-company.com"><span style="color:blue">klaus.kranz@access-company.com</span></a></span></p><p class="MsoNormal"> </p></div></body></html>

<br>
.