[Freeswitch-users] Freeswitch does not start in Debian 9/10

Marcel Haldemann m.hald at outlook.com
Sat Aug 8 08:25:23 UTC 2020


Your log shows:

2020-07-30 08:47:52.601026 [ERR] mod_event_socket.c:2945 Cannot get information about IP address ::


Check your event_socket.conf

And set the listen-ip to what you want if 0.0.0.0 may 127.0.0.1 is ok.
It seems FS wants to use IPV6 for it but can’t

<param name="listen-ip" value="0.0.0.0"/>

Von: FreeSWITCH-users <freeswitch-users-bounces at lists.freeswitch.org> Im Auftrag von John Tuxies
Gesendet: Freitag, 7. August 2020 07:09
An: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
Betreff: Re: [Freeswitch-users] Freeswitch does not start in Debian 9/10

Hi. Here is the output of the aforementioned commands. Still i cannot connect.

root at debian: ~ $ fs_cli -r
[ERROR] fs_cli.c:1691 main() Error Connecting []
[INFO] fs_cli.c:1697 main() Retrying
[ERROR] fs_cli.c:1691 main() Error Connecting []
[INFO] fs_cli.c:1697 main() Retrying
[ERROR] fs_cli.c:1691 main() Error Connecting []
[INFO] fs_cli.c:1697 main() Retrying
[ERROR] fs_cli.c:1691 main() Error Connecting []
^CInterrupted.
root at debian: ~ $

root at debian: ~ $ netstat -putan | grep 8021
root at debian: ~ $




root at debian: ~ $ service freeswitch status
● freeswitch.service - freeswitch
   Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2020-08-07 08:02:15 EEST; 4min 38s ago
  Process: 436 ExecStartPre=/bin/chown -R ${USER}:${GROUP} /var/lib/freeswitch /var/log/freeswitch /etc/freeswitch /usr/share/freeswitch /va
  Process: 508 ExecStart=/usr/bin/freeswitch -u ${USER} -g ${GROUP} -ncwait ${DAEMON_OPTS} (code=exited, status=0/SUCCESS)
 Main PID: 509 (freeswitch)
    Tasks: 32 (limit: 1148)
   Memory: 211.8M
   CGroup: /system.slice/freeswitch.service
           └─509 /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat

Aug 07 08:02:07 debian systemd[1]: Starting freeswitch...
Aug 07 08:02:09 debian freeswitch[508]: 509 Backgrounding.
Aug 07 08:02:15 debian freeswitch[508]: FreeSWITCH[508] Waiting for background process pid:509 to be ready.....
Aug 07 08:02:15 debian freeswitch[508]: FreeSWITCH[508] System Ready pid:509
Aug 07 08:02:15 debian systemd[1]: Started freeswitch.
lines 1-16/16 (END)
root at debian: ~ $




root at debian: ~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
root at debian: ~ $
root at debian: ~ $ fs_cli -H ::
[ERROR] fs_cli.c:1691 main() Error Connecting []
Usage: fs_cli [-H <host>] [-P <port>] [-p <secret>] [-d <level>] [-x command] [-t <timeout_ms>] [profile]

  -?,-h --help                    Usage Information
  -H, --host=hostname             Host to connect
  -P, --port=port                 Port to connect (1 - 65535)
  -u, --user=user at domain          user at domain
  -p, --password=password         Password
  -i, --interrupt                 Allow Control-c to interrupt
  -x, --execute=command           Execute Command and Exit
  -l, --loglevel=command          Log Level
  -U, --log-uuid                  Include UUID in log output
  -S, --log-uuid-short            Include shortened UUID in log output
  -q, --quiet                     Disable logging
  -r, --retry                     Retry connection on failure
  -R, --reconnect                 Reconnect if disconnected
  -d, --debug=level               Debug Level (0 - 7)
  -b, --batchmode                 Batch mode
  -t, --timeout                   Timeout for API commands (in milliseconds)
  -T, --connect-timeout           Timeout for socket connection (in milliseconds)
  -n, --no-color                  Disable color

root at debian: ~ $





On Thu, Aug 6, 2020 at 11:34 PM David Villasmil <david.villasmil.work at gmail.com<mailto:david.villasmil.work at gmail.com>> wrote:
It’s not “group”. It’s “grep”

netstat -putan | grep 8021



On Thu, 6 Aug 2020 at 20:55, David Villasmil <david.villasmil.work at gmail.com<mailto:david.villasmil.work at gmail.com>> wrote:
Do:

netstat -putan | Grup 8021

And make sure freeswitch is listening for the event socket

If it is and you still can’t connect, try

fs_cli -H ::



On Thu, 6 Aug 2020 at 19:52, John Tuxies <atuxnull at gmail.com<mailto:atuxnull at gmail.com>> wrote:
here is the log file. It starts, but i cannot connect to the console
root at debian: ~ $ fs_cli -r
[ERROR] fs_cli.c:1691 main() Error Connecting []
[INFO] fs_cli.c:1697 main() Retrying
[ERROR] fs_cli.c:1691 main() Error Connecting []
[INFO] fs_cli.c:1697 main() Retrying
[ERROR] fs_cli.c:1691 main() Error Connecting []
^CInterrupted.
root at debian: ~ $ ps -aux | grep freeswitch
freeswi+   603  2.3 10.5 910728 106172 ?       S<Lsl 09:07   0:00 /usr/local/freeswitch/bin/freeswitch -u freeswitch -g freeswitch -nonat -rp
root       651  0.0  0.0   6208   892 pts/0    S+   09:08   0:00 grep freeswitch
root at debian: ~ $ service freeswitch status
● freeswitch.service - freeswitch
   Loaded: loaded (/etc/systemd/system/freeswitch.service; enabled; vendor preset: enabled)
   Active: deactivating (stop-sigterm) (Result: timeout)
Cntrl PID: 603 (freeswitch)
    Tasks: 8 (limit: 1148)
   Memory: 149.1M
   CGroup: /system.slice/freeswitch.service
           └─603 /usr/local/freeswitch/bin/freeswitch -u freeswitch -g freeswitch -nonat -rp

Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1186 Deleting Codec b64 116 B64 (STANDARD) 8000hz 20ms
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [CONSOLE] switch_loadable_module.c:2399 mod_b64 has no shutdown routine
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1263 Deleting Application 'socket'
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1318 Deleting API Function 'event_sink'
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [CONSOLE] switch_loadable_module.c:2396 Stopping: mod_event_socket
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1158 Deleting Endpoint 'SIP'
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1158 Deleting Endpoint 'IAX2'
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1230 Deleting Dialplan 'asterisk'
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1263 Deleting Application 'Dial'
Aug 04 09:08:35 debian freeswitch[603]: 2020-08-04 09:08:35.393517 [NOTICE] switch_loadable_module.c:1263 Deleting Application 'Goto'
root at debian: ~ $


Any solution on that please?

On Sun, Aug 2, 2020 at 7:40 AM John Tuxies <atuxnull at gmail.com<mailto:atuxnull at gmail.com>> wrote:
Hi David. Starting it manually as root, without any changes, ia the first thing done. Same error


On Saturday, August 1, 2020, David Villasmil <david.villasmil.work at gmail.com<mailto:david.villasmil.work at gmail.com>> wrote:
Start it manually with root and see what happens

On Fri, 31 Jul 2020 at 23:21, John Covici <covici at ccs.covici.com<mailto:covici at ccs.covici.com>> wrote:
Don't change your systemd file, execute by hand from the command line
with the exact same command and see what happens.

On Fri, 31 Jul 2020 00:36:40 -0400,
John Tuxies wrote:
>
> [1  <multipart/alternative (7bit)>]
> [1.1  <text/plain; UTF-8 (quoted-printable)>]
> Does anyone have a solution to make it work in Debian (9 or 10), please?
> It is imperative to fix it as soon as possible.
>
>
>
> On Thu, Jul 30, 2020 at 8:54 AM John Tuxies <atuxnull at gmail.com<mailto:atuxnull at gmail.com>> wrote:
>
> > I am afraid that it does not work. Here is what i have in
> > */etc/systemd/system/freeswitch.service*
> > *ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -nonat*
> > and here is the outcome
> >
> >
> >
> >
> >
> >
> > *[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO] fs_cli.c:1697
> > main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO]
> > fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting
> > [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691 main() Error
> > Connecting []*
> >
> > Freeswitch is not starting
> >
> >
> > *root at debian: /etc/systemd/system $ ps aux | grep freeswitchroot       503
> >  0.0  0.0   6208   888 pts/0    S+   08:53   0:00 grep
> > freeswitchroot at debian: /etc/systemd/system $*
> >
> >
> >
> > On Wed, Jul 29, 2020 at 6:31 PM Flavio Donadio <flavio at donadio.com.br<mailto:flavio at donadio.com.br>>
> > wrote:
> >
> >> John,
> >>
> >>
> >> Here is your previous command:
> >>
> >> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat
> >>
> >> Now, try it like this:
> >>
> >> /usr/bin/freeswitch -u freeswitch -g freeswitch -nonat
> >>
> >>
> >> Cheers,
> >> Flavio
> >>
> >>
> >>
> >> On 28 Jul 2020, at 15:30, John Covici <covici at ccs.covici.com<mailto:covici at ccs.covici.com>> wrote:
> >>
> >> Take your original command and just omit the -ncwiat of whatever it
> >> was, I don't have it any more.
> >>
> >> On Mon, 27 Jul 2020 14:36:32 -0400,
> >> John Tuxies wrote:
> >>
> >>
> >> [1  <multipart/alternative (7bit)>]
> >> [1.1  <text/plain; UTF-8 (quoted-printable)>]
> >> Hey John.
> >>
> >>
> >> Could you post the whole command please?
> >> So i could move forward with Freeswitch
> >>
> >> On Saturday, July 25, 2020, John Tuxies <atuxnull at gmail.com<mailto:atuxnull at gmail.com>> wrote:
> >>
> >> Please post the whole command as it should be typed. We are missing
> >> something
> >>
> >>
> >>
> >>
> >> On Friday, July 24, 2020, John Covici <covici at ccs.covici.com<mailto:covici at ccs.covici.com>> wrote:
> >>
> >> You need to get rid of the -ncwait to see anything.
> >>
> >> On Fri, 24 Jul 2020 06:33:20 -0400,
> >> John Tuxies wrote:
> >>
> >>
> >> [1  <multipart/alternative (7bit)>]
> >> [1.1  <text/plain; UTF-8 (quoted-printable)>]
> >> No luck.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> *root at debA: ~ $ systemctl start freeswitchroot at debA: ~ $ ps -aux | grep
> >> freeswifreeswi+ 12569  5.4 10.2 879236 103824 ?       S<Lsl 13:32   0:01
> >> /usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonatroot
> >> 12614  0.0  0.0   6076   892 pts/0    S+   13:32   0:00 grep
> >> freeswiroot at debA: ~ $ fs_cli -r[ERROR] fs_cli.c:1691 main() Error
> >> Connecting [][INFO] fs_cli.c:1697 main() Retrying[ERROR] fs_cli.c:1691
> >> main() Error Connecting []^CInterrupted.root at debA<mailto:%5eCInterrupted.root at debA>: ~ $*
> >>
> >> On Fri, Jul 24, 2020 at 12:24 AM John Covici <covici at ccs.covici.com<mailto:covici at ccs.covici.com>>
> >>
> >> wrote:
> >>
> >>
> >> hmmm?  Just take the line from the system unit file, and run it by
> >> hand from the console, eliminating the -nc parameter.
> >>
> >> On Thu, 23 Jul 2020 14:27:12 -0400,
> >> John Tuxies wrote:
> >>
> >>
> >> [1  <multipart/alternative (7bit)>]
> >> [1.1  <text/plain; UTF-8 (quoted-printable)>]
> >> Could you elaborate on how to do that please?
> >>
> >> On Thursday, July 23, 2020, John Covici <covici at ccs.covici.com<mailto:covici at ccs.covici.com>>
> >>
> >> wrote:
> >>
> >>
> >> What I do in those cases is execute the freeswitch command by
> >>
> >> hand,
> >>
> >> eliminating the -nc parameter, if any, but leaving the -u and -g
> >>
> >> and
> >>
> >> possibly other parameters.  Also, see if there is anything in the
> >>
> >> log
> >>
> >> file, but the first method may be enlightening.
> >>
> >> On Thu, 23 Jul 2020 08:41:46 -0400,
> >> John Tuxies wrote:
> >>
> >>
> >> [1  <multipart/alternative (7bit)>]
> >> [1.1  <text/plain; UTF-8 (quoted-printable)>]
> >> hi Franceso and thanks for the reply. i did install from debian
> >>
> >> repo
> >>
> >> and
> >>
> >> it
> >>
> >> should get the systemd, but non the less, i created the file.
> >>
> >> Still
> >>
> >> Freeswitch refuses to start!
> >>
> >> On Thu, Jul 23, 2020 at 10:29 AM Francesco Facco de Lagarda <
> >> francesco at delagarda.com<mailto:francesco at delagarda.com>> wrote:
> >>
> >> Did you create Freeswitch service?
> >>
> >>
> >> cd /etc/systemd/system
> >>
> >>
> >> nano freeswitch.service
> >>
> >> ; This file in installations built from Master can be found in
> >> ; /usr/src/freeswitch.git/debian
> >> ; or
> >> ; /usr/src/freeswitch/debian
> >> [Unit]
> >> Description=freeswitch
> >> After=syslog.target network.target local-fs.target
> >> [Service]
> >> ; service
> >> Type=forking
> >> PIDFile=/usr/local/freeswitch/run/freeswitch.pid
> >> PermissionsStartOnly=true
> >> ; blank ExecStart= line flushes the list
> >> ExecStart=
> >> ExecStart=/usr/local/freeswitch/bin/freeswitch -u freeswitch
> >>
> >> -g
> >>
> >> freeswitch
> >>
> >> -ncwait -nonat -rp
> >> TimeoutSec=45s
> >> Restart=on-failure
> >> ; exec
> >> WorkingDirectory=/usr/local/freeswitch/bin
> >> User=root
> >> Group=daemon
> >> LimitCORE=infinity
> >> LimitNOFILE=100000
> >> LimitNPROC=60000
> >> ;LimitSTACK=240
> >> LimitRTPRIO=infinity
> >> LimitRTTIME=7000000
> >> IOSchedulingClass=realtime
> >> IOSchedulingPriority=2
> >> CPUSchedulingPolicy=rr
> >> CPUSchedulingPriority=89
> >> UMask=0007
> >> [Install]
> >> WantedBy=multi-user.target
> >>
> >>
> >>
> >>
> >>
> >> Next, notify systemd to look for changes in its configuration:
> >> systemctl daemon-reload
> >> Now you are ready to start FreeSWITCH for the first time.
> >>
> >> Because
> >>
> >> FS is
> >>
> >> owned by user freeswitch it should create its databases and
> >>
> >> log
> >>
> >> files
> >>
> >> under
> >>
> >> that user (instead of root) so that those files will still be
> >>
> >> accessible to
> >>
> >> it under future runs.
> >> systemctl start freeswitch
> >> To stop FreeSWITCH:
> >> systemctl stop freeswitch
> >>
> >>
> >> To configure FreeSWITCH to start automatically at boot time:
> >> systemctl enable freeswitch
> >>
> >>
> >>
> >> To be able to launch fs_cli without having to go to bin
> >>
> >> directory,
> >>
> >> add
> >>
> >> directory to path:
> >>
> >>
> >> export PATH=$PATH:/usr/local/freeswitch/bin/
> >>
> >> Francesco Facco de Lagarda
> >>
> >>
> >> On 23 Jul 2020, at 03:43, John Tuxies <atuxnull at gmail.com<mailto:atuxnull at gmail.com>>
> >>
> >> wrote:
> >>
> >>
> >> 
> >> Trying to install Freeswitch in Debian 9 and 10. Both systems
> >>
> >> failed to
> >>
> >> start:
> >> Running hooks in
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> * /etc/ca-certificates/update.d...done.done.root at debian<mailto:/etc/ca-certificates/update.d...done.done.root at debian>: ~ $
> >>
> >> fs_cli
> >>
> >> -rRS[ERROR] fs_cli.c:1691 main() Error Connecting [][INFO]
> >>
> >> fs_cli.c:1697
> >>
> >> main() Retrying[ERROR] fs_cli.c:1691 main() Error Connecting
> >> []^CInterrupted.root at debian<mailto:%5eCInterrupted.root at debian>: ~ $*
> >>
> >> I have tried to install from
> >>
> >> https://freeswitch.org/confluence/display/FREESWITCH/Debian+10+Buster<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence%2Fdisplay%2FFREESWITCH%2FDebian%2B10%2BBuster&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198182344&sdata=g02WgBWrGsAKnjcQy8PjH%2BMWevYOrkFHpavv6CPucl4%3D&reserved=0>
> >>
> >> to
> >>
> >> install using debian packages.
> >>
> >> Any suggestions, please?
> >>
> >>
> >>
> >> ____________________________________________________________
> >>
> >> _____________
> >>
> >>
> >> The FreeSWITCH project is sponsored by SignalWire
> >>
> >> https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198192336&sdata=i2rq7oBLHljbRaJ1yRDFnK0pZVnwJYflwZQRW%2B3qQYA%3D&reserved=0>
> >>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198202332&sdata=CZJVXMbSPXE9%2F0N0MN5KPLM%2BFhms7Zwov0lU8gcqOY0%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198212330&sdata=NDvnjRMvUs8mUzEq%2BVMjzI0eVDloaRS7ToAyvSFRmaM%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198222323&sdata=JsFClIFxfwzr6VlOV0scgBjuCUAgssVr647hp4e3V5M%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198232319&sdata=7rVi%2BPKfL08liLxN7hPCImmsbPchLXaWOQHX%2FaikCAI%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198242315&sdata=V%2BSAQm56zWJQrVR5Hqb1YSOI6aG6%2FwM1Q0vWtIEN8og%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198252307&sdata=qeyBwRhx7If3D0xCYvG6x0OOs6Y6hXStLnYzs2dc%2FNs%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198262305&sdata=damP49hULZhky2qnUbai78AN9L3p8cAx3NJsJzDptps%3D&reserved=0>
> >>
> >> options/freeswitch-users
> >>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198272299&sdata=wwTfl24WdGpPbgvwD9UlBVMyREzh5nSFUUW1yFn45E8%3D&reserved=0>
> >>
> >> ____________________________________________________________
> >>
> >> _____________
> >>
> >>
> >> The FreeSWITCH project is sponsored by SignalWire
> >>
> >> https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198282294&sdata=YOcHu1X8nJg9YZw1HlsfNF66XGRrqmzvi3nVIwvC1vY%3D&reserved=0>
> >>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198282294&sdata=CYnm6xFdN0YqisAM8YtGkIw7J6cV5HAe9dcc%2F6XcnXk%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198292289&sdata=2gVpcEeQKP0VnXYrzCN7g3AIlND6dTDQAlUbRWh9ec4%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198302282&sdata=x2rFRw7mZfa1hUQs6SW16jb2HepnDcx5lIP2oDjOGbg%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198312277&sdata=vvr3DmADsbOSz55nyVCS5kxOjXxsjSEhvKO1EH5mI14%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198322272&sdata=lS4jzJeCAy5nfWs6b57t%2BRbZGn60y3fq4gVa%2FS47Lx0%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198332267&sdata=64lGQZkY2G%2F1hXYWclQQpw30w640vvt8oasmF80rwVM%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198342262&sdata=tiUbQ2HpS9PskX61d5gwFOOrNSYB0YaVoUD79tkswqk%3D&reserved=0>
> >>
> >> options/freeswitch-users
> >>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198352257&sdata=cjqk9P26S8xDMIWIyd9KjlTseKUJjUK%2F%2BXrieY1wQmE%3D&reserved=0>
> >>
> >> [1.2  <text/html; UTF-8 (quoted-printable)>]
> >> [2  <text/plain; utf-8 (base64)>]
> >> ____________________________________________________________
> >>
> >> _____________
> >>
> >>
> >> The FreeSWITCH project is sponsored by SignalWire
> >>
> >> https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198362252&sdata=4bMp%2BqNxv2ho%2Fab5CszbN%2Fg%2BnRwuKZoujlNSLRCVXsI%3D&reserved=0>
> >>
> >> 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
> >>
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198362252&sdata=PpJYVRr%2Bnmb9vUrIMgj3OO8Yj4Vf6%2BjcEp1nvJCMT%2FA%3D&reserved=0>
> >>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198372251&sdata=9TB3hVxU%2BlTah%2BEuQyqq%2FFt5mmOkbWKSzmmPRSHaAf0%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198382243&sdata=T6HMc%2FilSU0Rtr4Aeltxl8CVRxAypHpUc09NEGlyM14%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198392238&sdata=s8nAoT03fcUj7fIMg2yuhn%2BcSBHr7xuBIGXGTYlSlhY%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198402233&sdata=uBX%2B%2B4bjaQUnGSPsEf%2BxJB7EoI1xleqM0Gskm8LdMYg%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198412229&sdata=PataVISwDgrHLSbKAeLf100g0piAyS0SKR4QGJ%2FBvx4%3D&reserved=0>
> >> UNSUBSCRIBE:
> >>
> >> http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198422224&sdata=vBLIdr6WIs%2Fso1whfIOWiZvmvamqauo6CmSFQ%2FuHFPw%3D&reserved=0>
> >>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198432218&sdata=TdhsoJmoPqjZE38h6Avo50uReSCMgfMvSjAh2eksmQ0%3D&reserved=0>
> >>
> >>
> >> --
> >> Your life is like a penny.  You're going to lose it.  The
> >>
> >> question is:
> >>
> >> How do
> >> you spend it?
> >>
> >>         John Covici wb2una
> >>         covici at ccs.covici.com<mailto:covici at ccs.covici.com>
> >>
> >>
> >> ____________________________________________________________
> >>
> >> _____________
> >>
> >>
> >> The FreeSWITCH project is sponsored by SignalWire
> >>
> >> https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198442213&sdata=U052%2F2lgwrmaKMvlbW1AqP5PGapLX8CW0BrYz%2B4AiA8%3D&reserved=0>
> >>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198442213&sdata=JLo5aXit0CEf%2FVglaxz0Q%2B4oksqFR1zTLORrJjdt8Tc%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198452213&sdata=%2B0lWozihaA%2ByxvM6OWQmufBFjsCyH1fmPnvU6WlBDsc%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198462204&sdata=1k7yj33yldbwKabtckAV3CzQDVzIJvKrC1Jp8ergT0Y%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198472199&sdata=XPPE2zPf7KQgQ6ShbzhfgknGrpz0oiRwjaq3m9CI0Lw%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198482197&sdata=5B5de%2B1KP5g1G774yVcwi0snyJg8ynf2emcjGHjWnZA%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198492192&sdata=Q7U%2B2OJ1NqgSXtFMOWUJZZuDp0%2Bdu0YpA2ysJpWRYNs%3D&reserved=0>
> >> UNSUBSCRIBE:
> >>
> >> http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198502186&sdata=xzGaA7mq47nhh51ozsqBnPe7g04Ly%2FUCnCwChJJCt9A%3D&reserved=0>
> >>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198512178&sdata=FW6225v7xEUve5tT%2FkEs0sEFv3Ge9%2Fap8W07E6Dijl8%3D&reserved=0>
> >>
> >> [1.2  <text/html; UTF-8 (quoted-printable)>]
> >> [2  <text/plain; utf-8 (base64)>]
> >> ____________________________________________________________
> >>
> >> _____________
> >>
> >>
> >> The FreeSWITCH project is sponsored by SignalWire
> >>
> >> https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198522174&sdata=904RlyxqRDL877bpyD7ZwBVVJeb1mCwPxCc94YaddbY%3D&reserved=0>
> >>
> >> 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
> >>
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198522174&sdata=jPS6vg%2BIchnVZv0ujmZ1XBKIekg1VCe0OVijpLDajsk%3D&reserved=0>
> >>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198532170&sdata=l7dpO1HzfizwUYaiQsr4eV9oyPprTllF1NnlP7SQIzo%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198542164&sdata=zmoPtaRUkkzh17rNnK%2FWYmTv1qdbJMV0h2MaZ6aQEXc%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198552165&sdata=1PDoZM6bapWIivNrjmp2R2kL84JdX%2Bz71jdoiAfhDZs%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198562156&sdata=o12e13gCtAezIyErul%2FOZceLb2Unv94wLsWLyQK8C6c%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198572149&sdata=21N%2BO0yh3Wudo4783tu1MghbMQ2zFMD%2Fse4R%2F6FOYlo%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198582147&sdata=P5KyX%2FK0wBiM9vyYYYM5%2BDe4niUSBTqBAhMXhS94Z4I%3D&reserved=0>
> >>
> >> freeswitch-users
> >>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198592140&sdata=RgnNDZDIN3ltP246ZRQzdr7kAL4p7hxGrjoQg%2Bt7Jzk%3D&reserved=0>
> >>
> >>
> >> --
> >> Your life is like a penny.  You're going to lose it.  The question is:
> >> How do
> >> you spend it?
> >>
> >>         John Covici wb2una
> >>         covici at ccs.covici.com<mailto:covici at ccs.covici.com>
> >>
> >> ____________________________________________________________
> >>
> >> _____________
> >>
> >>
> >> The FreeSWITCH project is sponsored by SignalWire
> >>
> >> https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198602135&sdata=jZfXdaAFBHZXX3RHbAIJgdOCCXaGQwDnUEDwjoGZjz8%3D&reserved=0>
> >>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198612133&sdata=FImZgGEa9gYH3AygUk929YSkR%2Bkyd7d5Yv2ksHW4QHo%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198612133&sdata=gZ4cUXvMPrLi9sMCdPZKwN%2FgvIkv1kVW4KofykoInN8%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198622128&sdata=tK5mKxJt9rW%2BHrfydO%2B2kQkDimo4sA6oDZbKY7%2BD%2Brs%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198632120&sdata=DcVAEvLtiDRwhKX6YUBTnKDTad8j%2B%2FvPhnnv2HYH2ks%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198642114&sdata=GmoqiT%2FKcDvhQhsMmEzD%2FMvrcPYe4TqGVTFzyUVXv1g%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198652109&sdata=Z6nWuvJMrsah1tTWF8nHwpQ2qhrCF6Qe%2F%2BuDHP9p8kk%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198662107&sdata=ZnL5RDkPogk8Ig%2BrTFQ7sQc%2BxLmoT75Av87eWvtBJVg%3D&reserved=0>
> >>
> >> freeswitch-users
> >>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198672101&sdata=OOk8Fsxckw1abqPqTGh0sQPw15TRChv7CMuhT5646IQ%3D&reserved=0>
> >>
> >> [1.2  <text/html; UTF-8 (quoted-printable)>]
> >> [2  <text/plain; utf-8 (base64)>]
> >> ____________________________________________________________
> >>
> >> _____________
> >>
> >>
> >> The FreeSWITCH project is sponsored by SignalWire
> >>
> >> https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198682096&sdata=k8OHJ0g1hDKT1FLG%2BERexLJIoXNEN%2FEcrOKNCljJ%2B8w%3D&reserved=0>
> >>
> >> 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
> >>
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198692101&sdata=uZGzz6MHJTDkTJfijDcc3%2FLyU29l9LPJ4rsunlrqIYI%3D&reserved=0>
> >>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198702087&sdata=QJdlyTTSBbozNiRZAeyMXiiL7OutkjbU8LZ1BhNncsM%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198702087&sdata=StvaefCLu2dkmXFN1kBkKeah%2B8COuvdWkzvGlYgEZvM%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198712081&sdata=eUUcQct%2Fp4RwkVHaHxrFaOP5F2eo%2FKSWVxj0q58Qj3Q%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198722076&sdata=OKTdQK8aIXOKF49G%2B0GqUlDX4A6vsfIFtQ%2FuCr6qDtc%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198732072&sdata=R1%2Bv9OS7thoVW6MWGUBsdviQid6rs6N7KGmDDmibxBQ%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198742067&sdata=aXOdt5cAiE25cKQw0j7C6KkOcu%2B3O1fHpX7gLI8IlEU%3D&reserved=0>
> >>
> >> freeswitch-users
> >>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198752066&sdata=299MMIek61RWJbyW%2BSXe%2B%2BwHNG6pT%2BXCm4RvRToqq84%3D&reserved=0>
> >>
> >>
> >> --
> >> Your life is like a penny.  You're going to lose it.  The question is:
> >> How do
> >> you spend it?
> >>
> >>         John Covici wb2una
> >>         covici at ccs.covici.com<mailto:covici at ccs.covici.com>
> >>
> >> _________________________________________________________________________
> >>
> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198762058&sdata=D%2Bv7vqV5HmTkJCX5XFTr7SXEy93xjU6qMjDToeo1qSY%3D&reserved=0>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198772050&sdata=5ttpzowqKrkYgX5B5x9cCdXgrWeC4PgLDI7K0v55mTs%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198782047&sdata=uHBZJ9tvtSXwRVtC4saXqby665hgJ18xbt1Bkx65pnQ%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198792038&sdata=VwUlcZgba84ymBbvUNmYjmOvBmIL0qacoMuSKdguzGk%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198802037&sdata=i9OTcu%2FwbiDptYitJ1a2ZwxVCXCv6%2BViEVdqM6hrxVc%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198812032&sdata=xpz1a2bVDR1zVwpsDcRJQkNPB%2Fnz5gRT%2FOkvGJwGqb4%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198812032&sdata=7s%2F18AbmtBGeYjeheMJwL0mB03dxv%2BgHxGbZfUPK%2BIM%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198822027&sdata=M%2FGCZMq9KWSSi8JoLxECkLQKdnq4UOokHS8kS9N0bUY%3D&reserved=0>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198832025&sdata=9BcJbT8nUmYEi8kqP9P7PL7pJRIXGZEa4%2BYahF0J1qg%3D&reserved=0>
> >>
> >>
> >>
> >> [1.2  <text/html; UTF-8 (quoted-printable)>]
> >> [2  <text/plain; utf-8 (base64)>]
> >> _________________________________________________________________________
> >>
> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198842026&sdata=s7FhG5HCvEsoclN7IXjloqEz%2BPksXYnn74Ciyxol8Uw%3D&reserved=0>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198852012&sdata=jgJv241jDRX4Xry8QDxXPAoytac%2BGRVxTagEv4xw%2BA4%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198862008&sdata=qkLY6TzDM1jobxQlpYLJI7ACHMh3NVZuFK8Q1COWjgs%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198872003&sdata=54BtpfOhoXFsnceg3Mr%2FYXmQ7snviTsz%2Blg9ylCbjCc%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198881998&sdata=D1S%2BruO8Ai1pUMQDsWGi%2BWbs7l0CKySNE8mD44r6VfA%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198891996&sdata=K%2FJC7FXeamDVVlOIHLzUD0D1zxGpdX7b0irOQYvHYm8%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198901990&sdata=I4bDol6yhjb8CnIPvcw%2FpDBimAg%2BMwylcFZxLCUSjqM%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198911987&sdata=IHq0Nn0gyafqLRlp%2BeE9RpiiAeqhFpSUuviXBUWOyI0%3D&reserved=0>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198921982&sdata=m4ScvmVHaqNCve1MU%2FwqcCSzcJxvPWexjHyMbpqZGdw%3D&reserved=0>
> >>
> >>
> >> --
> >> Your life is like a penny.  You're going to lose it.  The question is:
> >> How do
> >> you spend it?
> >>
> >>         John Covici wb2una
> >>         covici at ccs.covici.com<mailto:covici at ccs.covici.com>
> >>
> >> _________________________________________________________________________
> >>
> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198931978&sdata=%2FPM9UCfI5PZ9Y3qmfvLN1e5SkEpPlbvLuEFcq97DrFo%3D&reserved=0>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198931978&sdata=MVGE2y8pe9ftF0Qr4IkJIhj%2FgNa%2BZL0RJK4RJCdZwTI%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198941972&sdata=cUtXPZdhod1056nkOgkxMR2HOfBuLjwfCMy%2BFNt4zd4%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198951968&sdata=rsch5K9sedNEVrNAfc1CWeDpJ6qB3jRXHofMJz02MxA%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198961971&sdata=zO1pyzv0SzS1LVt1EijQgIcRZuddmInXNLiyfXg%2F3SM%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198971954&sdata=uP9u2tcZ5ferDhm5gQ7jjK4TW2tOgDoHLs%2BFQn4QGKI%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198981951&sdata=RYMPhKpjLvgSkUrUQUYfBLt8l5GIl8cegsTye5CPIwM%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285198991944&sdata=0RJZLQW1cRrUzf1uFkIXGLeucE4oeJwRZt8Q52j850g%3D&reserved=0>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199001938&sdata=Z7v5KV4QJVo3lP8Jb9i%2BBxgpcYA%2FiseE5NGwt8lBGDw%3D&reserved=0>
> >>
> >>
> >> _________________________________________________________________________
> >>
> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199011938&sdata=nN1Opa%2BdOb1x9HJnWUWbfkN1m3vP%2Bhzu94I8d0e58Vw%3D&reserved=0>
> >> 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
> >> https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199021936&sdata=XEpEVMA4smHVA4IikIfp5HImqk1sgACKyYFRiVRJzBA%3D&reserved=0>
> >>
> >> Professional FreeSWITCH Services
> >> sales at freeswitch.com<mailto:sales at freeswitch.com>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199031926&sdata=wc9BFgi7l6foAnB%2FPaGtkO%2BJV3w78wvawq%2Fu%2FeR7W%2FA%3D&reserved=0>
> >>
> >> Official FreeSWITCH Sites
> >> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199051916&sdata=qPkBe%2BTl%2B6U9HJVL7WksOlWrR6Iz5E48MawjPS7IsQI%3D&reserved=0>
> >> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199061910&sdata=XtClRz09drYilf%2BFWie14ge9y7im731%2Fz2pTONJfkeU%3D&reserved=0>
> >> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199071904&sdata=Tj8H%2B8zFCMr8LX%2BszOfdQ0%2FKxEcAYwGfRWZNYfwgulE%3D&reserved=0>
> >>
> >> FreeSWITCH-users mailing list
> >> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199081902&sdata=rnujAc4P3CwP6ecPfRWtjjITH%2BMmPvz1gXqgXkR9OZI%3D&reserved=0>
> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199091896&sdata=zcgU0oudOXsG7WrwiJYu3gYhm5puZUhhUU5vKPvuMbE%3D&reserved=0>
> >> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199101889&sdata=CmjLjBwpxdXBgYzdS9Afhp9NZyiRdcuB8vDI3NLcK28%3D&reserved=0>
> >
> >
> [1.2  <text/html; UTF-8 (quoted-printable)>]
> [2  <text/plain; utf-8 (base64)>]
> _________________________________________________________________________
>
> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199111885&sdata=%2FZP2gBPoRm0Y3NPWCVoVs4aCKqmHmcLD%2FknaK%2FztC%2Bw%3D&reserved=0>
> 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 https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199121883&sdata=ZNSN%2BpVttoZac30gTtTNUcgw3eiNSOLwP%2FL1K5cNsV4%3D&reserved=0>
>
> Professional FreeSWITCH Services
> sales at freeswitch.com<mailto:sales at freeswitch.com>
> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199131875&sdata=NcyrW2F%2BMblFJYHtw7Pvqj2oixB%2F%2BWyZhyehnFFQoi4%3D&reserved=0>
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199141871&sdata=csxcJGSx2RsC%2FYxc6sPsX6d0N5RC1g14xhYixWiJV5A%3D&reserved=0>
> https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199151864&sdata=%2BdxG3MFWIpw1KaNVQrJmj2Hzb0Z9TX37FXEmf0of%2FJs%3D&reserved=0>
> https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199151864&sdata=P8KbPJg4TiVn6ZLZLV8OXSedhqwvIWzjUsHgaYI0%2BXg%3D&reserved=0>
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199161859&sdata=k8rW4Z7VHUB4KQTdrdbaTaor4eaaKr%2B40GuinisHs2g%3D&reserved=0>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199181852&sdata=JPM7WdEBAZEKMTdAL%2Bpqmenmw2v0oQXWMGAiG2yKS7g%3D&reserved=0>
> https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199181852&sdata=oWAuJ0OMMND7RVk3ebYihcWPuR0cS7tgdPFZrl8BXdM%3D&reserved=0>

--
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici wb2una
         covici at ccs.covici.com<mailto:covici at ccs.covici.com>

_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199191846&sdata=UqlIFf507wZHA4YICJ7sHwwJTadXDprPjKcuEMbEaAM%3D&reserved=0>
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 https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199201841&sdata=FLH%2FU6b1iMYDyknS1uFPsEvDj%2BkhoQdBAWO1MltRQ2U%3D&reserved=0>

Professional FreeSWITCH Services
sales at freeswitch.com<mailto:sales at freeswitch.com>
https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199211835&sdata=cc4y8CmLFzBo7s6vhOddujaN0kx93kwX8oUYr4c0TEQ%3D&reserved=0>

Official FreeSWITCH Sites
https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199221830&sdata=7XAZ2v0di5swnGXQqdP0pChbGjbdT0tg53j%2FOL25XZA%3D&reserved=0>
https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199231825&sdata=2VEq7v5W1sLMrYobDQ1qnT5ZXXgbZiwj4djbgExYFLc%3D&reserved=0>
https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199241821&sdata=K8fEGxZ%2BFIyP%2BePHUjKALTigfl6mv5r7f0VOcAo%2FK4o%3D&reserved=0>

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199251816&sdata=TCyuwVGJN2le0Xd2uRlavhIZ9ykD%2FbCnS73f2uvUn3Y%3D&reserved=0>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199251816&sdata=H3ajaypR1I9MyQEjSySkS7aYmTfGJzgstkXRVCtVH%2F4%3D&reserved=0>
https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199261813&sdata=bw%2B7rH0V717B%2B2nYmMHtrrCP2GVpY4%2BIf72jUWxNA%2FI%3D&reserved=0>
--
Regards,

David Villasmil
email: david.villasmil.work at gmail.com<mailto:david.villasmil.work at gmail.com>
phone: +34669448337
_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199271807&sdata=VQASLrY6YKoB8frW0omUdk0x%2BEvjMwSffOg0vf2FU9M%3D&reserved=0>
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 https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199281802&sdata=%2FFDWbRRlsOgauVA4frW9l48PHTmjL8KrKojh%2FQYfn80%3D&reserved=0>

Professional FreeSWITCH Services
sales at freeswitch.com<mailto:sales at freeswitch.com>
https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199291798&sdata=di3L8kSUJFLqm9qBrcx7Uqr05fX8HIUZkrVNOI1bRkQ%3D&reserved=0>

Official FreeSWITCH Sites
https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199301793&sdata=AuKIOOHsKdHvjFBHNRETzNMaNi%2BOyJnOnPx1BdcFgtQ%3D&reserved=0>
https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199311786&sdata=zznnbnC1SlMyMdsPWVRq35nxM3%2F%2BBKzjZYtOBJJ8Q88%3D&reserved=0>
https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199321782&sdata=OnGRnwRVdM2KixSV311X%2Fo3Xq2xi9RZZZc0mcGM%2BG6c%3D&reserved=0>

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199331775&sdata=2HZLT%2FwrnqJFLEqSq9V26SR%2FPS6ghZUpkb1qeM2T88I%3D&reserved=0>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199331775&sdata=MmtE5WDHrxLpjZ%2BuDDi372ynb4Kf30XW%2FisPuW7gFeI%3D&reserved=0>
https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199341772&sdata=bPJyT2EA1ZLkvsDKq7bp63nh%2BRMd%2FY4T94XEvO2ifVQ%3D&reserved=0>
--
Regards,

David Villasmil
email: david.villasmil.work at gmail.com<mailto:david.villasmil.work at gmail.com>
phone: +34669448337
--
Regards,

David Villasmil
email: david.villasmil.work at gmail.com<mailto:david.villasmil.work at gmail.com>
phone: +34669448337
_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199351768&sdata=H77Ivn%2F8NZsdDVHQkk2aD%2F5Zmt8Wp1K%2F0zPBN%2FR8UXQ%3D&reserved=0>
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 https://signalwire.community<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsignalwire.community%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199361761&sdata=szOiOafv%2F%2FTTOcVHdBjopSXuUu%2BvlXieXPWjE6nnFes%3D&reserved=0>

Professional FreeSWITCH Services
sales at freeswitch.com<mailto:sales at freeswitch.com>
https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199371755&sdata=R5NZp3hd9bC9plCVIt8qREDQcYNDdVIQI0Qu9%2FuG%2BG8%3D&reserved=0>

Official FreeSWITCH Sites
https://freeswitch.com/oss<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2Foss&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199381760&sdata=yzHM1BnRy7kPoDC15FsE23kZ4bjyyRf6b1FONmM1F1I%3D&reserved=0>
https://freeswitch.org/confluence<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.org%2Fconfluence&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199391747&sdata=IOZG%2F9nI%2Fr0fEXYND6EzlQIo6tzOforntNGV8hK%2BqM4%3D&reserved=0>
https://cluecon.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcluecon.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199401742&sdata=QgRXV7eHMpIteIU%2BxTEKzz4AFN7fy%2BABuZ%2FOIfZPrLE%3D&reserved=0>

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org<mailto:FreeSWITCH-users at lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Flistinfo%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199411737&sdata=3Wkc%2BMn07DxLD3V%2FjK9I4ECXqk%2BAeqJ%2BJn3rL38UIeE%3D&reserved=0>
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.freeswitch.org%2Fmailman%2Foptions%2Ffreeswitch-users&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199411737&sdata=t0AuksNBAXPIZLtvcJCLZOgE66iHfitpTLdU8oFtcPQ%3D&reserved=0>
https://freeswitch.com<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Ffreeswitch.com%2F&data=02%7C01%7C%7C5b89d15ced4843123c6b08d83b0f8933%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637324285199421732&sdata=OUpdNOUs1msoc4p5tB0O4pF17rH5b7yj%2Fju1EZxdpTc%3D&reserved=0>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20200808/c55167db/attachment-0001.html>


More information about the FreeSWITCH-users mailing list