<!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="#cccccc" text="#000000">
    thanks a lot for the clarification<br>
    <br>
    I actually have a init.d script to restart but I will keep your
    method as well<br>
    <br>
    /Philippe<br>
    <br>
    On 11-03-20 02:43 PM, <a class="moz-txt-link-abbreviated" href="mailto:msc@freeswitch.org">msc@freeswitch.org</a> wrote:
    <blockquote cite="mid:4d864aaa.08c2640a.2829.507c@mx.google.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      You can restart freeswitch at your leisure. The new binary won't
      "hot swap" by itself. If you want to do it from the Linux cmd line
      or shell script you can do something like this:<br>
      <br>
      fs_cli -x "fsctl shutdown elegant"<br>
      sleep 20<br>
      freeswitch -nc -nonat<br>
      <br>
      Of course, use a sleep value appropriate for the speed of your
      server and use the FS cmd line args for your config.<br>
      <br>
      -MC<br>
      <br>
      Sent from my HTC on the Now Network from Sprint!<br>
      <br>
      <div id="htc_header" style="">----- Reply message -----<br>
        From: "Philippe Le Toquin" <a class="moz-txt-link-rfc2396E" href="mailto:philippe@ppmt.org">&lt;philippe@ppmt.org&gt;</a><br>
        Date: Sat, Mar 19, 2011 1:27 pm<br>
        Subject: [Freeswitch-users] what to do after "make current"<br>
        To: <a class="moz-txt-link-rfc2396E" href="mailto:freeswitch-users@lists.freeswitch.org">&lt;freeswitch-users@lists.freeswitch.org&gt;</a><br>
        <br>
      </div>
      Hello,<br>
      <br>
      This might sound like a stupid question but I can't find the
      answer so...<br>
      <br>
      TO update Freeswitch I do<br>
      <br>
       git pull<br>
      <br>
       and then<br>
      <br>
       make current<br>
      <br>
      After that I generally restart freeswitch. But do I really need to
      do it? or will it somehow manage to "hot swap" with<br>
      the new binary?<br>
      <br>
      If I need to restart. Do I have to do it right after the update or
      can it wait until it is night time?<br>
      <br>
      Thanks<br>
    </blockquote>
  </body>
</html>