<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <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>
  </body>
</html>