[Freeswitch-users] FreeSwitch Hangs and Fails to Process anything

Guillermo Ruiz Camauer grcamauer at gmail.com
Wed Oct 23 20:52:38 UTC 2019


>From  https://freeswitch.org/confluence/display/FREESWITCH/Debugger  Please
read the rest of that page and also look at
https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA
 :


Recompiling with debug symbols on

*Note: FreeSWITCH is compiled with debug symbols on by default !*

export CFLAGS="-g -ggdb"
export MOD_CFLAGS="-g -ggdb"
./configure

Creating core files

For core files to be created when a crash occurs, set the core ulimit to
unlimited before starting FreeSWITCH

$ ulimit -c unlimited
$ ./freeswitch

The core file should be located in the directory where FreeSWITCH was
started (i.e., if you were in the /tmp directory when you typed the command
to start FreeSWITCH, then there should be a file called something like
/tmp/core.xxx).

NOTE: On OS X, core files are dumped to a hidden directory called /cores by
default, not the current directory!

On Wed, Oct 23, 2019 at 5:05 PM Lloyd Aloysius <lloyd.aloysius at gmail.com>
wrote:

> I never have this issues. I was using version 1.4 version before. Now
> upgrade to 1.10... See this problem.
>
> How to compile with symbols?
>
> On Wed, Oct 23, 2019 at 12:23 PM David Villasmil <
> david.villasmil.work at gmail.com> wrote:
>
>> Hello,
>>
>> Why don't you compile with symbols and when it hangs get a backtrace,
>> then file an issue on github.
>> This is important for all, if there's a but somewhere, it should be found
>> and fixed.
>>
>> But i have many boxes (debian 8/9, version 1.6.20/1.6.18) doing 60-100
>> channels and never seen anything like that.
>>
>> Regards,
>>
>> David Villasmil
>> email: david.villasmil.work at gmail.com
>> phone: +34669448337
>>
>>
>> On Wed, Oct 23, 2019 at 3:43 PM Lloyd Aloysius <lloyd.aloysius at gmail.com>
>> wrote:
>>
>>> Regular PBX calls between users
>>>
>>> On Wed, Oct 23, 2019 at 9:11 AM David Villasmil <
>>> david.villasmil.work at gmail.com> wrote:
>>>
>>>> Why is it freezing? Anything in the logs? That’s not normal at all.
>>>> What are those 20-30 calls doing?
>>>>
>>>> On Wed, 23 Oct 2019 at 13:18, Lloyd Aloysius <lloyd.aloysius at gmail.com>
>>>> wrote:
>>>>
>>>>> Finally I setup a cronjob to restart freeswitch everyday. Otherwise it
>>>>> hang every 2 days. Does this is a know problem to the most recent version.
>>>>> I even try the master.Same issue.
>>>>>
>>>>> Hardware - 16 Core CPU, 96GB Memeory, SSDs.
>>>>>
>>>>> Average calls volume is 20~30 calls
>>>>>
>>>>> Does the following startup script is valid. May be I am missing some
>>>>> requirements for version 1.10 ?
>>>>>
>>>>>
>>>>> ; 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 mysql.service
>>>>> apache2.service
>>>>>
>>>>> [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=always
>>>>> ; exec
>>>>> WorkingDirectory=/usr/local/freeswitch/bin
>>>>> User=root
>>>>> Group=daemon
>>>>> LimitCORE=infinity
>>>>> LimitNOFILE=100000
>>>>> LimitNPROC=60000
>>>>> LimitSTACK=250000
>>>>> LimitRTPRIO=infinity
>>>>> LimitRTTIME=infinity
>>>>> IOSchedulingClass=realtime
>>>>> IOSchedulingPriority=2
>>>>> CPUSchedulingPolicy=rr
>>>>> CPUSchedulingPriority=89
>>>>> UMask=0007
>>>>>
>>>>> [Install]
>>>>> WantedBy=multi-user.target
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Oct 14, 2019 at 12:49 PM Lloyd Aloysius <
>>>>> lloyd.aloysius at gmail.com> wrote:
>>>>>
>>>>>> it happened again. Create a issue and attached the back trace.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, Oct 13, 2019 at 1:44 PM John Covici <covici at ccs.covici.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Why don't you compile with symbols and when it hangs get a backtrace,
>>>>>>> then file an issue on github.
>>>>>>>
>>>>>>> On Sun, 13 Oct 2019 11:07:13 -0400,
>>>>>>> David Villasmil wrote:
>>>>>>> >
>>>>>>> > [1  <multipart/alternative (7bit)>]
>>>>>>> > [1.1  <text/plain; UTF-8 (quoted-printable)>]
>>>>>>> > [1.2  <text/html; UTF-8 (quoted-printable)>]
>>>>>>> > Your fail2ban will only block IPs trying to register
>>>>>>> unsuccessfully.
>>>>>>> >
>>>>>>> > What happens with those calls? Do they get dropped? Where’s the
>>>>>>> logging on those calls? Sled exits “console log level debug”
>>>>>>> >
>>>>>>> > On Sun, 13 Oct 2019 at 15:59, Lloyd Aloysius <
>>>>>>> lloyd.aloysius at gmail.com> wrote:
>>>>>>> >
>>>>>>> >  I do not see any errors... only see these entries. The following
>>>>>>> in my fail2ban... Does this correct
>>>>>>> >
>>>>>>> >  [Definition]
>>>>>>> >
>>>>>>> >  failregex = ^\.\d+ \[WARNING\] sofia_reg\.c:\d+ SIP auth
>>>>>>> (failure|challenge) \((REGISTER|INVITE)\) on sofia profile \'[^']+\' for
>>>>>>> \[.*\] from ip <HOST>$
>>>>>>> >              ^\.\d+ \[WARNING\] sofia_reg\.c:\d+ Can't find user
>>>>>>> \[\d+@\d+\.\d+\.\d+\.\d+\] from <HOST>$
>>>>>>> >
>>>>>>> >  ignoreregex =
>>>>>>> >
>>>>>>> >  On Sun, Oct 13, 2019 at 10:16 AM David Villasmil <
>>>>>>> david.villasmil.work at gmail.com> wrote:
>>>>>>> >
>>>>>>> >  Is fail2ban blocking those? Doesn’t seem like it is. You should
>>>>>>> probably double-check it’s config.
>>>>>>> >
>>>>>>> >  In any case, there’s nothing in the log you pasted showing any
>>>>>>> errors. Please paste the errors (if any)
>>>>>>> >
>>>>>>> >  On Sun, 13 Oct 2019 at 13:59, Lloyd Aloysius <
>>>>>>> lloyd.aloysius at gmail.com> wrote:
>>>>>>> >
>>>>>>> >  Hangs again. I was using version 1.4 before. Just updated to
>>>>>>> FreeSWITCH (Version 1.10.1-release git f999022 2019-08-20 16:54:04Z 64bit)
>>>>>>> is ready
>>>>>>> >
>>>>>>> >  Please find the log below. Looks like someone try to send many
>>>>>>> calls and switch hang. I have Fail2Ban setup for this machine. Machine is
>>>>>>> Very powerful
>>>>>>> >
>>>>>>> >  HP 360 Gen 8 Server 16 Cores CPU, 96GB Memeory , SSD Drives.
>>>>>>> >
>>>>>>> >  24719e77-462f-4c49-b7e4-3e3ca00e5d59 2019-10-13 07:01:15.851407
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/101 at A.B.C.D
>>>>>>> [24719e77-462f-4c49-b7e4-3e3ca00e5d59]
>>>>>>> >  24719e77-462f-4c49-b7e4-3e3ca00e5d59 2019-10-13 07:01:15.851407
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/101 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 2 Tot 1875)
>>>>>>> >  a4281704-fb77-4fe6-8598-8ca506ecb7e8 2019-10-13 07:01:37.111410
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [a4281704-fb77-4fe6-8598-8ca506ecb7e8]
>>>>>>> >  a4281704-fb77-4fe6-8598-8ca506ecb7e8 2019-10-13 07:01:37.111410
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 3 Tot 1876)
>>>>>>> >  ff2f92d8-9d1c-4878-bb23-2ddac61bce40 2019-10-13 07:02:30.971414
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/101 at A.B.C.D
>>>>>>> [ff2f92d8-9d1c-4878-bb23-2ddac61bce40]
>>>>>>> >  ff2f92d8-9d1c-4878-bb23-2ddac61bce40 2019-10-13 07:02:30.971414
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/101 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 4 Tot 1877)
>>>>>>> >  0e2a1e57-65fa-490e-9368-eeaa92de79d1 2019-10-13 07:02:57.791407
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [0e2a1e57-65fa-490e-9368-eeaa92de79d1]
>>>>>>> >  0e2a1e57-65fa-490e-9368-eeaa92de79d1 2019-10-13 07:02:57.791407
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 5 Tot 1878)
>>>>>>> >  614b6aa3-9c6b-4377-8f95-a2aa0ebe603d 2019-10-13 07:03:46.331406
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/101 at A.B.C.D
>>>>>>> [614b6aa3-9c6b-4377-8f95-a2aa0ebe603d]
>>>>>>> >  614b6aa3-9c6b-4377-8f95-a2aa0ebe603d 2019-10-13 07:03:46.331406
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/101 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 6 Tot 1879)
>>>>>>> >  a650801a-ade3-4190-b920-6f79dba49d3a 2019-10-13 07:04:20.771417
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [a650801a-ade3-4190-b920-6f79dba49d3a]
>>>>>>> >  a650801a-ade3-4190-b920-6f79dba49d3a 2019-10-13 07:04:20.771417
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 7 Tot 1880)
>>>>>>> >  883ebcfb-1ff5-4414-bd13-b06d7e00168d 2019-10-13 07:05:41.211416
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [883ebcfb-1ff5-4414-bd13-b06d7e00168d]
>>>>>>> >  883ebcfb-1ff5-4414-bd13-b06d7e00168d 2019-10-13 07:05:41.211416
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 8 Tot 1881)
>>>>>>> >  376737a5-904b-49f7-a9ae-0a446806edca 2019-10-13 07:07:03.331417
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [376737a5-904b-49f7-a9ae-0a446806edca]
>>>>>>> >  376737a5-904b-49f7-a9ae-0a446806edca 2019-10-13 07:07:03.331417
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 9 Tot 1882)
>>>>>>> >  7df169e7-ea7f-4f80-8e0b-6569fab356b5 2019-10-13 07:08:24.411412
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [7df169e7-ea7f-4f80-8e0b-6569fab356b5]
>>>>>>> >  7df169e7-ea7f-4f80-8e0b-6569fab356b5 2019-10-13 07:08:24.411412
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 10 Tot 1883)
>>>>>>> >  fa96fd08-99a1-436f-9b43-a5f583f8a0c2 2019-10-13 07:09:45.671417
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [fa96fd08-99a1-436f-9b43-a5f583f8a0c2]
>>>>>>> >  fa96fd08-99a1-436f-9b43-a5f583f8a0c2 2019-10-13 07:09:45.671417
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 11 Tot 1884)
>>>>>>> >  2019-10-13 07:10:01.751407 [WARNING] sofia.c:2298 MSG Thread 5
>>>>>>> Started
>>>>>>> >  2019-10-13 07:10:01.751407 [WARNING] sofia.c:2298 MSG Thread 4
>>>>>>> Started
>>>>>>> >  5ebba99b-9f81-4948-9a2d-eedcd9b32abb 2019-10-13 07:11:06.911408
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [5ebba99b-9f81-4948-9a2d-eedcd9b32abb]
>>>>>>> >  5ebba99b-9f81-4948-9a2d-eedcd9b32abb 2019-10-13 07:11:06.911408
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 12 Tot 1885)
>>>>>>> >  755828aa-8838-4c38-a1c8-6f0ba82da14d 2019-10-13 07:12:29.071406
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [755828aa-8838-4c38-a1c8-6f0ba82da14d]
>>>>>>> >  755828aa-8838-4c38-a1c8-6f0ba82da14d 2019-10-13 07:12:29.071406
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 13 Tot 1886)
>>>>>>> >  f290f9f9-6ce2-495d-895e-d9f9be0276e8 2019-10-13 07:13:49.291415
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [f290f9f9-6ce2-495d-895e-d9f9be0276e8]
>>>>>>> >  f290f9f9-6ce2-495d-895e-d9f9be0276e8 2019-10-13 07:13:49.291415
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 14 Tot 1887)
>>>>>>> >  2019-10-13 07:14:22.231392 [WARNING] sofia.c:2298 MSG Thread 7
>>>>>>> Started
>>>>>>> >  2019-10-13 07:14:22.231392 [WARNING] sofia.c:2298 MSG Thread 6
>>>>>>> Started
>>>>>>> >  4d6127f4-852b-430a-9c6a-ed0fdcfae0c1 2019-10-13 07:15:09.311406
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [4d6127f4-852b-430a-9c6a-ed0fdcfae0c1]
>>>>>>> >  4d6127f4-852b-430a-9c6a-ed0fdcfae0c1 2019-10-13 07:15:09.311406
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 15 Tot 1888)
>>>>>>> >  35f8e251-1899-41c2-aa77-32b5e5292e3c 2019-10-13 07:15:55.871412
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [35f8e251-1899-41c2-aa77-32b5e5292e3c]
>>>>>>> >  35f8e251-1899-41c2-aa77-32b5e5292e3c 2019-10-13 07:15:55.871412
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 16 Tot 1889)
>>>>>>> >  ead16196-c18e-4160-9414-53bc89533d5e 2019-10-13 07:16:37.511415
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [ead16196-c18e-4160-9414-53bc89533d5e]
>>>>>>> >  ead16196-c18e-4160-9414-53bc89533d5e 2019-10-13 07:16:37.511415
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 17 Tot 1890)
>>>>>>> >  cf3ddbd8-149d-4ce8-b8f1-af2b7eb83c27 2019-10-13 07:17:21.991415
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [cf3ddbd8-149d-4ce8-b8f1-af2b7eb83c27]
>>>>>>> >  cf3ddbd8-149d-4ce8-b8f1-af2b7eb83c27 2019-10-13 07:17:21.991415
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 18 Tot 1891)
>>>>>>> >  153770e1-e666-4740-bcd9-a27bb78802d3 2019-10-13 07:17:57.451412
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [153770e1-e666-4740-bcd9-a27bb78802d3]
>>>>>>> >  153770e1-e666-4740-bcd9-a27bb78802d3 2019-10-13 07:17:57.451412
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 19 Tot 1892)
>>>>>>> >  2019-10-13 07:18:27.271408 [WARNING] sofia.c:2298 MSG Thread 9
>>>>>>> Started
>>>>>>> >  2019-10-13 07:18:27.271408 [WARNING] sofia.c:2298 MSG Thread 8
>>>>>>> Started
>>>>>>> >  f86ad1e8-970d-4412-a0b7-17babd291684 2019-10-13 07:18:34.671406
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [f86ad1e8-970d-4412-a0b7-17babd291684]
>>>>>>> >  f86ad1e8-970d-4412-a0b7-17babd291684 2019-10-13 07:18:34.671406
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 20 Tot 1893)
>>>>>>> >  f666902f-7d21-4926-99d6-b835c6ccd488 2019-10-13 07:19:16.831409
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [f666902f-7d21-4926-99d6-b835c6ccd488]
>>>>>>> >  f666902f-7d21-4926-99d6-b835c6ccd488 2019-10-13 07:19:16.831409
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 21 Tot 1894)
>>>>>>> >  02ebf2e0-ffbb-4177-acbc-d5d8ac8b7465 2019-10-13 07:19:48.171406
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [02ebf2e0-ffbb-4177-acbc-d5d8ac8b7465]
>>>>>>> >  02ebf2e0-ffbb-4177-acbc-d5d8ac8b7465 2019-10-13 07:19:48.171406
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 22 Tot 1895)
>>>>>>> >  c1969653-a8cb-4c30-88ab-83ec92697576 2019-10-13 07:20:36.751414
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [c1969653-a8cb-4c30-88ab-83ec92697576]
>>>>>>> >  c1969653-a8cb-4c30-88ab-83ec92697576 2019-10-13 07:20:36.751414
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 23 Tot 1896)
>>>>>>> >  2c7a317e-cf69-4d7b-86e9-3a72ceaf02fe 2019-10-13 07:21:01.931411
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [2c7a317e-cf69-4d7b-86e9-3a72ceaf02fe]
>>>>>>> >  2c7a317e-cf69-4d7b-86e9-3a72ceaf02fe 2019-10-13 07:21:01.931411
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 24 Tot 1897)
>>>>>>> >  51b48636-ca60-417f-800a-376545c78e73 2019-10-13 07:21:58.051407
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [51b48636-ca60-417f-800a-376545c78e73]
>>>>>>> >  51b48636-ca60-417f-800a-376545c78e73 2019-10-13 07:21:58.051407
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 25 Tot 1898)
>>>>>>> >  3622f904-9916-4269-83b1-4b0f3e3e62a2 2019-10-13 07:22:17.931407
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [3622f904-9916-4269-83b1-4b0f3e3e62a2]
>>>>>>> >  3622f904-9916-4269-83b1-4b0f3e3e62a2 2019-10-13 07:22:17.931407
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 26 Tot 1899)
>>>>>>> >  2019-10-13 07:22:18.931414 [WARNING] sofia.c:2298 MSG Thread 11
>>>>>>> Started
>>>>>>> >  2019-10-13 07:22:18.931414 [WARNING] sofia.c:2298 MSG Thread 10
>>>>>>> Started
>>>>>>> >  9056d310-c7a1-4cd6-80c7-46f87d9a0784 2019-10-13 07:23:25.611407
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [9056d310-c7a1-4cd6-80c7-46f87d9a0784]
>>>>>>> >  9056d310-c7a1-4cd6-80c7-46f87d9a0784 2019-10-13 07:23:25.611407
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 27 Tot 1900)
>>>>>>> >  0a60d031-9dea-4342-8d89-9b803afaaf60 2019-10-13 07:23:32.291406
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [0a60d031-9dea-4342-8d89-9b803afaaf60]
>>>>>>> >  0a60d031-9dea-4342-8d89-9b803afaaf60 2019-10-13 07:23:32.291406
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 28 Tot 1901)
>>>>>>> >  a8f29276-38d0-4063-bf03-b9f930665209 2019-10-13 07:24:47.171410
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [a8f29276-38d0-4063-bf03-b9f930665209]
>>>>>>> >  a8f29276-38d0-4063-bf03-b9f930665209 2019-10-13 07:24:47.171410
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 29 Tot 1902)
>>>>>>> >  5bc8915a-0c46-4623-849b-4394fda212ca 2019-10-13 07:24:47.571408
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [5bc8915a-0c46-4623-849b-4394fda212ca]
>>>>>>> >  5bc8915a-0c46-4623-849b-4394fda212ca 2019-10-13 07:24:47.571408
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 30 Tot 1903)
>>>>>>> >  f825e968-9f5c-44ad-bdca-6db6761a2596 2019-10-13 07:26:01.751418
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [f825e968-9f5c-44ad-bdca-6db6761a2596]
>>>>>>> >  f825e968-9f5c-44ad-bdca-6db6761a2596 2019-10-13 07:26:01.751418
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 31 Tot 1904)
>>>>>>> >  2019-10-13 07:26:04.051411 [WARNING] sofia.c:2298 MSG Thread 13
>>>>>>> Started
>>>>>>> >  2019-10-13 07:26:04.051411 [WARNING] sofia.c:2298 MSG Thread 12
>>>>>>> Started
>>>>>>> >  979d489d-ff37-413e-b9c9-653b4174bcc6 2019-10-13 07:26:07.331412
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [979d489d-ff37-413e-b9c9-653b4174bcc6]
>>>>>>> >  979d489d-ff37-413e-b9c9-653b4174bcc6 2019-10-13 07:26:07.331412
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 32 Tot 1905)
>>>>>>> >  b73bab7f-04a8-4f62-914c-2c5efe4db3b5 2019-10-13 07:27:17.171406
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [b73bab7f-04a8-4f62-914c-2c5efe4db3b5]
>>>>>>> >  b73bab7f-04a8-4f62-914c-2c5efe4db3b5 2019-10-13 07:27:17.171406
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 33 Tot 1906)
>>>>>>> >  62412883-bc04-4095-9a0a-635603642dd6 2019-10-13 07:27:28.331417
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [62412883-bc04-4095-9a0a-635603642dd6]
>>>>>>> >  62412883-bc04-4095-9a0a-635603642dd6 2019-10-13 07:27:28.331417
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 34 Tot 1907)
>>>>>>> >  b89eee34-edba-4076-ba07-7c4b1e278793 2019-10-13 07:28:33.911403
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [b89eee34-edba-4076-ba07-7c4b1e278793]
>>>>>>> >  b89eee34-edba-4076-ba07-7c4b1e278793 2019-10-13 07:28:33.911403
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 35 Tot 1908)
>>>>>>> >  6ae54722-edda-4d4e-aa29-72982e841ab0 2019-10-13 07:28:52.171407
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [6ae54722-edda-4d4e-aa29-72982e841ab0]
>>>>>>> >  6ae54722-edda-4d4e-aa29-72982e841ab0 2019-10-13 07:28:52.171407
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 36 Tot 1909)
>>>>>>> >  2019-10-13 07:29:41.031410 [WARNING] sofia.c:2298 MSG Thread 15
>>>>>>> Started
>>>>>>> >  2019-10-13 07:29:41.031410 [WARNING] sofia.c:2298 MSG Thread 14
>>>>>>> Started
>>>>>>> >  a1443915-0e63-45ea-9765-c137d0c7a1d2 2019-10-13 07:29:46.811402
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [a1443915-0e63-45ea-9765-c137d0c7a1d2]
>>>>>>> >  a1443915-0e63-45ea-9765-c137d0c7a1d2 2019-10-13 07:29:46.811402
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 37 Tot 1910)
>>>>>>> >  eee3a285-a32e-4992-924b-e1e2ed8a5dcc 2019-10-13 07:30:12.411417
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [eee3a285-a32e-4992-924b-e1e2ed8a5dcc]
>>>>>>> >  eee3a285-a32e-4992-924b-e1e2ed8a5dcc 2019-10-13 07:30:12.411417
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 38 Tot 1911)
>>>>>>> >  5fc1f582-df14-49a4-bff6-c8d452733367 2019-10-13 07:30:59.591415
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/105 at A.B.C.D
>>>>>>> [5fc1f582-df14-49a4-bff6-c8d452733367]
>>>>>>> >  5fc1f582-df14-49a4-bff6-c8d452733367 2019-10-13 07:30:59.591415
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/105 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 39 Tot 1912)
>>>>>>> >  8e2a1f5b-bfce-4e98-a04e-416d236a2e86 2019-10-13 07:31:33.751417
>>>>>>> [NOTICE] switch_channel.c:1118 New Channel sofia/sipinterface_2/1001 at A.B.C.D
>>>>>>> [8e2a1f5b-bfce-4e98-a04e-416d236a2e86]
>>>>>>> >  8e2a1f5b-bfce-4e98-a04e-416d236a2e86 2019-10-13 07:31:33.751417
>>>>>>> [DEBUG] switch_core_state_machine.c:585 (sofia/sipinterface_2/1001 at A.B.C.D)
>>>>>>> Running State Change CS_NEW (Cur 40 Tot 1913)
>>>>>>> >
>>>>>>> >  On Sat, Oct 12, 2019 at 9:13 PM David Villasmil <
>>>>>>> david.villasmil.work at gmail.com> wrote:
>>>>>>> >
>>>>>>> >  That is a command that doesn’t enables the logs forever, only for
>>>>>>> the duration of the session, once you restart it’s back to normal.
>>>>>>> >
>>>>>>> >  But that doesn’t matter. If FS is dying and restarting or not
>>>>>>> processing request l, you should have some logging about it.
>>>>>>> >
>>>>>>> >  On Sun, 13 Oct 2019 at 00:25, Lloyd Aloysius <
>>>>>>> lloyd.aloysius at gmail.com> wrote:
>>>>>>> >
>>>>>>> >  Does the following command enable the logs for future
>>>>>>> >  sofia loglevel all 9 ?
>>>>>>> >
>>>>>>> >  --
>>>>>>> >
>>>>>>> >  On Sat, Oct 12, 2019 at 6:43 PM Seven Du <dujinfang at gmail.com>
>>>>>>> wrote:
>>>>>>> >
>>>>>>> >  run the following command and see if there's any logs
>>>>>>> >
>>>>>>> >  sofia loglevel all 9
>>>>>>> >
>>>>>>> >  On Sun, Oct 13, 2019 at 6:14 AM Lloyd Aloysius <
>>>>>>> lloyd.aloysius at gmail.com> wrote:
>>>>>>> >
>>>>>>> >  Hello
>>>>>>> >
>>>>>>> >  Currently running the following version.
>>>>>>> >
>>>>>>> >  FreeSWITCH (Version 1.10.1-release git f999022 2019-08-20
>>>>>>> 16:54:04Z 64bit) is ready
>>>>>>> >
>>>>>>> >  FreeSWITCH Freeze and Fails to process any traffic. After restart
>>>>>>> FreeSWITCH.. Everything ok.
>>>>>>> >
>>>>>>> >  How to troubleshoot? How to find what cause this situation.
>>>>>>> >
>>>>>>> >  Thanks
>>>>>>> >  Lloyd
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> >  The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> >  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
>>>>>>> >
>>>>>>> >  Professional FreeSWITCH Services
>>>>>>> >  sales at freeswitch.com
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  Official FreeSWITCH Sites
>>>>>>> >  https://freeswitch.com/oss
>>>>>>> >  https://freeswitch.org/confluence
>>>>>>> >  https://cluecon.com
>>>>>>> >
>>>>>>> >  FreeSWITCH-users mailing list
>>>>>>> >  FreeSWITCH-users at lists.freeswitch.org
>>>>>>> >  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> >  UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  --
>>>>>>> >  About: http://about.me/dujinfang
>>>>>>> >  Blog: http://www.dujinfang.com
>>>>>>> >  Proj:  http://www.freeswitch.org.cn
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> >  The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> >  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
>>>>>>> >
>>>>>>> >  Professional FreeSWITCH Services
>>>>>>> >  sales at freeswitch.com
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  Official FreeSWITCH Sites
>>>>>>> >  https://freeswitch.com/oss
>>>>>>> >  https://freeswitch.org/confluence
>>>>>>> >  https://cluecon.com
>>>>>>> >
>>>>>>> >  FreeSWITCH-users mailing list
>>>>>>> >  FreeSWITCH-users at lists.freeswitch.org
>>>>>>> >  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> >  UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> >  The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> >  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
>>>>>>> >
>>>>>>> >  Professional FreeSWITCH Services
>>>>>>> >  sales at freeswitch.com
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  Official FreeSWITCH Sites
>>>>>>> >  https://freeswitch.com/oss
>>>>>>> >  https://freeswitch.org/confluence
>>>>>>> >  https://cluecon.com
>>>>>>> >
>>>>>>> >  FreeSWITCH-users mailing list
>>>>>>> >  FreeSWITCH-users at lists.freeswitch.org
>>>>>>> >  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> >  UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  --
>>>>>>> >  Regards,
>>>>>>> >
>>>>>>> >  David Villasmil
>>>>>>> >  email: david.villasmil.work at gmail.com
>>>>>>> >  phone: +34669448337
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> >  The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> >  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
>>>>>>> >
>>>>>>> >  Professional FreeSWITCH Services
>>>>>>> >  sales at freeswitch.com
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  Official FreeSWITCH Sites
>>>>>>> >  https://freeswitch.com/oss
>>>>>>> >  https://freeswitch.org/confluence
>>>>>>> >  https://cluecon.com
>>>>>>> >
>>>>>>> >  FreeSWITCH-users mailing list
>>>>>>> >  FreeSWITCH-users at lists.freeswitch.org
>>>>>>> >  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> >  UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> >  The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> >  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
>>>>>>> >
>>>>>>> >  Professional FreeSWITCH Services
>>>>>>> >  sales at freeswitch.com
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  Official FreeSWITCH Sites
>>>>>>> >  https://freeswitch.com/oss
>>>>>>> >  https://freeswitch.org/confluence
>>>>>>> >  https://cluecon.com
>>>>>>> >
>>>>>>> >  FreeSWITCH-users mailing list
>>>>>>> >  FreeSWITCH-users at lists.freeswitch.org
>>>>>>> >  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> >  UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  --
>>>>>>> >  Regards,
>>>>>>> >
>>>>>>> >  David Villasmil
>>>>>>> >  email: david.villasmil.work at gmail.com
>>>>>>> >  phone: +34669448337
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> >  The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> >  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
>>>>>>> >
>>>>>>> >  Professional FreeSWITCH Services
>>>>>>> >  sales at freeswitch.com
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  Official FreeSWITCH Sites
>>>>>>> >  https://freeswitch.com/oss
>>>>>>> >  https://freeswitch.org/confluence
>>>>>>> >  https://cluecon.com
>>>>>>> >
>>>>>>> >  FreeSWITCH-users mailing list
>>>>>>> >  FreeSWITCH-users at lists.freeswitch.org
>>>>>>> >  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> >  UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> >  The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> >  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
>>>>>>> >
>>>>>>> >  Professional FreeSWITCH Services
>>>>>>> >  sales at freeswitch.com
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> >  Official FreeSWITCH Sites
>>>>>>> >  https://freeswitch.com/oss
>>>>>>> >  https://freeswitch.org/confluence
>>>>>>> >  https://cluecon.com
>>>>>>> >
>>>>>>> >  FreeSWITCH-users mailing list
>>>>>>> >  FreeSWITCH-users at lists.freeswitch.org
>>>>>>> >  http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> >  UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> >  https://freeswitch.com
>>>>>>> >
>>>>>>> > --
>>>>>>> > Regards,
>>>>>>> >
>>>>>>> > David Villasmil
>>>>>>> > email: david.villasmil.work at gmail.com
>>>>>>> > phone: +34669448337
>>>>>>> > [2  <text/plain; utf-8 (base64)>]
>>>>>>> >
>>>>>>> _________________________________________________________________________
>>>>>>> >
>>>>>>> > The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> > 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
>>>>>>> >
>>>>>>> > Professional FreeSWITCH Services
>>>>>>> > sales at freeswitch.com
>>>>>>> > https://freeswitch.com
>>>>>>> >
>>>>>>> > Official FreeSWITCH Sites
>>>>>>> > https://freeswitch.com/oss
>>>>>>> > https://freeswitch.org/confluence
>>>>>>> > https://cluecon.com
>>>>>>> >
>>>>>>> > FreeSWITCH-users mailing list
>>>>>>> > FreeSWITCH-users at lists.freeswitch.org
>>>>>>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> > UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> > https://freeswitch.com
>>>>>>>
>>>>>>> --
>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>>
>>>>>>> The FreeSWITCH project is sponsored by SignalWire
>>>>>>> https://signalwire.com
>>>>>>> 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
>>>>>>>
>>>>>>> Professional FreeSWITCH Services
>>>>>>> sales at freeswitch.com
>>>>>>> https://freeswitch.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> https://freeswitch.com/oss
>>>>>>> https://freeswitch.org/confluence
>>>>>>> https://cluecon.com
>>>>>>>
>>>>>>> FreeSWITCH-users mailing list
>>>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>>>> UNSUBSCRIBE:
>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>>>> https://freeswitch.com
>>>>>>
>>>>>>
>>>>> _________________________________________________________________________
>>>>>
>>>>> The FreeSWITCH project is sponsored by SignalWire
>>>>> https://signalwire.com
>>>>> 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
>>>>>
>>>>> Professional FreeSWITCH Services
>>>>> sales at freeswitch.com
>>>>> https://freeswitch.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> https://freeswitch.com/oss
>>>>> https://freeswitch.org/confluence
>>>>> https://cluecon.com
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:
>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>>> https://freeswitch.com
>>>>
>>>> --
>>>> Regards,
>>>>
>>>> David Villasmil
>>>> email: david.villasmil.work at gmail.com
>>>> phone: +34669448337
>>>>
>>>> _________________________________________________________________________
>>>>
>>>> The FreeSWITCH project is sponsored by SignalWire
>>>> https://signalwire.com
>>>> 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
>>>>
>>>> Professional FreeSWITCH Services
>>>> sales at freeswitch.com
>>>> https://freeswitch.com
>>>>
>>>> Official FreeSWITCH Sites
>>>> https://freeswitch.com/oss
>>>> https://freeswitch.org/confluence
>>>> https://cluecon.com
>>>>
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:
>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users
>>>> https://freeswitch.com
>>>
>>> _________________________________________________________________________
>>>
>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
>>> 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
>>>
>>> Professional FreeSWITCH Services
>>> sales at freeswitch.com
>>> https://freeswitch.com
>>>
>>> Official FreeSWITCH Sites
>>> https://freeswitch.com/oss
>>> https://freeswitch.org/confluence
>>> https://cluecon.com
>>>
>>> FreeSWITCH-users mailing list
>>> FreeSWITCH-users at lists.freeswitch.org
>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>>> https://freeswitch.com
>>
>> _________________________________________________________________________
>>
>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
>> 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
>>
>> Professional FreeSWITCH Services
>> sales at freeswitch.com
>> https://freeswitch.com
>>
>> Official FreeSWITCH Sites
>> https://freeswitch.com/oss
>> https://freeswitch.org/confluence
>> https://cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> https://freeswitch.com
>
> _________________________________________________________________________
>
> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
> 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
>
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com



-- 
Guillermo Ruiz Camauer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20191023/c89b40f3/attachment-0001.html>


More information about the FreeSWITCH-users mailing list