<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I switched to mod_mariadb and now the server starts without any
    issue. Thanks a lot!<br>
    <br>
    <div class="moz-cite-prefix">Am 17.10.2019 um 01:40 schrieb Andrey
      Wolk:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAD55zR1X2i7H7TMsPrugnB1tQbn-Q3Ax5+D7hMoSixh7WMkRWw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="auto">
        <div dir="auto">Why ODBC? Use mod_mariadb instead. Install the
          mod via apt and configure according these tips: <a
            href="https://freeswitch.org/jira/browse/FS-11727"
            target="_blank" rel="noreferrer" moz-do-not-send="true">https://freeswitch.org/jira/browse/FS-11727</a></div>
        <br>
        <div class="gmail_quote">
          <div dir="ltr" class="gmail_attr">чт, 17 окт. 2019 г., 2:04
            <<a
              href="mailto:freeswitch-users-request@lists.freeswitch.org"
              target="_blank" rel="noreferrer" moz-do-not-send="true">freeswitch-users-request@lists.freeswitch.org</a>>:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Send
            FreeSWITCH-users mailing list submissions to<br>
                    <a
              href="mailto:freeswitch-users@lists.freeswitch.org"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a><br>
            <br>
            To subscribe or unsubscribe via the World Wide Web, visit<br>
                    <a
              href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
              rel="noreferrer noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
            or, via email, send a message with subject or body 'help' to<br>
                    <a
              href="mailto:freeswitch-users-request@lists.freeswitch.org"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">freeswitch-users-request@lists.freeswitch.org</a><br>
            <br>
            You can reach the person managing the list at<br>
                    <a
              href="mailto:freeswitch-users-owner@lists.freeswitch.org"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">freeswitch-users-owner@lists.freeswitch.org</a><br>
            <br>
            When replying, please edit your Subject line so it is more
            specific<br>
            than "Re: Contents of FreeSWITCH-users digest..."<br>
            Today's Topics:<br>
            <br>
               1. Freeswitch 1.10.1 / MariaDB / ODBC / core-db-dsn /
            freeswitch<br>
                  does not start (Thorsten Göllner)<br>
               2. Re: Freeswitch 1.10.1 / MariaDB / ODBC / core-db-dsn /<br>
                  freeswitch does not start (David Villasmil)<br>
               3. Re: Logfile problems (Sean Devoy)<br>
            <br>
            <br>
            <br>
            ---------- Forwarded message ----------<br>
            From: "Thorsten Göllner" <<a
              href="mailto:tg-maillistings@level5.de" rel="noreferrer
              noreferrer" target="_blank" moz-do-not-send="true">tg-maillistings@level5.de</a>><br>
            To: <a href="mailto:freeswitch-users@lists.freeswitch.org"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a><br>
            Cc: <br>
            Bcc: <br>
            Date: Wed, 16 Oct 2019 23:33:37 +0200<br>
            Subject: [Freeswitch-users] Freeswitch 1.10.1 / MariaDB /
            ODBC / core-db-dsn / freeswitch does not start<br>
            Hi,<br>
            <br>
            I have a fresh install with:<br>
            <br>
            OS: Debian 10<br>
            Freeswitch: 1.10.1-release-12-f9990221e6~64bit<br>
            MariaDB: 10.3 (Debian-Package)<br>
            <br>
            I compiled MariaDB ODBC-Connector (3.1.4) via:<br>
            <br>
            cd /usr/src<br>
            git clone <a
              href="https://github.com/MariaDB/mariadb-connector-odbc.git"
              rel="noreferrer noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">https://github.com/MariaDB/mariadb-connector-odbc.git</a><br>
            cd mariadb-connector-odbc<br>
            cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
            -DCONC_WITH_UNIT_TESTS=Off<br>
            -DCONC_WITH_MSI=OFF -DCMAKE_INSTALL_PREFIX=/usr/local .<br>
            cmake --build . --config RelWithDebInfo<br>
            install libmaodbc.so /usr/lib/x86_64-linux-gnu/odbc/<br>
            <br>
            My /etc/odbcinst.ini :<br>
            [MariaDB]<br>
            Description=MariaDB Connector/ODBC v.3.1.4 compiled from
            source<br>
            Driver=/usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so<br>
            Setup=/usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so<br>
            UsageCount = 1<br>
            FileUsage = 1<br>
            Threading = 0<br>
            <br>
            My /etc/odbc.ini :<br>
            [freeswitch]<br>
            Driver    = MariaDB<br>
            SERVER    = 127.0.0.1<br>
            PORT      = 3306<br>
            DATABASE  = freeswitch<br>
            OPTION    = 67108864<br>
            Socket    = /run/mysqld/mysqld.sock<br>
            threading = 0<br>
            MaxLongVarcharSize = 65536<br>
            <br>
            Works fine with:<br>
            isql -v freeswitch user password<br>
            <br>
            My /etc/freeswitch/autoload_configs/switch.conf.xml :<br>
            [...]<br>
            <param name="core-db-dsn"
            value="odbc://freeswitch:user:password" /><br>
            [...]<br>
            <br>
            When starting freeswitch I get the following feedback:<br>
            <br>
            Oct 16 23:29:39 test systemd[1]: Starting freeswitch...<br>
            Oct 16 23:29:39 test freeswitch[1855]: 1856 Backgrounding.<br>
            Oct 16 23:30:24 test systemd[1]: freeswitch.service: Start
            operation<br>
            timed out. Terminating.<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Waiting for<br>
            background process pid:1856 to be ready.....<br>
            Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
            Error starting<br>
            system! pid:1856<br>
            Oct 16 23:30:24 test systemd[1]: freeswitch.service: Control
            process<br>
            exited, code=exited, status=1/FAILURE<br>
            Oct 16 23:30:24 test systemd[1]: freeswitch.service: Failed
            with result<br>
            'timeout'.<br>
            Oct 16 23:30:24 test systemd[1]: Failed to start freeswitch.<br>
            Oct 16 23:30:25 test systemd[1]: freeswitch.service: Service<br>
            RestartSec=100ms expired, scheduling restart.<br>
            Oct 16 23:30:25 test systemd[1]: freeswitch.service:
            Scheduled restart<br>
            job, restart counter is at 2.<br>
            <br>
            <br>
            When going back to sqlite (<param name="core-db-dsn"
            value="$${dsn}" />)<br>
            everything works fine again.<br>
            <br>
            What do I miss here?<br>
            <br>
            Best regards, Thorsten<br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            ---------- Forwarded message ----------<br>
            From: David Villasmil <<a
              href="mailto:david.villasmil.work@gmail.com"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">david.villasmil.work@gmail.com</a>><br>
            To: FreeSWITCH Users Help <<a
              href="mailto:freeswitch-users@lists.freeswitch.org"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a>><br>
            Cc: <br>
            Bcc: <br>
            Date: Wed, 16 Oct 2019 22:57:27 +0100<br>
            Subject: Re: [Freeswitch-users] Freeswitch 1.10.1 / MariaDB
            / ODBC / core-db-dsn / freeswitch does not start<br>
            <div dir="ltr">can you paste freeswitch's log?<br
                clear="all">
              <div>
                <div dir="ltr" data-smartmail="gmail_signature">
                  <div dir="ltr">
                    <div>Regards,</div>
                    <div><br>
                    </div>
                    David Villasmil
                    <div>email: <a
                        href="mailto:david.villasmil.work@gmail.com"
                        rel="noreferrer noreferrer" target="_blank"
                        moz-do-not-send="true">david.villasmil.work@gmail.com</a></div>
                    <div>phone: +34669448337</div>
                  </div>
                </div>
              </div>
              <br>
            </div>
            <br>
            <div class="gmail_quote">
              <div dir="ltr" class="gmail_attr">On Wed, Oct 16, 2019 at
                10:45 PM Thorsten Göllner <<a
                  href="mailto:tg-maillistings@level5.de"
                  rel="noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">tg-maillistings@level5.de</a>>
                wrote:<br>
              </div>
              <blockquote class="gmail_quote" style="margin:0px 0px 0px
                0.8ex;border-left:1px solid
                rgb(204,204,204);padding-left:1ex">Hi,<br>
                <br>
                I have a fresh install with:<br>
                <br>
                OS: Debian 10<br>
                Freeswitch: 1.10.1-release-12-f9990221e6~64bit<br>
                MariaDB: 10.3 (Debian-Package)<br>
                <br>
                I compiled MariaDB ODBC-Connector (3.1.4) via:<br>
                <br>
                cd /usr/src<br>
                git clone <a
                  href="https://github.com/MariaDB/mariadb-connector-odbc.git"
                  rel="noreferrer noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">https://github.com/MariaDB/mariadb-connector-odbc.git</a><br>
                cd mariadb-connector-odbc<br>
                cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
                -DCONC_WITH_UNIT_TESTS=Off<br>
                -DCONC_WITH_MSI=OFF -DCMAKE_INSTALL_PREFIX=/usr/local .<br>
                cmake --build . --config RelWithDebInfo<br>
                install libmaodbc.so /usr/lib/x86_64-linux-gnu/odbc/<br>
                <br>
                My /etc/odbcinst.ini :<br>
                [MariaDB]<br>
                Description=MariaDB Connector/ODBC v.3.1.4 compiled from
                source<br>
                Driver=/usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so<br>
                Setup=/usr/lib/x86_64-linux-gnu/odbc/libmaodbc.so<br>
                UsageCount = 1<br>
                FileUsage = 1<br>
                Threading = 0<br>
                <br>
                My /etc/odbc.ini :<br>
                [freeswitch]<br>
                Driver    = MariaDB<br>
                SERVER    = 127.0.0.1<br>
                PORT      = 3306<br>
                DATABASE  = freeswitch<br>
                OPTION    = 67108864<br>
                Socket    = /run/mysqld/mysqld.sock<br>
                threading = 0<br>
                MaxLongVarcharSize = 65536<br>
                <br>
                Works fine with:<br>
                isql -v freeswitch user password<br>
                <br>
                My /etc/freeswitch/autoload_configs/switch.conf.xml :<br>
                [...]<br>
                <param name="core-db-dsn"
                value="odbc://freeswitch:user:password" /><br>
                [...]<br>
                <br>
                When starting freeswitch I get the following feedback:<br>
                <br>
                Oct 16 23:29:39 test systemd[1]: Starting freeswitch...<br>
                Oct 16 23:29:39 test freeswitch[1855]: 1856
                Backgrounding.<br>
                Oct 16 23:30:24 test systemd[1]: freeswitch.service:
                Start operation<br>
                timed out. Terminating.<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Waiting for<br>
                background process pid:1856 to be ready.....<br>
                Oct 16 23:30:24 test freeswitch[1855]: FreeSWITCH[1855]
                Error starting<br>
                system! pid:1856<br>
                Oct 16 23:30:24 test systemd[1]: freeswitch.service:
                Control process<br>
                exited, code=exited, status=1/FAILURE<br>
                Oct 16 23:30:24 test systemd[1]: freeswitch.service:
                Failed with result<br>
                'timeout'.<br>
                Oct 16 23:30:24 test systemd[1]: Failed to start
                freeswitch.<br>
                Oct 16 23:30:25 test systemd[1]: freeswitch.service:
                Service<br>
                RestartSec=100ms expired, scheduling restart.<br>
                Oct 16 23:30:25 test systemd[1]: freeswitch.service:
                Scheduled restart<br>
                job, restart counter is at 2.<br>
                <br>
                <br>
                When going back to sqlite (<param name="core-db-dsn"
                value="$${dsn}" />)<br>
                everything works fine again.<br>
                <br>
                What do I miss here?<br>
                <br>
                Best regards, Thorsten<br>
                <br>
                <br>
_________________________________________________________________________<br>
                <br>
                The FreeSWITCH project is sponsored by SignalWire <a
                  href="https://signalwire.com" rel="noreferrer
                  noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">https://signalwire.com</a><br>
                Enhance your FreeSWITCH install with disruptive priced
                SMS and PSTN services.<br>
                Build your next product on our scalable cloud platform.<br>
                <br>
                Join our online community to chat in real time <a
                  href="https://signalwire.community" rel="noreferrer
                  noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">https://signalwire.community</a><br>
                <br>
                Professional FreeSWITCH Services<br>
                <a href="mailto:sales@freeswitch.com" rel="noreferrer
                  noreferrer" target="_blank" moz-do-not-send="true">sales@freeswitch.com</a><br>
                <a href="https://freeswitch.com" rel="noreferrer
                  noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">https://freeswitch.com</a><br>
                <br>
                Official FreeSWITCH Sites<br>
                <a href="https://freeswitch.com/oss" rel="noreferrer
                  noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">https://freeswitch.com/oss</a><br>
                <a href="https://freeswitch.org/confluence"
                  rel="noreferrer noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">https://freeswitch.org/confluence</a><br>
                <a href="https://cluecon.com" rel="noreferrer noreferrer
                  noreferrer" target="_blank" moz-do-not-send="true">https://cluecon.com</a><br>
                <br>
                FreeSWITCH-users mailing list<br>
                <a href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                  rel="noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br>
                <a
                  href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                  rel="noreferrer noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                UNSUBSCRIBE:<a
                  href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                  rel="noreferrer noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                <a href="https://freeswitch.com" rel="noreferrer
                  noreferrer noreferrer" target="_blank"
                  moz-do-not-send="true">https://freeswitch.com</a></blockquote>
            </div>
            <br>
            <br>
            <br>
            ---------- Forwarded message ----------<br>
            From: Sean Devoy <<a href="mailto:sdevoy@bizfocused.com"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">sdevoy@bizfocused.com</a>><br>
            To: FreeSWITCH Users Help <<a
              href="mailto:freeswitch-users@lists.freeswitch.org"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a>><br>
            Cc: <br>
            Bcc: <br>
            Date: Wed, 16 Oct 2019 22:03:46 +0000<br>
            Subject: Re: [Freeswitch-users] Logfile problems<br>
            <div link="blue" vlink="purple" lang="EN-US">
              <div>
                <p class="MsoNormal">Thanks for your help.  I was
                  looking in /var/log/freeswitch for freeswitch.log. 
                  They are in /var/log called freeswitch.log*</p>
                <p class="MsoNormal"> </p>
                <p class="MsoNormal"><b>From:</b> FreeSWITCH-users <<a
href="mailto:freeswitch-users-bounces@lists.freeswitch.org"
                    rel="noreferrer noreferrer" target="_blank"
                    moz-do-not-send="true">freeswitch-users-bounces@lists.freeswitch.org</a>>
                  <b>On Behalf Of </b>David Villasmil<br>
                  <b>Sent:</b> Wednesday, October 16, 2019 11:56 AM<br>
                  <b>To:</b> FreeSWITCH Users Help <<a
                    href="mailto:freeswitch-users@lists.freeswitch.org"
                    rel="noreferrer noreferrer" target="_blank"
                    moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a>><br>
                  <b>Subject:</b> Re: [Freeswitch-users] Logfile
                  problems</p>
                <p class="MsoNormal"> </p>
                <div>
                  <div>
                    <p class="MsoNormal">Whenever I get issues like
                      that, I start freeswitch from the command line,
                      and check for errors.</p>
                  </div>
                  <div>
                    <p class="MsoNormal"> </p>
                  </div>
                  <div>
                    <p class="MsoNormal">Try that</p>
                  </div>
                  <div>
                    <p class="MsoNormal"> </p>
                  </div>
                  <div>
                    <p class="MsoNormal">On Wed, 16 Oct 2019 at 16:47,
                      Sean Devoy <<a
                        href="mailto:sdevoy@bizfocused.com"
                        rel="noreferrer noreferrer" target="_blank"
                        moz-do-not-send="true">sdevoy@bizfocused.com</a>>
                      wrote:</p>
                  </div>
                </div>
                <div>
                  <div>
                    <blockquote style="border:none;border-left:solid
                      #cccccc 1.0pt;padding:0in 0in 0in
                      6.0pt;margin-left:4.8pt;margin-right:0in">
                      <div>
                        <div>
                          <p class="MsoNormal">I checked the permissions
                            and they are good.  Restarted again.  Still
                            no log files.</p>
                          <p class="MsoNormal"> </p>
                          <p class="MsoNormal">Any ideas?</p>
                        </div>
                      </div>
                      <div>
                        <div>
                          <p class="MsoNormal"> </p>
                          <p class="MsoNormal">Sean</p>
                          <p class="MsoNormal"> </p>
                          <p class="MsoNormal"><b>From:</b>
                            FreeSWITCH-users <<a
                              href="mailto:freeswitch-users-bounces@lists.freeswitch.org"
                              rel="noreferrer noreferrer"
                              target="_blank" moz-do-not-send="true">freeswitch-users-bounces@lists.freeswitch.org</a>>
                            <b>On Behalf Of </b>David Villasmil<br>
                            <b>Sent:</b> Tuesday, October 15, 2019 2:37
                            PM<br>
                            <b>To:</b> FreeSWITCH Users Help <<a
                              href="mailto:freeswitch-users@lists.freeswitch.org"
                              rel="noreferrer noreferrer"
                              target="_blank" moz-do-not-send="true">freeswitch-users@lists.freeswitch.org</a>><br>
                            <b>Subject:</b> Re: [Freeswitch-users]
                            Logfile problems</p>
                          <p class="MsoNormal"> </p>
                          <div>
                            <p class="MsoNormal">permissions? usually fs
                              logs go into /var/log/freeswitch/</p>
                            <div>
                              <p class="MsoNormal"><br clear="all">
                              </p>
                              <div>
                                <div>
                                  <div>
                                    <div>
                                      <p class="MsoNormal">Regards,</p>
                                    </div>
                                    <div>
                                      <p class="MsoNormal"> </p>
                                    </div>
                                    <p class="MsoNormal">David Villasmil</p>
                                    <div>
                                      <p class="MsoNormal">email:
                                        <a
                                          href="mailto:david.villasmil.work@gmail.com"
                                          rel="noreferrer noreferrer"
                                          target="_blank"
                                          moz-do-not-send="true">david.villasmil.work@gmail.com</a></p>
                                    </div>
                                    <div>
                                      <p class="MsoNormal">phone:
                                        +34669448337</p>
                                    </div>
                                  </div>
                                </div>
                              </div>
                              <p class="MsoNormal"> </p>
                            </div>
                          </div>
                          <p class="MsoNormal"> </p>
                          <div>
                            <div>
                              <p class="MsoNormal">On Tue, Oct 15, 2019
                                at 7:22 PM Sean Devoy <<a
                                  href="mailto:sdevoy@bizfocused.com"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">sdevoy@bizfocused.com</a>>
                                wrote:</p>
                            </div>
                            <blockquote
                              style="border:none;border-left:solid
                              #cccccc 1.0pt;padding:0in 0in 0in
6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
                              <div>
                                <div>
                                  <p class="MsoNormal">Hi,</p>
                                  <p class="MsoNormal"> </p>
                                  <p class="MsoNormal">I installed v 10
                                    from distro on Debian 10.</p>
                                  <p class="MsoNormal"> </p>
                                  <p class="MsoNormal">My initial
                                    logfile is 100MB.</p>
                                  <p class="MsoNormal"> </p>
                                  <p class="MsoNormal">I checked the
                                    logfile.conf.xml in autoload_config.</p>
                                  <p class="MsoNormal">It has this:</p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"><</span><span
style="font-size:9.5pt;font-family:Consolas;color:#a31515">configuration</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">logfile.conf</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">description</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">File Logging</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"> 
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">settings</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">  
                                      <!--</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">
                                      true to auto rotate on HUP, false
                                      to open/close </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">--></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">  
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">param</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">rotate-on-hup</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">value</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">true</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">/></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"> 
                                      </</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">settings</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"> 
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">profiles</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">   
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">profile</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">default</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">     
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">settings</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">       
                                      <!--</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">
                                      File to log to
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">--></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">      
                                            <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">param</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">logfile</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">value</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">/var/log/freeswitch.log</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">/></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">       
                                      <!--</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">
                                      At this length in bytes rotate the
                                      log file (0 for never) </span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">--></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">       
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">param</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">rollover</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">value</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">10000000</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">/></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">             
                                          <!--</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">
                                      Maximum number of log files to
                                      keep before wrapping </span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">--></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">             
                                          <!--</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">
                                      If this parameter is enabled, the
                                      log filenames will not include a
                                      date stamp </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">--></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">             
                                          <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">param</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">maximum-rotate</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">value</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">14</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">/></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">       
                                      <!--</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">
                                      Prefix all log lines by the
                                      session's uuid  </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">--></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">       
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">param</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">uuid</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">value</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">true</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                      /></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">     
                                      </</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">settings</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">     
                                      <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">mappings</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">      
                                      <!--</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">
                                    </span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">      
                                           name can be a file name,
                                      function name or 'all'
                                    </span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">      
                                           value is one or more of
                                      debug,info,notice,warning,err,crit,alert,all</span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">      
                                           Please see comments in
                                      console.conf.xml for more
                                      information</span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:green">      
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">--></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">      
                                            <</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">map</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">name</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">all</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">
                                    </span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:red">value</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">=</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">console,debug,info,notice,warning,err,crit,alert</span><span
style="font-size:9.5pt;font-family:Consolas;color:black">"</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">/></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">     
                                      </</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">mappings</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">   
                                      </</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">profile</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"> 
                                      </</span><span
                                      style="font-size:9.5pt;font-family:Consolas;color:#a31515">profiles</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"></</span><span
style="font-size:9.5pt;font-family:Consolas;color:#a31515">configuration</span><span
style="font-size:9.5pt;font-family:Consolas;color:blue">></span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"> </span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">I
                                      restarted FS and now I have no
                                      logfile (that I can find).</span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"> </span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">Ideas?</span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue"> </span></p>
                                  <p class="MsoNormal"><span
                                      style="font-size:9.5pt;font-family:Consolas;color:blue">Sean</span></p>
                                </div>
                              </div>
                              <p class="MsoNormal">_________________________________________________________________________<br>
                                <br>
                                The FreeSWITCH project is sponsored by
                                SignalWire <a
                                  href="https://signalwire.com"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">
                                  https://signalwire.com</a><br>
                                Enhance your FreeSWITCH install with
                                disruptive priced SMS and PSTN services.<br>
                                Build your next product on our scalable
                                cloud platform.<br>
                                <br>
                                Join our online community to chat in
                                real time <a
                                  href="https://signalwire.community"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">
                                  https://signalwire.community</a><br>
                                <br>
                                Professional FreeSWITCH Services<br>
                                <a href="mailto:sales@freeswitch.com"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">sales@freeswitch.com</a><br>
                                <a href="https://freeswitch.com"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">https://freeswitch.com</a><br>
                                <br>
                                Official FreeSWITCH Sites<br>
                                <a href="https://freeswitch.com/oss"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">https://freeswitch.com/oss</a><br>
                                <a
                                  href="https://freeswitch.org/confluence"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">https://freeswitch.org/confluence</a><br>
                                <a href="https://cluecon.com"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">https://cluecon.com</a><br>
                                <br>
                                FreeSWITCH-users mailing list<br>
                                <a
                                  href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br>
                                <a
                                  href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                                UNSUBSCRIBE:<a
                                  href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                                <a href="https://freeswitch.com"
                                  rel="noreferrer noreferrer"
                                  target="_blank" moz-do-not-send="true">https://freeswitch.com</a></p>
                            </blockquote>
                          </div>
                        </div>
                      </div>
                      <p class="MsoNormal">_________________________________________________________________________<br>
                        <br>
                        The FreeSWITCH project is sponsored by
                        SignalWire <a href="https://signalwire.com"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">
                          https://signalwire.com</a><br>
                        Enhance your FreeSWITCH install with disruptive
                        priced SMS and PSTN services.<br>
                        Build your next product on our scalable cloud
                        platform.<br>
                        <br>
                        Join our online community to chat in real time <a
                          href="https://signalwire.community"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">
                          https://signalwire.community</a><br>
                        <br>
                        Professional FreeSWITCH Services<br>
                        <a href="mailto:sales@freeswitch.com"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">sales@freeswitch.com</a><br>
                        <a href="https://freeswitch.com" rel="noreferrer
                          noreferrer" target="_blank"
                          moz-do-not-send="true">https://freeswitch.com</a><br>
                        <br>
                        Official FreeSWITCH Sites<br>
                        <a href="https://freeswitch.com/oss"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">https://freeswitch.com/oss</a><br>
                        <a href="https://freeswitch.org/confluence"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">https://freeswitch.org/confluence</a><br>
                        <a href="https://cluecon.com" rel="noreferrer
                          noreferrer" target="_blank"
                          moz-do-not-send="true">https://cluecon.com</a><br>
                        <br>
                        FreeSWITCH-users mailing list<br>
                        <a
                          href="mailto:FreeSWITCH-users@lists.freeswitch.org"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br>
                        <a
                          href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
                        UNSUBSCRIBE:<a
                          href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
                        <a href="https://freeswitch.com" rel="noreferrer
                          noreferrer" target="_blank"
                          moz-do-not-send="true">https://freeswitch.com</a></p>
                    </blockquote>
                  </div>
                </div>
                <p class="MsoNormal">-- </p>
                <div>
                  <div>
                    <div>
                      <p class="MsoNormal">Regards,</p>
                    </div>
                    <div>
                      <p class="MsoNormal"> </p>
                    </div>
                    <p class="MsoNormal">David Villasmil</p>
                    <div>
                      <p class="MsoNormal">email: <a
                          href="mailto:david.villasmil.work@gmail.com"
                          rel="noreferrer noreferrer" target="_blank"
                          moz-do-not-send="true">
                          david.villasmil.work@gmail.com</a></p>
                    </div>
                    <div>
                      <p class="MsoNormal">phone: +34669448337</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
_________________________________________________________________________<br>
            <br>
            The FreeSWITCH project is sponsored by SignalWire <a
              href="https://signalwire.com" rel="noreferrer noreferrer
              noreferrer" target="_blank" moz-do-not-send="true">https://signalwire.com</a><br>
            Enhance your FreeSWITCH install with disruptive priced SMS
            and PSTN services.<br>
            Build your next product on our scalable cloud platform.<br>
            <br>
            Join our online community to chat in real time <a
              href="https://signalwire.community" rel="noreferrer
              noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">https://signalwire.community</a><br>
            <br>
            Professional FreeSWITCH Services<br>
            <a href="mailto:sales@freeswitch.com" rel="noreferrer
              noreferrer" target="_blank" moz-do-not-send="true">sales@freeswitch.com</a><br>
            <a href="https://freeswitch.com" rel="noreferrer noreferrer
              noreferrer" target="_blank" moz-do-not-send="true">https://freeswitch.com</a><br>
            <br>
            Official FreeSWITCH Sites<br>
            <a href="https://freeswitch.com/oss" rel="noreferrer
              noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">https://freeswitch.com/oss</a><br>
            <a href="https://freeswitch.org/confluence" rel="noreferrer
              noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">https://freeswitch.org/confluence</a><br>
            <a href="https://cluecon.com" rel="noreferrer noreferrer
              noreferrer" target="_blank" moz-do-not-send="true">https://cluecon.com</a><br>
            <br>
            FreeSWITCH-users mailing list<br>
            <a href="mailto:FreeSWITCH-users@lists.freeswitch.org"
              rel="noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">FreeSWITCH-users@lists.freeswitch.org</a><br>
            <a
              href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users"
              rel="noreferrer noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
            UNSUBSCRIBE:<a
              href="http://lists.freeswitch.org/mailman/options/freeswitch-users"
              rel="noreferrer noreferrer noreferrer" target="_blank"
              moz-do-not-send="true">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
            <a href="https://freeswitch.com" rel="noreferrer noreferrer
              noreferrer" target="_blank" moz-do-not-send="true">https://freeswitch.com</a></blockquote>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire <a class="moz-txt-link-freetext" href="https://signalwire.com">https://signalwire.com</a>
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time <a class="moz-txt-link-freetext" href="https://signalwire.community">https://signalwire.community</a>

Professional FreeSWITCH Services
<a class="moz-txt-link-abbreviated" href="mailto:sales@freeswitch.com">sales@freeswitch.com</a>
<a class="moz-txt-link-freetext" href="https://freeswitch.com">https://freeswitch.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="https://freeswitch.com/oss">https://freeswitch.com/oss</a>
<a class="moz-txt-link-freetext" href="https://freeswitch.org/confluence">https://freeswitch.org/confluence</a>
<a class="moz-txt-link-freetext" href="https://cluecon.com">https://cluecon.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="https://freeswitch.com">https://freeswitch.com</a></pre>
    </blockquote>
    <br>
  </body>
</html>