<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    thanks, the patch is now on master branch and will be backported.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 03/09/14 12:32, Luis Azedo wrote:<br>
    </div>
    <blockquote
cite="mid:CAEvFzR8Hd5NrGcsvN4kjihh9Z3vx88ttz08v1gM40pP1abWwxg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hi,</div>
        <div><br>
        </div>
        <div>in presence module subscribe.c send_fast_notify is not
          always honored.<br>
        </div>
        <div>by changing this line i got it working. does this make
          sense ?</div>
        <div><br>
        </div>
        <div>
          thanks</div>
        <div><br>
        </div>
        <div>diff --git a/modules/presence/subscribe.c
          b/modules/presence/subscribe.c</div>
        <div>index 3074ca9..f5dd6aa 100644</div>
        <div>--- a/modules/presence/subscribe.c</div>
        <div>+++ b/modules/presence/subscribe.c</div>
        <div>@@ -682,7 +682,7 @@</div>
        <div> <span class="" style="white-space:pre"> </span>}</div>
        <div> <span class="" style="white-space:pre"> </span>else</div>
        <div> <span class="" style="white-space:pre"> </span>{</div>
        <div>
          -<span class="" style="white-space:pre"> </span>if(notify(subs,
          NULL, NULL, 0)< 0)</div>
        <div>+<span class="" style="white-space:pre"> </span>if(send_fast_notify
          && (notify(subs, NULL, NULL, 0 )< 0))</div>
        <div> <span class="" style="white-space:pre"> </span>{</div>
        <div> <span class="" style="white-space:pre"> </span>LM_ERR("Could
          not send notify\n");</div>
        <div> <span class="" style="white-space:pre"> </span>goto
          error;</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sr-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Next Kamailio Advanced Trainings 2014 - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
Sep 22-25, Berlin, Germany</pre>
  </body>
</html>