<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    <div class="moz-cite-prefix">On 25/07/14 12:36, Asgaroth wrote:<br>
    </div>
    <blockquote cite="mid:53D2332F.6030902@gmail.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">Hi,<br>
        <br>
        Another quick question on the git checkout, do I need to
        checkout the 4.1 branch for this patch, or is it in 4.2 branch?<br>
        <br>
        I did the following:<br>
        <br>
        git clone --depth 1 <a class="moz-txt-link-freetext" href="git://git.sip-router.org/sip-router">git://git.sip-router.org/sip-router</a> kamailio<br>
        make FLAVOUR=kamailio tar<br>
        <br>
        this generates the following tar file which I will use for
        building the rpms:<br>
        <br>
        kamailio-4.2.0-dev7_src.tar.gz<br>
        <br>
        Is the patch living in this branch</div>
    </blockquote>
    yes, the patch is in the above sources tarball.<br>
    <br>
    <blockquote cite="mid:53D2332F.6030902@gmail.com" type="cite">
      <div class="moz-cite-prefix"> or can I do a 'git checkout -b 4.1
        origin/4.1' and expect the patch to be in there?<br>
      </div>
    </blockquote>
    <br>
    No, the patch is not in branch 4.1. If you have the branch 4.1
    cloned locally, you can use:<br>
    <br>
    git pull origin<br>
    git cherry-pick -x c5b6b6021e75cd4e73f54f9131524b588709950c<br>
    <br>
    to get the patch in branch 4.1, in your local copy of sources.<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <blockquote cite="mid:53D2332F.6030902@gmail.com" type="cite">
      <div class="moz-cite-prefix"> <br>
        Thanks<br>
        Bruce<br>
        <br>
        On 25/07/2014 11:20, Asgaroth wrote:<br>
      </div>
      <blockquote cite="mid:53D22F58.1050108@gmail.com" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">Hi,<br>
          <br>
          On 25/07/2014 11:03, Daniel-Constantin Mierla wrote:<br>
        </div>
        <blockquote cite="mid:53D22B89.2000406@gmail.com" type="cite">I
          pushed a patch to master branch that allows to use
          t_replicate() without any parameters. <br>
          <br>
          Apparently the same behaviour can be achieved using: <br>
          <br>
          t_replicate("") <br>
          <br>
          so the parameter is an empty string. Can you try it and see if
          works? Also, feedback on testing the patch for no parameter
          would be appreciated. </blockquote>
        <br>
        Thanks for this patch, I'll get on to building a couple rpm's
        with master branch to test.<br>
        <br>
        Just to verify, you want me to test using the following setup:<br>
        <br>
        $ru = "sip:" + BACKUP_REGISTRAR_1 + ":5060"; <br>
        append_branch("sip:" + BACKUP_REGISTRAR_2 + ":5060"); <br>
        <b>t_replicate("");</b><br>
        <br>
        and<br>
        <br>
        $ru = "sip:" + BACKUP_REGISTRAR_1 + ":5060"; <br>
        append_branch("sip:" + BACKUP_REGISTRAR_2 + ":5060"); <br>
        <b> t_replicate();</b><br>
        <br>
        Thanks<br>
        Bruce<br>
      </blockquote>
      <br>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<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></pre>
  </body>
</html>