<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Just to answer my own question.<br>
      <br>
      Change makefile line from<br>
      <br>
      test -d freeswitch.git || git clone
      <a class="moz-txt-link-freetext" href="https://stash.freeswitch.org/scm/fs/freeswitch.git">https://stash.freeswitch.org/scm/fs/freeswitch.git</a> freeswitch.git<br>
      <br>
      to<br>
      <br>
      test -d freeswitch.git || git clone -b v1.2
      <a class="moz-txt-link-freetext" href="https://stash.freeswitch.org/scm/fs/freeswitch.git">https://stash.freeswitch.org/scm/fs/freeswitch.git</a> freeswitch.git<br>
      <br>
      fingers crossed....<br>
    </div>
    <blockquote cite="mid:54096ED7.3070106@digitalmail.com" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix"><br>
        <br>
        test -d freeswitch.git || git clone -b v1.2
        <a class="moz-txt-link-freetext" href="https://stash.freeswitch.org/scm/fs/freeswitch.git">https://stash.freeswitch.org/scm/fs/freeswitch.git</a>
        freeswitch.git<br>
        <br>
        Thanks for that suggestion, but I really hate upgrading for
        upgrading's sake - especially to a new major version with
        certain incompatibilities.<br>
        We've had previous installations that have worked fine, and I
        suspect that a *downgrade* is preferable for me...<br>
        Mind you, now that the old installation method doesn't work any
        more, I may be forced to change our code base where needed for
        1.4.<br>
        Is there a way to install 1.2 available? I don't need "support"
        as such on this, just access to the same old source.<br>
        <br>
        Cheers,<br>
        Alex<br>
        <br>
        <br>
        <br>
      </div>
      <blockquote
cite="mid:CAKbxfG8K5pPGa6u6gfT39POVoTYJXjAuuN=pPb6jLAiKNMWsUA@mail.gmail.com"
        type="cite">
        <div dir="ltr">We don't support ubuntu 12.04 (neither does
          ubuntu themselves)
          <div>Use latest master or 1.4 on 14.04 for best results.</div>
          <div><br>
          </div>
        </div>
        <div class="gmail_extra"><br>
          <br>
          <div class="gmail_quote"> On Thu, Sep 4, 2014 at 2:39 PM,
            Steven Ayre <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div dir="ltr">If freeswitch is actually crashing then
                it's likely a bug within freeswitch itself. Check dmesg.</div>
              <div class="HOEnZb">
                <div class="h5">
                  <div class="gmail_extra"><br>
                    <br>
                    <div class="gmail_quote">On 4 September 2014 16:56,
                      Alex Lake <span dir="ltr">&lt;<a
                          moz-do-not-send="true"
                          href="mailto:alex@digitalmail.com"
                          target="_blank">alex@digitalmail.com</a>&gt;</span>
                      wrote:<br>
                      <blockquote class="gmail_quote" style="margin:0 0
                        0 .8ex;border-left:1px #ccc
                        solid;padding-left:1ex">
                        <div text="#000000" bgcolor="#FFFFFF">
                          <div>Mmmm!!!<br>
                            <br>
                            My kernel is 3.11.0-19-generic<br>
                            <br>
                            So what version of the kernel fixed it for
                            you?<br>
                            <br>
                          </div>
                          <div>
                            <div>
                              <blockquote type="cite">
                                <div dir="ltr">Just my 2 cents, when i
                                  had an issue like this on Ubuntu 12.04
                                  64bit, it turned out to be a kernel
                                  issue, after updating my kernel the
                                  problem "magically" disappeared.<br>
                                </div>
                                <div class="gmail_extra"> <br>
                                  <br>
                                  <div class="gmail_quote">On Thu, Sep
                                    4, 2014 at 8:55 AM, Massimo Varriale
                                    <span dir="ltr">&lt;<a
                                        moz-do-not-send="true"
                                        href="mailto:mvar78@gmail.com"
                                        target="_blank">mvar78@gmail.com</a>&gt;</span>
                                    wrote:<br>
                                    <blockquote class="gmail_quote"
                                      style="margin:0 0 0
                                      .8ex;border-left:1px #ccc
                                      solid;padding-left:1ex"> Alex,
                                      what FS version are you using?<br>
                                      <br>
                                      I had same behaviour on my past
                                      Ubuntu installation and I found
                                      that I was using the latest GIT
                                      1.5, not the stable release 1.4<br>
                                      <br>
                                      Cheers<br>
                                      Max<br>
                                      <br>
                                      <br>
                                      <br>
                                      <br>
                                      Il giorno 04/set/2014, alle ore
                                      16:32, Alex Lake ha scritto:<br>
                                      <div>
                                        <div><br>
                                          &gt; My freeswitch
                                          installation (running under
                                          Ubuntu 12.04) has a habit of<br>
                                          &gt; mysteriously stopping.
                                          It's not doing this in a
                                          predictable manner (eg.<br>
                                          &gt; it's not when any
                                          particular bit of dialplan is
                                          being executed).<br>
                                          &gt;<br>
                                          &gt; I have a script that runs
                                          every minute to see if it's
                                          running, and if it<br>
                                          &gt; isn't, starts it up (and
                                          sends me a notification).<br>
                                          &gt;<br>
                                          &gt; I'd like to be able to
                                          get to the bottom of this, but
                                          am not<br>
                                          &gt; particularly (or at all!)
                                          experienced in running gdb. If
                                          I follow the<br>
                                          &gt; brief instructions in the
                                          Wiki to run "gdb
                                          bin/freeswitch" I don't seem<br>
                                          &gt; to get a working
                                          freeswitch running at all.
                                          What should I see on the<br>
                                          &gt; command line when I issue
                                          that command? This what I
                                          currently see:<br>
                                          &gt;<br>
                                          &gt; -----<br>
                                          &gt; root@hzhmay14a
                                          /home/oev/fs-pabx/scripts #
                                          gdb --args<br>
                                          &gt;
                                          /usr/local/freeswitch/bin/freeswitch
                                          -nonat<br>
                                          &gt; GNU gdb (Ubuntu/Linaro
                                          7.4-2012.04-0ubuntu2.1)
                                          7.4-2012.04<br>
                                          &gt; Copyright (C) 2012 Free
                                          Software Foundation, Inc.<br>
                                          &gt; License GPLv3+: GNU GPL
                                          version 3 or later<br>
                                          &gt; &lt;<a
                                            moz-do-not-send="true"
                                            href="http://gnu.org/licenses/gpl.html"
                                            target="_blank">http://gnu.org/licenses/gpl.html</a>&gt;<br>
                                          &gt; This is free software:
                                          you are free to change and
                                          redistribute it.<br>
                                          &gt; There is NO WARRANTY, to
                                          the extent permitted by law.&nbsp;
                                          Type "show copying"<br>
                                          &gt; and "show warranty" for
                                          details.<br>
                                          &gt; This GDB was configured
                                          as "x86_64-linux-gnu".<br>
                                          &gt; For bug reporting
                                          instructions, please see:<br>
                                          &gt; &lt;<a
                                            moz-do-not-send="true"
                                            href="http://bugs.launchpad.net/gdb-linaro/"
                                            target="_blank">http://bugs.launchpad.net/gdb-linaro/</a>&gt;...<br>
                                          &gt; Reading symbols from
                                          /usr/local/freeswitch/bin/freeswitch...done.<br>
                                          &gt; (gdb)<br>
                                          &gt; (gdb)<br>
                                          &gt; -----<br>
                                          &gt;<br>
                                          &gt; There's a mysterious (to
                                          me) command line parameter
                                          "-core" that I was<br>
                                          &gt; wondering if it might be
                                          useful in my circumstances.<br>
                                          &gt;<br>
                                          &gt; I'm also prepared to do a
                                          new build (with some kind of
                                          diagnostic<br>
                                          &gt; params) if that helps.<br>
                                          &gt;<br>
                                          &gt; Any tips or suggestions
                                          of things to read up on most
                                          welcome....<br>
                                          &gt;<br>
                                          &gt;
_________________________________________________________________________<br>
                                          &gt; Professional FreeSWITCH
                                          Consulting Services:<br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="mailto:consulting@freeswitch.org"
                                            target="_blank">consulting@freeswitch.org</a><br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="http://www.freeswitchsolutions.com"
                                            target="_blank">http://www.freeswitchsolutions.com</a><br>
                                          &gt;<br>
                                          &gt; Official FreeSWITCH Sites<br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="http://www.freeswitch.org"
                                            target="_blank">http://www.freeswitch.org</a><br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="http://confluence.freeswitch.org"
                                            target="_blank">http://confluence.freeswitch.org</a><br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="http://www.cluecon.com"
                                            target="_blank">http://www.cluecon.com</a><br>
                                          &gt;<br>
                                          &gt; FreeSWITCH-powered IP
                                          PBX: The CudaTel Communication
                                          Server<br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="http://www.cudatel.com"
                                            target="_blank">http://www.cudatel.com</a><br>
                                          &gt;<br>
                                          &gt; FreeSWITCH-users mailing
                                          list<br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                                            target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                            target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                          &gt; UNSUBSCRIBE:<a
                                            moz-do-not-send="true"
                                            href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                            target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                          &gt; <a
                                            moz-do-not-send="true"
                                            href="http://www.freeswitch.org"
                                            target="_blank">http://www.freeswitch.org</a><br>
                                          <br>
                                          <br>
_________________________________________________________________________<br>
                                          Professional FreeSWITCH
                                          Consulting Services:<br>
                                          <a moz-do-not-send="true"
                                            href="mailto:consulting@freeswitch.org"
                                            target="_blank">consulting@freeswitch.org</a><br>
                                          <a moz-do-not-send="true"
                                            href="http://www.freeswitchsolutions.com"
                                            target="_blank">http://www.freeswitchsolutions.com</a><br>
                                          <br>
                                          Official FreeSWITCH Sites<br>
                                          <a moz-do-not-send="true"
                                            href="http://www.freeswitch.org"
                                            target="_blank">http://www.freeswitch.org</a><br>
                                          <a moz-do-not-send="true"
                                            href="http://confluence.freeswitch.org"
                                            target="_blank">http://confluence.freeswitch.org</a><br>
                                          <a moz-do-not-send="true"
                                            href="http://www.cluecon.com"
                                            target="_blank">http://www.cluecon.com</a><br>
                                          <br>
                                          FreeSWITCH-powered IP PBX: The
                                          CudaTel Communication Server<br>
                                          <a moz-do-not-send="true"
                                            href="http://www.cudatel.com"
                                            target="_blank">http://www.cudatel.com</a><br>
                                          <br>
                                          FreeSWITCH-users mailing list<br>
                                          <a moz-do-not-send="true"
                                            href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                                            target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                          <a moz-do-not-send="true"
                                            href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                            target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                          UNSUBSCRIBE:<a
                                            moz-do-not-send="true"
                                            href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                            target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                          <a moz-do-not-send="true"
                                            href="http://www.freeswitch.org"
                                            target="_blank">http://www.freeswitch.org</a><br>
                                        </div>
                                      </div>
                                    </blockquote>
                                  </div>
                                  <br>
                                </div>
                                <br>
                                <fieldset></fieldset>
                                <br>
                                <pre>_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a moz-do-not-send="true" href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a>
<a moz-do-not-send="true" href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a>
<a moz-do-not-send="true" href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a moz-do-not-send="true" href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></pre>
                              </blockquote>
                              <br>
                            </div>
                          </div>
                        </div>
                        <br>
_________________________________________________________________________<br>
                        Professional FreeSWITCH Consulting Services:<br>
                        <a moz-do-not-send="true"
                          href="mailto:consulting@freeswitch.org"
                          target="_blank">consulting@freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://www.freeswitchsolutions.com"
                          target="_blank">http://www.freeswitchsolutions.com</a><br>
                        <br>
                        Official FreeSWITCH Sites<br>
                        <a moz-do-not-send="true"
                          href="http://www.freeswitch.org"
                          target="_blank">http://www.freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://confluence.freeswitch.org"
                          target="_blank">http://confluence.freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
                        <br>
                        FreeSWITCH-powered IP PBX: The CudaTel
                        Communication Server<br>
                        <a moz-do-not-send="true"
                          href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
                        <br>
                        FreeSWITCH-users mailing list<br>
                        <a moz-do-not-send="true"
                          href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                          target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
                        <a moz-do-not-send="true"
                          href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                          target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                        UNSUBSCRIBE:<a moz-do-not-send="true"
                          href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                          target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                        <a moz-do-not-send="true"
                          href="http://www.freeswitch.org"
                          target="_blank">http://www.freeswitch.org</a><br>
                      </blockquote>
                    </div>
                    <br>
                  </div>
                </div>
              </div>
              <br>
_________________________________________________________________________<br>
              Professional FreeSWITCH Consulting Services:<br>
              <a moz-do-not-send="true"
                href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://www.freeswitchsolutions.com"
                target="_blank">http://www.freeswitchsolutions.com</a><br>
              <br>
              Official FreeSWITCH Sites<br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                target="_blank">http://www.freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
              <a moz-do-not-send="true" href="http://www.cluecon.com"
                target="_blank">http://www.cluecon.com</a><br>
              <br>
              FreeSWITCH-powered IP PBX: The CudaTel Communication
              Server<br>
              <a moz-do-not-send="true" href="http://www.cudatel.com"
                target="_blank">http://www.cudatel.com</a><br>
              <br>
              FreeSWITCH-users mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
              UNSUBSCRIBE:<a moz-do-not-send="true"
                href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
              <a moz-do-not-send="true" href="http://www.freeswitch.org"
                target="_blank">http://www.freeswitch.org</a><br>
            </blockquote>
          </div>
          <br>
          <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div dir="ltr">Anthony Minessale II &nbsp; &nbsp; &nbsp; &#9836; @anthmfs&nbsp;&nbsp;&#9836;
            @FreeSWITCH&nbsp;&nbsp;&#9836;
            <div> <br>
              <div>&#9758; <a moz-do-not-send="true"
                  href="http://freeswitch.org/" target="_blank">http://freeswitch.org/</a>
                &nbsp;&#9758; <a moz-do-not-send="true" href="http://cluecon.com/"
                  target="_blank">http://cluecon.com/</a> &nbsp;&#9758; <a
                  moz-do-not-send="true"
                  href="http://twitter.com/FreeSWITCH" target="_blank">http://twitter.com/FreeSWITCH</a></div>
              <div>
                <div>&#9758; <a moz-do-not-send="true"
                    href="http://irc.freenode.net" target="_blank">irc.freenode.net</a>
                  #freeswitch&nbsp;&#9758; <u><a moz-do-not-send="true"
                      href="http://freeswitch.org/g+" target="_blank">http://freeswitch.org/g+</a></u><br>
                  <br>
                </div>
                <div>ClueCon Weekly Development Call&nbsp;<br>
                </div>
                <div>&#9742;&nbsp;<a moz-do-not-send="true"
                    href="mailto:sip%3A888@conference.freeswitch.org"
                    target="_blank">sip:888@conference.freeswitch.org</a>
                  &nbsp;&#9742; +19193869900&nbsp;</div>
                <div><br>
                </div>
              </div>
            </div>
          </div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

FreeSWITCH-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-powered IP PBX: The CudaTel Communication Server
<a class="moz-txt-link-freetext" href="http://www.cudatel.com">http://www.cudatel.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
    </blockquote>
    <br>
  </body>
</html>