Freeswitch port 8021 error on BBB 2.0-beta

2,517 views
Skip to first unread message

Eugenia Maltezou

unread,
Sep 29, 2017, 11:49:12 AM9/29/17
to BigBlueButton-Setup
Hello,

I'm installing BBB 2.0 beta on a new server behind a firewall according to the instructions provided but I run into an error with Freeswitch. Here's the result of bbb-conf --check
BigBlueButton Server 2.0.0-beta (570)
                   
Kernel version: 4.4.0-96-generic
                     
Distribution: Ubuntu 16.04.3 LTS (64-bit)
                           
Memory: 32839 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
               
Port test (tunnel): *****.*****.com
                              red5
: *****.*****.com
              useWebrtcIfAvailable
: true

/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
                    websocket port
: 5066
                   
WebRTC enabled: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name
: *****.*****.com
                              port
: 80, [::]:80
                    bbb
-client dir: /var/www/bigbluebutton

/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
                      bbb
-web host: *****.*****.com

/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
                  voice conference
: FreeSWITCH

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback host
: *****.*****.com


** Potential problems described below **

# Error: Found text in freeswitch.log:
#
#    Thread ended for mod_event_socket
#
# FreeSWITCH may not be responding to requests on port 8021 (event socket layer)
# and users may have errors joining audio.
#

#
# Error: Unable to connect to the FreeSWITCH Event Socket Layer on port 8021
#
# Warning: The voice application may not have registered with the sip server.
#   Try running:
#
#      sudo bbb-conf --clean
#

which was done right after --clean
Restarting BigBlueButton 2.0.0-beta (and cleaning out all log files) ...
Stopping BigBlueButton
 ... cleaning log files
Starting BigBlueButton
.....


** Potential problems described below **

# Error: Found text in freeswitch.log:
#
#    Thread ended for mod_event_socket
#
# FreeSWITCH may not be responding to requests on port 8021 (event socket layer)
# and users may have errors joining audio.
#

#
# Error: Unable to connect to the FreeSWITCH Event Socket Layer on port 8021
#
.

Here's the last few lines of the log
tail /opt/freeswitch/log/freeswitch.log
2017-09-29 17:33:03.685634 [ERR] sofia.c:3220 Error Creating SIP UA for profile: internal-ipv6 (sip:mod_sofia@[::1]:5090;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC)
2017-09-29 17:33:03.685634 [ERR] sofia.c:3220 Error Creating SIP UA for profile: external-ipv6 (sip:mod_sofia@[::1]:5060;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC)
2017-09-29 17:33:03.685634 [ERR] sofia.c:3230 Error Creating SIP UA for profile: internal-ipv6 (sip:mod_sofia@[::1]:5090;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.
2017-09-29 17:33:03.685634 [ERR] sofia.c:3230 Error Creating SIP UA for profile: external-ipv6 (sip:mod_sofia@[::1]:5060;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.

and this
/opt/freeswitch/bin# ps -ef | grep freeswitch
freeswi+ 10411     1  0 17:32 ?        00:00:01 /opt/freeswitch/bin/freeswitch -
root     11897  9851  0 17:41 pts/0    00:00:00 grep freeswitch

I'm really not sure of what went wrong. Any help would be much appreciated.

Regards,
Maltezou Eugenia

Fred Dixon

unread,
Oct 1, 2017, 4:55:02 PM10/1/17
to bigbluebu...@googlegroups.com
Hi Maltezou,

Can you post the output of

  systemctl status freeswitch

and look in the log file

  /opt/freeswitch/log/freeswitch.log

for any error messages as to why it failed to run.

Regards,... Fred


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

Eugenia Maltezou

unread,
Oct 2, 2017, 12:21:42 AM10/2/17
to BigBlueButton-Setup
Thank you for your answer Fred. Here is the result from systemctl status freeswitch
systemctl status freeswitch
? freeswitch.service - freeswitch
   
Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled)
   
Active: active (running) since Fri 2017-09-29 17:32:55 CEST; 2 days ago
 
Process: 10404 ExecStart=/opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait $DAEMON_OPTS (code=exited, status=0/SUCCESS)
 
Main PID: 10411 (freeswitch)
   
Tasks: 28
   
Memory: 32.6M
      CPU
: 7min 38.644s
   
CGroup: /system.slice/freeswitch.service
           L
-10411 /opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait -nonat

Sep 29 17:32:53 *****.*****.*** systemd[1]: Starting freeswitch...
Sep 29 17:32:53 *****.*****.*** freeswitch[10404]: 10411 Backgrounding.
Sep 29 17:32:55 *****.*****.*** systemd[1]: Started freeswitch.Εισαγωγή κώδικα εδώ...

As for the /opt/freeswitch/log/freeswitch.log I run into these multiple times
2017-09-29 17:32:53.702736 [ERR] sofia.c:3220 Error Creating SIP UA for profile:
external
-ipv6 (sip:mod_sofia@[::1]:5060;transport=udp,tcp) ATTEMPT 1
(RETRY IN 5 SEC)

2017-09-29 17:32:53.702850 [ERR] sofia.c:3220

Error Creating SIP UA for profile: internal-ipv6
(sip:mod_sofia@[::1]:5090;transport=udp,tcp) ATTEMPT 1 (RETRY IN 5 SEC)

2017-09-29 17:32:55.845793 [INFO] switch_core.c:2442
FreeSWITCH Version 1.9.0+git~20170918T222345Z~503db7b23f~64bit (git 503db7b 2017-09-18 22:23:45Z 64bit)

FreeSWITCH Started
Max Sessions [1000]
Session Rate [30]
SQL
[Enabled]
2017-09-29
 
17:32:58.685640 [ERR] sofia.c:3220 Error Creating SIP UA for profile:
external
-ipv6 (sip:mod_sofia@[::1]:5060;transport=udp,tcp) ATTEMPT 2
(RETRY IN 5 SEC)
2017-09-29 17:32:58.685640 [ERR] sofia.c:3220 Error

Creating SIP UA for profile: internal-ipv6
(sip:mod_sofia@[::1]:5090;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC)

2017-09-29
 
17:33:03.685634 [ERR] sofia.c:3220 Error Creating SIP UA for profile:
internal-ipv6 (sip:mod_sofia@[::1]:5090;transport=udp,tcp) ATTEMPT 3
(RETRY IN 5 SEC)
2017-09-29 17:33:03.685634 [ERR] sofia.c:3220 Error
Creating SIP UA for profile: external-ipv6
(sip:mod_sofia@[::1]:5060;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC)
2017-09-29
 
17:33:03.685634 [ERR] sofia.c:3230 Error Creating SIP UA for profile:
internal-ipv6 (sip:mod_sofia@[::1]:5090;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.
2017-09-29
 
17:33:03.685634 [ERR] sofia.c:3230 Error Creating SIP UA for profile:
external
-ipv6 (sip:mod_sofia@[::1]:5060;transport=udp,tcp)
The likely causes for this are:
1) Another application is already listening on the specified address.
2) The IP the profile is attempting to bind to is not local to this system.Εισαγωγή κώδικα εδώ...

and SQL errors such as these ones at the beginning of the file
2017-09-28 14:43:46.728139 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_registrations]
[delete from sip_registrations where sub_host is null and hostname='*****' and network_ip like '%' and network_port like '%' and sip_username like '%' and mwi_user  like '%' and mwi_host like '%' and orig_server_host like '%' and orig_hostname like '%']
Auto Generating Table!
....
2017-09-28 14:43:46.728156 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_registrations]
[drop table sip_registrations]

2017-09-28 14:43:46.728457 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_registrations]
[delete from sip_registrations where sub_host is null and hostname='*****' and network_ip like '%' and network_port like '%' and sip_username like '%' and mwi_user  like '%' and mwi_host like '%' and orig_server_host like '%' and orig_hostname like '%']
Auto Generating Table!
2017-09-28 14:43:46.728477 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_registrations]
[drop table sip_registrations]
2017-09-28 14:43:46.728616 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_registrations]
[delete from sip_registrations where sub_host is null and hostname='*****' and network_ip like '%' and network_port like '%' and sip_username like '%' and mwi_user  like '%' and mwi_host like '%' and orig_server_host like '%' and orig_hostname like '%']
Auto Generating Table!
2017-09-28 14:43:46.728642 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_registrations]
[drop table sip_registrations]
2017-09-28 14:43:46.728979 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_registrations]
[delete from sip_registrations where sub_host is null and hostname='*****' and network_ip like '%' and network_port like '%' and sip_username like '%' and mwi_user  like '%' and mwi_host like '%' and orig_server_host like '%' and orig_hostname like '%']
Auto Generating Table!
2017-09-28 14:43:46.728999 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_registrations]
[drop table sip_registrations]
2017-09-28 14:43:46.729193 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_subscriptions]
[delete from sip_subscriptions where hostname='*****' and full_to='XXX']
Auto Generating Table!
2017-09-28 14:43:46.729212 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_subscriptions]
[DROP TABLE sip_subscriptions]
2017-09-28 14:43:46.729536 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_subscriptions]
[delete from sip_subscriptions where hostname='*****' and full_to='XXX']
Auto Generating Table!
2017-09-28 14:43:46.729570 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_subscriptions]
[DROP TABLE sip_subscriptions]
2017-09-28 14:43:46.729713 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_dialogs]
[delete from sip_dialogs where hostname='*****' and (expires <> -9999 or rpid='' or sip_from_tag='' or rcd > 0)]
Auto Generating Table!
2017-09-28 14:43:46.729742 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_dialogs]
[DROP TABLE sip_dialogs]
2017-09-28 14:43:46.729774 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_subscriptions]
[delete from sip_subscriptions where hostname='*****' and full_to='XXX']
Auto Generating Table!
2017-09-28 14:43:46.729797 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_subscriptions]
[DROP TABLE sip_subscriptions]
2017-09-28 14:43:46.730098 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_dialogs]
[delete from sip_dialogs where hostname='*****' and (expires <> -9999 or rpid='' or sip_from_tag='' or rcd > 0)]
Auto Generating Table!
2017-09-28 14:43:46.730130 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_dialogs]
[DROP TABLE sip_dialogs]
2017-09-28 14:43:46.730203 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_subscriptions]
[delete from sip_subscriptions where hostname='*****' and full_to='XXX']
Auto Generating Table!
2017-09-28 14:43:46.730212 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_presence]
[delete from sip_presence where hostname='*****' or open_closed='']
Auto Generating Table!
2017-09-28 14:43:46.730224 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_subscriptions]
[DROP TABLE sip_subscriptions]
2017-09-28 14:43:46.730235 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_presence]
[DROP TABLE sip_presence]
2017-09-28 14:43:46.730341 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_dialogs]
[delete from sip_dialogs where hostname='*****' and (expires <> -9999 or rpid='' or sip_from_tag='' or rcd > 0)]
Auto Generating Table!
2017-09-28 14:43:46.730374 [DEBUG] switch_core_sqldb.c:1354 Ignoring SQL ERR [no such table: sip_dialogs]
[DROP TABLE sip_dialogs]
2017-09-28 14:43:46.730565 [DEBUG] switch_core_sqldb.c:1347 SQL ERR [no such table: sip_presence]

etc
ισαγωγή κώδικα εδώ...

I'm not sure if there's something else there, those were the ones marked with ERR. Could there be a problem with the db?

Thanks again,
Eugenia
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.

Fred Dixon

unread,
Oct 2, 2017, 7:39:52 AM10/2/17
to bigbluebu...@googlegroups.com
Hi Eugine,

> The likely causes for this are:
> 1) Another application is already listening on the specified address.
> 2) The IP the profile is attempting to bind to is not local to this system.

Check (2).  Specifically, in 
   
  /opt/freeswitch/conf/vars.xml

check the value for local_ip_v4, as in

  <X-PRE-PROCESS cmd="set" data="local_ip_v4=10.0.3.108"/>

Is the value for local_ip_v4 in your vars.xml an IP address accessible to FreeSWITCH?

See also



Regards,... Fred

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.

Eugenia Maltezou

unread,
Oct 2, 2017, 8:37:01 AM10/2/17
to BigBlueButton-Setup
I already did the steps from http://docs.bigbluebutton.org/install/install.html#configuring-bigbluebutton-behind-a-firewall with no success. I even disabled the firewall without success. Not sure how to see if the IP is accessible to FreeSWITCH though.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

Eugenia Maltezou

unread,
Oct 6, 2017, 2:54:40 AM10/6/17
to BigBlueButton-Setup
I made a clean installation of BBB 2.0 again, the error is now slightly different
 bbb-conf --check

BigBlueButton Server 2.0.0-beta (574)

                   
Kernel version: 4.4.0-96-generic
                     
Distribution: Ubuntu 16.04.3 LTS (64-bit)
                           
Memory: 32839 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
               
Port test (tunnel): *****.*****.com
                              red5
: *****.*****.com
              useWebrtcIfAvailable
: true

/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)

                    websocket port
: 7443

                   
WebRTC enabled: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name
: *****.*****.com
                              port
: 80, [::]:80

                              port
: 443 ssl
                    bbb
-client dir: /var/www/bigbluebutton

/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties                                                                              (bbb-web)
                      bbb
-web host: *****.*****.com

/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
                               url
: *****.*****.com

/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
                  voice conference
: FreeSWITCH

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback host
: *****.*****.com


** Potential problems described below **
# Warning: API URL IPs do not match host:
#
#                                IP from ifconfig: ***.***.***.***
#  /var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp: *****.*****.com



#
# Error: Unable to connect to the FreeSWITCH Event Socket Layer on port 8021
#

# Warning: The API demos are installed and accessible from:
#
#    https://*****.*****.com/demo/demo1.jsp
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
#    sudo apt-get purge bbb-demo

The result of systemctl status freeswitch
systemctl status freeswitch
● freeswitch.service - freeswitch

   Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2017-10-06 08:28:23 CEST; 5min ago
  Process: 27217 ExecStart=/opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait $DAEMON_OPTS (code=exited, status=0/SUCCESS)
 Main PID: 27225 (freeswitch)
   CGroup: /system.slice/freeswitch.service
           └─27225 /opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait -nonat

Oct 06 08:28:21 pluto8.cybex.gr systemd[1]: Starting freeswitch...
Oct 06 08:28:21 pluto8.cybex.gr freeswitch[27217]: 27225 Backgrounding.
Oct 06 08:28:23 pluto8.cybex.gr systemd[1]: Started freeswitch.

This time the /opt/freeswitch/log/freeswitch.log has a different error (a lot of times)
2017-10-03 12:40:09.045282 [WARNING] mod_local_stream.c:864 Unknown source moh, trying 'default'
2017-10-03 12:40:09.045282 [ERR] mod_local_stream.c:872 Unknown source default
Εισαγωγή
κώδικα εδώ...

The demo seems to work, I see [WebRTC] at the bottom, although it drops the connection end re-establishes it as soon as you select your mic. The same thing was hapenning with the previous intallation too.

Fred Dixon

unread,
Oct 6, 2017, 7:01:47 AM10/6/17
to bigbluebu...@googlegroups.com
Hi Eugenia,

Are you able to run

  /opt/freeswitch/bin/fs_cli

and connect to FreeSWITCH.   If not, check /opt/freeswitch/log/freeswitch.log for errors related to the event socket layer.

Also, can you try installing on a new server but first change the default locale to us_EN as per this step.



Regards,... Fred

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.

Eugenia Maltezou

unread,
Oct 9, 2017, 5:20:12 AM10/9/17
to BigBlueButton-Setup
Fs_cli cannot connect
[ERROR] fs_cli.c:1659 main() Error Connecting [Socket Connection Error]

As for the log, I'm having the same errors again, with the 3rd line appearing occassionaly as well
2017-10-06 09:21:39.265281 [WARNING] mod_local_stream.c:864 Unknown source moh, trying 'default'
2017-10-06 09:21:39.265281 [ERR] mod_local_stream.c:872 Unknown source default
5a80ef2b-7df9-4fcd-b708-71d815c78846 2017-10-06 09:21:40.465281 [ERR] switch_rtp.c:833 No audio stun for a long time!

There are also some warnings in the log. This appears a few times
78f2f418-bc64-42c3-ae18-57a9deb06ad2 2017-10-06 09:21:42.785281 [WARNING] switch_core_media.c:3843 NO candidate ACL defined, Defaulting to wan.auto

and warnings such as these appear a lot
2017-10-05 08:33:43.045302 [WARNING] sofia_reg.c:2906 Can't find user [100@***.***.***.***] from 195.154.183.111
You must define a domain called '
***.***.***.***' in your directory and add a user with the id="100" attribute
and you must configure your device to use the proper domain in it'
s authentication credentials.
2017-10-06 21:14:06.965277 [WARNING] sofia_reg.c:2906 Can't find user [654321@***.***.***.***] from 134.19.176.140
You must define a domain called '
***.***.***.***' in your directory and add a user with the id="654321" attribute
and you must configure your device to use the proper domain in it'
s authentication credentials.
2017-10-06 23:44:40.345280 [WARNING] sofia_reg.c:2906 Can't find user [5800@***.***.***.***] from 217.182.206.192
You must define a domain called '
***.***.***.***' in your directory and add a user with the id="5800" attribute
and you must configure your device to use the proper domain in it'
s authentication credentials.
2017-10-06 23:44:42.745281 [WARNING] sofia_reg.c:2916 Cant register a pointer.


There's nothing else listed as an error or warning.

In the meanwhile, in the previous installation (with the slightly different error), while testing things, I changed BBB to listen to another server which had freeswitch working properly, but I still had the same errors appear.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

Fred Dixon

unread,
Oct 9, 2017, 6:00:28 AM10/9/17
to bigbluebu...@googlegroups.com
Hi Euginea,

The error 

> Error Creating SIP UA for profile: internal-ipv6

suggests that IPV6 is disabled in the linux kernel.  If you run

  ip addr

does it show an 'inet6' address on lo?  It should have a line like

 inet6 ::1/128 scope host

If not, check /etc/sysctl.conf to see if there is a line that disables ipv6.

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

Comment out these lines and reboot.  See if FreeSWITCH is running.

Regards,... Fred


To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.

Eugenia Maltezou

unread,
Oct 10, 2017, 3:00:12 AM10/10/17
to BigBlueButton-Setup
Thanks again for the prompt reply.

ip addr on lo gives me this
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link
/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet
127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever

So I commented out the lines you said at /etc/sysctl.conf and rebooted. Here is the output of various things I checked.

 netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
...
tcp        
0      0 ***.***.***.***:8021    0.0.0.0:*               LISTEN      1742/freeswitch

The log doesn't appear to have any errors and is significantly smaller (~370 lines compared to 170000+ (!)).
/opt/freeswitch/log/freeswitch.log

...
2017-10-09 13:52:43.805258 [NOTICE] switch_event.c:458 Subclass reservation deleted for mod_sofia.c:sofia::error
...
2017-10-09 13:52:44.685281 [WARNING] sofia.c:2295 MSG Thread Ended
...

/opt/freeswitch/bin# ps -ef | grep freeswitch

freeswi
+  5439     1  0 08:11 ?        00:00:09 /opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait -nonat
root      
8663  8339  0 08:49 pts/1    00:00:00 grep freeswitch

systemctl status freeswitch
freeswitch.service - freeswitch
   
Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled)

   
Active: active (running) since Tue 2017-10-10 08:11:19 CEST; 39min ago
 
Process: 5431 ExecStart=/opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait $DAEMON_OPTS (code=exited, status=0/SUCCESS)
 
Main PID: 5439 (freeswitch)
   
CGroup: /system.slice/freeswitch.service
           
└─5439 /opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait -nonat

Oct 10 08:11:17 pluto8.cybex.gr systemd[1]: Starting freeswitch...
Oct 10 08:11:17 pluto8.cybex.gr freeswitch[5431]: 5439 Backgrounding.
Oct 10 08:11:19 pluto8.cybex.gr systemd[1]: Started freeswitch.

However, I still see "Error: Unable to connect to the FreeSWITCH Event Socket Layer on port 8021" when restarting BBB.

Fs_cli returns this
[ERROR] fs_cli.c:1659 main() Error Connecting [Connection Error]
[INFO] fs_cli.c:1665 main() Retrying
[DEBUG] esl.c:1316 esl_recv_event() RECV HEADER [Content-Type] = [text/rude-rejection]
[DEBUG] esl.c:1316 esl_recv_event() RECV HEADER [Content-Length] = [24]
[DEBUG] esl.c:1480 esl_recv_event() RECV MESSAGE
Event-Name: SOCKET_DATA
Content-Type: text/rude-rejection
Content-Length: 24
Content-Length: 24

Access Denied, go away.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
Message has been deleted

Eugenia Maltezou

unread,
Oct 13, 2017, 6:42:47 AM10/13/17
to BigBlueButton-Setup
The error is still there and I occasionally cannot seem to connect to the audio in any way.
1. Shall I comment the last lines in again since there's no difference anyway?
2. Is there something else that you recommend I should do? I'm not sure if re-installing that specific version will make any difference since the problem existed from the beginning, on a clean installation on a brand new server.

Fred Dixon

unread,
Oct 19, 2017, 11:23:05 PM10/19/17
to bigbluebu...@googlegroups.com
Hi Eugenia,

Can you try the steps here


and let us know if that gets you working.


Regards,.. Fred

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.

Eugenia Maltezou

unread,
Oct 20, 2017, 2:46:06 AM10/20/17
to BigBlueButton-Setup
Hello,

I run the
ip addr | grep inet6

command and it did return
inet6 ::1/128 scope host

although ip addr on lo didn't originally show an active ipv6 profile. I checked the latter again and ip addr on lo now had an active ipv6 profile. I have no idea whatsoever of what happened since my last post, but since I now saw ipv6 as active, I undid all the changes that had to do with it being disabled and restarted. Now I have BBB working error-free.

Btw, my internal and external-ipv6.xml were located in /opt/.../sip-profiles/ instead of /opt/.../sip-profile/ mentioned on the latest link you sent me.

Thanks again for your time!
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

Fred Dixon

unread,
Oct 20, 2017, 9:06:24 AM10/20/17
to bigbluebu...@googlegroups.com
Hi,

> Btw, my internal and external-ipv6.xml were located in /opt/.../sip-profiles/ instead of /opt/.../sip-profile/ mentioned on the latest link you sent me.


Thanks -- now fixed in docs.

Regards,.. Fred


To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.

Andrew Wells

unread,
Jan 21, 2022, 9:01:30 AM1/21/22
to BigBlueButton-Setup
I have a little different issue, i have moved my bbb installation from vmware to proxmox.
I downloaded my freeswitch and bbb vms  vmdk files, converted them to raw, and installed them in proxmox.

Everything seems to be ok except for this pesky error. I have checked that ipv6 is enabled on both freeswitch and BBB.

BBB output

root@bbb:~# bbb-conf --restart
Restarting BigBlueButton 2.3.15 ...
Stopping BigBlueButton

Applying updates in /etc/bigbluebutton/bbb-conf/apply-config.sh:
  - Enable Firewall and opening 22/tcp, 80/tcp, 443/tcp and 16384:32768/udp
Skipping adding existing rule
Skipping adding existing rule (v6)
Skipping adding existing rule
Skipping adding existing rule (v6)
Skipping adding existing rule
Skipping adding existing rule (v6)
Firewall is active and enabled on system startup

Starting BigBlueButton


# Potential problems described below


# Error: Found text in freeswitch.log:
#
#    Thread ended for mod_event_socket
#
# FreeSWITCH may not be responding to requests on port 8021 (event socket layer)
# and users may have errors joining audio.
#
....................
root@bbb:~# systemctl status freeswitch

● freeswitch.service - freeswitch
   Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled; vendor preset: enabled)
   Active: active (running) since Fri 2022-01-21 13:40:59 UTC; 1min 53s ago
  Process: 4112 ExecStart=/opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait $DAEMON_OPTS (code=exited, status=0/S
 Main PID: 4136 (freeswitch)
    Tasks: 31 (limit: 6143)
   CGroup: /system.slice/freeswitch.service
           └─4136 /opt/freeswitch/bin/freeswitch -u freeswitch -g daemon -ncwait -nonat

Jan 21 13:40:57 bbb systemd[1]: Starting freeswitch...
Jan 21 13:40:57bbb freeswitch[4112]: 4136 Backgrounding.
Jan 21 13:40:59 bbb freeswitch[4112]: FreeSWITCH[4112] Waiting for background process pid:4136 to be ready.....
Jan 21 13:40:59 bbb freeswitch[4112]: FreeSWITCH[4112] System Ready pid:4136
Jan 21 13:40:59bbb systemd[1]: Started freeswitch.

The logs from freeswitch are as follows:

FreeSWITCH Started
Max Sessions [1000]
Session Rate [30]
SQL [Enabled]
2022-01-21 13:40:51.670873 [INFO] switch_core.c:2918 Shutting down
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1318 Deleting API Function 'opusfile_debug'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1393 Deleting File Format 'opus'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1230 Deleting Dialplan 'XML'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec SPEEX 99 Speex 32000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec SPEEX 99 Speex 16000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec SPEEX 99 Speex 8000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec VP8 99 VP8 Video 90000hz 0ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec VP9 99 VP9 Video 90000hz 0ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1318 Deleting API Function 'vpx'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 120ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 100ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 80ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 60ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 8000hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 16000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 16000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 16000hz 60ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 16000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 16000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 16000hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 16000hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 48000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 48000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 48000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 48000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 48000hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec opus 116 OPUS (STANDARD) 48000hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1318 Deleting API Function 'opus_debug'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1393 Deleting File Format 'PCMU'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1393 Deleting File Format 'L16'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1393 Deleting File Format 'PCMA'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1318 Deleting API Function 'console'
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PROXY-VID 31 PROXY VIDEO PASS-THROUGH 90000hz 0ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PROXY 0 PROXY PASS-THROUGH 8000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PROXY 0 PROXY PASS-THROUGH 8000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 11025hz 32ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 11025hz 32ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 11025hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 11025hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 22050hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 22050hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 44100hz 30ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 44100hz 30ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 44100hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 44100hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 44100hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 44100hz 10ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 40ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 30ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 30ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 20ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 8ms
2022-01-21 13:40:51.670873 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 8ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 8ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 8ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 8ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 8ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 8ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 8ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 6ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 4ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 48000hz 2ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 24000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 24000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 24000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 24000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 24000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 24000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 100ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 100ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 80ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 80ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 12000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 32000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 16000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 70ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 70ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 80ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 80ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 90ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 90ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 100ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 100ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 110ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 110ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 120ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec L16 100 RAW Signed Linear (16 bit) 8000hz 120ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 48000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 70ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 80ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 90ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 100ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 110ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMU 0 G.711 ulaw 8000hz 120ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 10ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 20ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 30ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 40ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 50ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 60ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 70ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 80ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 90ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 100ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 110ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1186 Deleting Codec PCMA 8 G.711 alaw 8000hz 120ms
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1263 Deleting Application 'conference'
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1263 Deleting Application 'conference_set_auto_outcall'
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1318 Deleting API Function 'conference'
2022-01-21 13:40:51.690887 [NOTICE] switch_loadable_module.c:1579 Deleting Chat interface 'conf'
2022-01-21 13:40:51.690887 [NOTICE] switch_event.c:467 Subclass reservation deleted for mod_conference.c:conference::maintenance
2022-01-21 13:40:57.567172 [NOTICE] switch_loadable_module.c:350 Adding Application 'socket'
2022-01-21 13:40:57.567237 [NOTICE] switch_loadable_module.c:412 Adding API Function 'event_sink'
2022-01-21 13:40:57.572492 [INFO] mod_sofia.c:6678 Starting initial message thread.
2022-01-21 13:40:57.573965 [WARNING] sofia.c:5336 rtp-timeout-sec deprecated use media_timeout variable.
2022-01-21 13:40:57.573988 [WARNING] sofia.c:5343 rtp-hold-timeout-sec deprecated use media_hold_timeout variable.
2022-01-21 13:40:57.574483 [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
2022-01-21 13:40:57.574701 [NOTICE] sofia.c:6354 Started Profile external-ipv6 [sofia_reg_external-ipv6]
2022-01-21 13:40:57.575483 [WARNING] sofia.c:5336 rtp-timeout-sec deprecated use media_timeout variable.
2022-01-21 13:40:57.575508 [WARNING] sofia.c:5343 rtp-hold-timeout-sec deprecated use media_hold_timeout variable.
2022-01-21 13:40:57.576066 [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
2022-01-21 13:40:57.576331 [NOTICE] sofia.c:6354 Started Profile external [sofia_reg_external]
2022-01-21 13:40:57.577473 [WARNING] sofia.c:5336 rtp-timeout-sec deprecated use media_timeout variable.
2022-01-21 13:40:57.577509 [WARNING] sofia.c:5343 rtp-hold-timeout-sec deprecated use media_hold_timeout variable.
2022-01-21 13:40:57.577546 [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
2022-01-21 13:40:57.577729 [NOTICE] sofia.c:6354 Started Profile internal-ipv6 [sofia_reg_internal-ipv6]
2022-01-21 13:40:57.579788 [WARNING] sofia.c:5336 rtp-timeout-sec deprecated use media_timeout variable.
2022-01-21 13:40:57.579833 [WARNING] sofia.c:5343 rtp-hold-timeout-sec deprecated use media_hold_timeout variable.
2022-01-21 13:40:57.579934 [INFO] sofia.c:6187 Setting MAX Auth Validity to 0 Attempts
2022-01-21 13:40:57.580139 [NOTICE] sofia.c:6354 Started Profile internal [sofia_reg_internal]
2022-01-21 13:40:57.580467 [WARNING] sofia.c:2312 MSG Thread 0 Started
2022-01-21 13:40:57.614208 [INFO] switch_core_sqldb.c:1899 sofia:internal Starting SQL thread.
2022-01-21 13:40:57.616006 [INFO] switch_core_sqldb.c:1899 sofia:internal-ipv6 Starting SQL thread.
2022-01-21 13:40:57.616112 [NOTICE] sofia.c:4248 Adding Alias [98.158.137.97] for profile [internal]
2022-01-21 13:40:57.617582 [INFO] switch_core_sqldb.c:1899 sofia:external Starting SQL thread.
2022-01-21 13:40:57.618395 [INFO] switch_core_sqldb.c:1899 sofia:external-ipv6 Starting SQL thread.
2022-01-21 13:40:59.080928 [NOTICE] switch_loadable_module.c:189 Adding Endpoint 'sofia'
2022-01-21 13:40:59.081084 [NOTICE] switch_loadable_module.c:189 Adding Endpoint 'rtp'
2022-01-21 13:40:59.081191 [NOTICE] switch_loadable_module.c:350 Adding Application 'sofia_sla'
2022-01-21 13:40:59.081212 [NOTICE] switch_loadable_module.c:350 Adding Application 'sofia_stir_shaken_vs'
2022-01-21 13:40:59.081234 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sofia'
2022-01-21 13:40:59.081298 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sofia_gateway_data'
2022-01-21 13:40:59.081349 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sofia_username_of'
2022-01-21 13:40:59.081382 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sofia_contact'
2022-01-21 13:40:59.081412 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sofia_count_reg'
2022-01-21 13:40:59.081461 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sofia_dig'
2022-01-21 13:40:59.081495 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sofia_presence_data'
2022-01-21 13:40:59.081546 [NOTICE] switch_loadable_module.c:443 Adding JSON API Function 'sofia.status'
2022-01-21 13:40:59.081592 [NOTICE] switch_loadable_module.c:443 Adding JSON API Function 'sofia.status.info'
2022-01-21 13:40:59.081626 [NOTICE] switch_loadable_module.c:651 Adding Chat interface 'sip'
2022-01-21 13:40:59.081676 [NOTICE] switch_loadable_module.c:713 Adding Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1001]
2022-01-21 13:40:59.084155 [NOTICE] switch_loadable_module.c:350 Adding Application 'msrp_recv_file'
2022-01-21 13:40:59.084216 [NOTICE] switch_loadable_module.c:350 Adding Application 'msrp_send_file'
2022-01-21 13:40:59.084314 [NOTICE] switch_loadable_module.c:412 Adding API Function 'bg_system'
2022-01-21 13:40:59.084395 [NOTICE] switch_loadable_module.c:412 Adding API Function 'system'
2022-01-21 13:40:59.084462 [NOTICE] switch_loadable_module.c:412 Adding API Function 'bg_spawn'
2022-01-21 13:40:59.084529 [NOTICE] switch_loadable_module.c:412 Adding API Function 'spawn'
2022-01-21 13:40:59.084662 [NOTICE] switch_loadable_module.c:412 Adding API Function 'spawn_stream'
2022-01-21 13:40:59.084737 [NOTICE] switch_loadable_module.c:412 Adding API Function 'acl'
2022-01-21 13:40:59.084823 [NOTICE] switch_loadable_module.c:412 Adding API Function 'alias'
2022-01-21 13:40:59.084888 [NOTICE] switch_loadable_module.c:412 Adding API Function 'coalesce'
2022-01-21 13:40:59.084968 [NOTICE] switch_loadable_module.c:412 Adding API Function 'banner'
2022-01-21 13:40:59.085037 [NOTICE] switch_loadable_module.c:412 Adding API Function 'bgapi'
2022-01-21 13:40:59.085117 [NOTICE] switch_loadable_module.c:412 Adding API Function 'break'
2022-01-21 13:40:59.085247 [NOTICE] switch_loadable_module.c:412 Adding API Function 'complete'
2022-01-21 13:40:59.085337 [NOTICE] switch_loadable_module.c:412 Adding API Function 'cond'
2022-01-21 13:40:59.085425 [NOTICE] switch_loadable_module.c:412 Adding API Function 'console_complete'
2022-01-21 13:40:59.085494 [NOTICE] switch_loadable_module.c:412 Adding API Function 'console_complete_xml'
2022-01-21 13:40:59.085560 [NOTICE] switch_loadable_module.c:412 Adding API Function 'create_uuid'
2022-01-21 13:40:59.085636 [NOTICE] switch_loadable_module.c:412 Adding API Function 'db_cache'
2022-01-21 13:40:59.085725 [NOTICE] switch_loadable_module.c:412 Adding API Function 'domain_data'
2022-01-21 13:40:59.085813 [NOTICE] switch_loadable_module.c:412 Adding API Function 'domain_exists'
2022-01-21 13:40:59.085883 [NOTICE] switch_loadable_module.c:412 Adding API Function 'echo'
2022-01-21 13:40:59.085918 [NOTICE] switch_loadable_module.c:412 Adding API Function 'event_channel_broadcast'
2022-01-21 13:40:59.085986 [NOTICE] switch_loadable_module.c:412 Adding API Function 'escape'
2022-01-21 13:40:59.086040 [NOTICE] switch_loadable_module.c:412 Adding API Function 'eval'
2022-01-21 13:40:59.086104 [NOTICE] switch_loadable_module.c:412 Adding API Function 'expand'
2022-01-21 13:40:59.086183 [NOTICE] switch_loadable_module.c:412 Adding API Function 'find_user_xml'
2022-01-21 13:40:59.086251 [NOTICE] switch_loadable_module.c:412 Adding API Function 'fsctl'
2022-01-21 13:40:59.086342 [NOTICE] switch_loadable_module.c:412 Adding API Function '...'
2022-01-21 13:40:59.086451 [NOTICE] switch_loadable_module.c:412 Adding API Function 'shutdown'
2022-01-21 13:40:59.086506 [NOTICE] switch_loadable_module.c:412 Adding API Function 'version'
2022-01-21 13:40:59.086535 [NOTICE] switch_loadable_module.c:412 Adding API Function 'global_getvar'
2022-01-21 13:40:59.086574 [NOTICE] switch_loadable_module.c:412 Adding API Function 'global_setvar'
2022-01-21 13:40:59.086665 [NOTICE] switch_loadable_module.c:412 Adding API Function 'group_call'
2022-01-21 13:40:59.086710 [NOTICE] switch_loadable_module.c:412 Adding API Function 'help'
2022-01-21 13:40:59.086756 [NOTICE] switch_loadable_module.c:412 Adding API Function 'host_lookup'
2022-01-21 13:40:59.086806 [NOTICE] switch_loadable_module.c:412 Adding API Function 'hostname'
2022-01-21 13:40:59.086835 [NOTICE] switch_loadable_module.c:412 Adding API Function 'interface_ip'
2022-01-21 13:40:59.086871 [NOTICE] switch_loadable_module.c:412 Adding API Function 'switchname'
2022-01-21 13:40:59.086913 [NOTICE] switch_loadable_module.c:412 Adding API Function 'gethost'
2022-01-21 13:40:59.086962 [NOTICE] switch_loadable_module.c:412 Adding API Function 'getenv'
2022-01-21 13:40:59.087011 [NOTICE] switch_loadable_module.c:412 Adding API Function 'hupall'
2022-01-21 13:40:59.087052 [NOTICE] switch_loadable_module.c:412 Adding API Function 'in_group'
2022-01-21 13:40:59.087088 [NOTICE] switch_loadable_module.c:412 Adding API Function 'is_lan_addr'
2022-01-21 13:40:59.087137 [NOTICE] switch_loadable_module.c:412 Adding API Function 'limit_usage'
2022-01-21 13:40:59.087162 [NOTICE] switch_loadable_module.c:412 Adding API Function 'limit_hash_usage'
2022-01-21 13:40:59.087253 [NOTICE] switch_loadable_module.c:412 Adding API Function 'limit_status'
2022-01-21 13:40:59.087291 [NOTICE] switch_loadable_module.c:412 Adding API Function 'limit_reset'
2022-01-21 13:40:59.087314 [NOTICE] switch_loadable_module.c:412 Adding API Function 'limit_interval_reset'
2022-01-21 13:40:59.087374 [NOTICE] switch_loadable_module.c:412 Adding API Function 'list_users'
2022-01-21 13:40:59.087433 [NOTICE] switch_loadable_module.c:412 Adding API Function 'load'
2022-01-21 13:40:59.087483 [NOTICE] switch_loadable_module.c:412 Adding API Function 'log'
2022-01-21 13:40:59.087532 [NOTICE] switch_loadable_module.c:412 Adding API Function 'md5'
2022-01-21 13:40:59.087582 [NOTICE] switch_loadable_module.c:412 Adding API Function 'module_exists'
2022-01-21 13:40:59.087637 [NOTICE] switch_loadable_module.c:412 Adding API Function 'msleep'
2022-01-21 13:40:59.087693 [NOTICE] switch_loadable_module.c:412 Adding API Function 'nat_map'
2022-01-21 13:40:59.087741 [NOTICE] switch_loadable_module.c:412 Adding API Function 'originate'
2022-01-21 13:40:59.087809 [NOTICE] switch_loadable_module.c:412 Adding API Function 'pause'
2022-01-21 13:40:59.087854 [NOTICE] switch_loadable_module.c:412 Adding API Function 'pool_stats'
2022-01-21 13:40:59.087897 [NOTICE] switch_loadable_module.c:412 Adding API Function 'quote_shell_arg'
2022-01-21 13:40:59.087938 [NOTICE] switch_loadable_module.c:412 Adding API Function 'regex'
2022-01-21 13:40:59.087974 [NOTICE] switch_loadable_module.c:412 Adding API Function 'reloadacl'
2022-01-21 13:40:59.088023 [NOTICE] switch_loadable_module.c:412 Adding API Function 'reload'
2022-01-21 13:40:59.088055 [NOTICE] switch_loadable_module.c:412 Adding API Function 'reloadxml'
2022-01-21 13:40:59.088092 [NOTICE] switch_loadable_module.c:412 Adding API Function 'replace'
2022-01-21 13:40:59.088129 [NOTICE] switch_loadable_module.c:412 Adding API Function 'say_string'
2022-01-21 13:40:59.088171 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sched_api'
2022-01-21 13:40:59.088204 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sched_broadcast'
2022-01-21 13:40:59.088227 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sched_del'
2022-01-21 13:40:59.088274 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sched_hangup'
2022-01-21 13:40:59.088307 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sched_transfer'
2022-01-21 13:40:59.088371 [NOTICE] switch_loadable_module.c:412 Adding API Function 'show'
2022-01-21 13:40:59.088418 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sql_escape'
2022-01-21 13:40:59.088490 [NOTICE] switch_loadable_module.c:412 Adding API Function 'status'
2022-01-21 13:40:59.088525 [NOTICE] switch_loadable_module.c:412 Adding API Function 'strftime_tz'
2022-01-21 13:40:59.088599 [NOTICE] switch_loadable_module.c:412 Adding API Function 'stun'
2022-01-21 13:40:59.088652 [NOTICE] switch_loadable_module.c:412 Adding API Function 'time_test'
2022-01-21 13:40:59.088689 [NOTICE] switch_loadable_module.c:412 Adding API Function 'timer_test'
2022-01-21 13:40:59.088740 [NOTICE] switch_loadable_module.c:412 Adding API Function 'tone_detect'
2022-01-21 13:40:59.088775 [NOTICE] switch_loadable_module.c:412 Adding API Function 'unload'
2022-01-21 13:40:59.088813 [NOTICE] switch_loadable_module.c:412 Adding API Function 'unsched_api'
2022-01-21 13:40:59.088856 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uptime'
2022-01-21 13:40:59.088886 [NOTICE] switch_loadable_module.c:412 Adding API Function 'reg_url'
2022-01-21 13:40:59.088936 [NOTICE] switch_loadable_module.c:412 Adding API Function 'url_decode'
2022-01-21 13:40:59.088984 [NOTICE] switch_loadable_module.c:412 Adding API Function 'url_encode'
2022-01-21 13:40:59.089029 [NOTICE] switch_loadable_module.c:412 Adding API Function 'toupper'
2022-01-21 13:40:59.089077 [NOTICE] switch_loadable_module.c:412 Adding API Function 'tolower'
2022-01-21 13:40:59.089112 [NOTICE] switch_loadable_module.c:412 Adding API Function 'user_data'
2022-01-21 13:40:59.089150 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_early_ok'
2022-01-21 13:40:59.089187 [NOTICE] switch_loadable_module.c:412 Adding API Function 'user_exists'
2022-01-21 13:40:59.089237 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_answer'
2022-01-21 13:40:59.089290 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_audio'
2022-01-21 13:40:59.089318 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_break'
2022-01-21 13:40:59.089359 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_bridge'
2022-01-21 13:40:59.089399 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_broadcast'
2022-01-21 13:40:59.089469 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_buglist'
2022-01-21 13:40:59.089555 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_chat'
2022-01-21 13:40:59.089639 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_send_text'
2022-01-21 13:40:59.089721 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_capture_text'
2022-01-21 13:40:59.089778 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_codec_debug'
2022-01-21 13:40:59.089858 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_codec_param'
2022-01-21 13:40:59.089943 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_debug_media'
2022-01-21 13:40:59.090011 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_deflect'
2022-01-21 13:40:59.090052 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_displace'
2022-01-21 13:40:59.090097 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_display'
2022-01-21 13:40:59.090155 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_drop_dtmf'
2022-01-21 13:40:59.090201 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_dump'
2022-01-21 13:40:59.090224 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_exists'
2022-01-21 13:40:59.090256 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_fileman'
2022-01-21 13:40:59.090299 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_flush_dtmf'
2022-01-21 13:40:59.090364 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_getvar'
2022-01-21 13:40:59.090429 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_hold'
2022-01-21 13:40:59.090465 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_kill'
2022-01-21 13:40:59.090495 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_send_message'
2022-01-21 13:40:59.090531 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_send_info'
2022-01-21 13:40:59.090589 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_set_media_stats'
2022-01-21 13:40:59.090626 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_video_bitrate'
2022-01-21 13:40:59.090643 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_video_bandwidth'
2022-01-21 13:40:59.090679 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_video_refresh'
2022-01-21 13:40:59.090765 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_outgoing_answer'
2022-01-21 13:40:59.090811 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_limit'
2022-01-21 13:40:59.090848 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_limit_release'
2022-01-21 13:40:59.090909 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_loglevel'
2022-01-21 13:40:59.090963 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_media'
2022-01-21 13:40:59.091013 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_media_3p'
2022-01-21 13:40:59.091044 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_media_reneg'
2022-01-21 13:40:59.091077 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_park'
2022-01-21 13:40:59.091123 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_pause'
2022-01-21 13:40:59.091160 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_phone_event'
2022-01-21 13:40:59.091215 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_ring_ready'
2022-01-21 13:40:59.091249 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_pre_answer'
2022-01-21 13:40:59.091302 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_preprocess'
2022-01-21 13:40:59.091335 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_record'
2022-01-21 13:40:59.091412 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_recovery_refresh'
2022-01-21 13:40:59.091467 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_recv_dtmf'
2022-01-21 13:40:59.091523 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_redirect'
2022-01-21 13:40:59.091555 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_send_dtmf'
2022-01-21 13:40:59.091589 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_session_heartbeat'
2022-01-21 13:40:59.091638 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_setvar_multi'
2022-01-21 13:40:59.091675 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_setvar'
2022-01-21 13:40:59.091729 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_transfer'
2022-01-21 13:40:59.091773 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_dual_transfer'
2022-01-21 13:40:59.091803 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_simplify'
2022-01-21 13:40:59.091853 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_jitterbuffer'
2022-01-21 13:40:59.091926 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_zombie_exec'
2022-01-21 13:40:59.092009 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_xfer_zombie'
2022-01-21 13:40:59.092091 [NOTICE] switch_loadable_module.c:412 Adding API Function 'xml_flush_cache'
2022-01-21 13:40:59.092170 [NOTICE] switch_loadable_module.c:412 Adding API Function 'xml_locate'
2022-01-21 13:40:59.092258 [NOTICE] switch_loadable_module.c:412 Adding API Function 'xml_wrap'
2022-01-21 13:40:59.092292 [NOTICE] switch_loadable_module.c:412 Adding API Function 'file_exists'
2022-01-21 13:40:59.092335 [NOTICE] switch_loadable_module.c:412 Adding API Function 'getcputime'
2022-01-21 13:40:59.092395 [NOTICE] switch_loadable_module.c:412 Adding API Function 'json'
2022-01-21 13:40:59.092460 [NOTICE] switch_loadable_module.c:412 Adding API Function 'msrp'
2022-01-21 13:40:59.092502 [NOTICE] switch_loadable_module.c:412 Adding API Function 'uuid_msrp_send'
2022-01-21 13:40:59.092603 [NOTICE] switch_loadable_module.c:443 Adding JSON API Function 'mediaStats'
2022-01-21 13:40:59.092639 [NOTICE] switch_loadable_module.c:443 Adding JSON API Function 'status'
2022-01-21 13:40:59.092674 [NOTICE] switch_loadable_module.c:443 Adding JSON API Function 'fsapi'
2022-01-21 13:40:59.092721 [NOTICE] switch_loadable_module.c:443 Adding JSON API Function 'execute'
2022-01-21 13:40:59.092775 [NOTICE] switch_loadable_module.c:443 Adding JSON API Function 'channelData'
2022-01-21 13:40:59.095401 [NOTICE] switch_loadable_module.c:350 Adding Application 'conference'
2022-01-21 13:40:59.095421 [NOTICE] switch_loadable_module.c:350 Adding Application 'conference_set_auto_outcall'
2022-01-21 13:40:59.095440 [NOTICE] switch_loadable_module.c:412 Adding API Function 'conference'
2022-01-21 13:40:59.095492 [NOTICE] switch_loadable_module.c:651 Adding Chat interface 'conf'
2022-01-21 13:40:59.596219 [NOTICE] switch_loadable_module.c:189 Adding Endpoint 'error'
2022-01-21 13:40:59.596293 [NOTICE] switch_loadable_module.c:189 Adding Endpoint 'group'
2022-01-21 13:40:59.596336 [NOTICE] switch_loadable_module.c:189 Adding Endpoint 'user'
2022-01-21 13:40:59.596373 [NOTICE] switch_loadable_module.c:189 Adding Endpoint 'pickup'
2022-01-21 13:40:59.596418 [NOTICE] switch_loadable_module.c:292 Adding Dialplan 'inline'
2022-01-21 13:40:59.596462 [NOTICE] switch_loadable_module.c:350 Adding Application 'blind_transfer_ack'
2022-01-21 13:40:59.596523 [NOTICE] switch_loadable_module.c:350 Adding Application 'bind_digit_action'
2022-01-21 13:40:59.596689 [NOTICE] switch_loadable_module.c:350 Adding Application 'capture'
2022-01-21 13:40:59.596777 [NOTICE] switch_loadable_module.c:350 Adding Application 'clear_digit_action'
2022-01-21 13:40:59.596854 [NOTICE] switch_loadable_module.c:350 Adding Application 'digit_action_set_realm'
2022-01-21 13:40:59.596924 [NOTICE] switch_loadable_module.c:350 Adding Application 'privacy'
2022-01-21 13:40:59.596982 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_audio_level'
2022-01-21 13:40:59.597022 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_mute'
2022-01-21 13:40:59.597071 [NOTICE] switch_loadable_module.c:350 Adding Application 'flush_dtmf'
2022-01-21 13:40:59.597138 [NOTICE] switch_loadable_module.c:350 Adding Application 'hold'
2022-01-21 13:40:59.597195 [NOTICE] switch_loadable_module.c:350 Adding Application 'unhold'
2022-01-21 13:40:59.597270 [NOTICE] switch_loadable_module.c:350 Adding Application 'mutex'
2022-01-21 13:40:59.597319 [NOTICE] switch_loadable_module.c:350 Adding Application 'page'
2022-01-21 13:40:59.597370 [NOTICE] switch_loadable_module.c:350 Adding Application 'transfer'
2022-01-21 13:40:59.597453 [NOTICE] switch_loadable_module.c:350 Adding Application 'check_acl'
2022-01-21 13:40:59.597512 [NOTICE] switch_loadable_module.c:350 Adding Application 'verbose_events'
2022-01-21 13:40:59.597569 [NOTICE] switch_loadable_module.c:350 Adding Application 'novideo'
2022-01-21 13:40:59.597640 [NOTICE] switch_loadable_module.c:350 Adding Application 'cng_plc'
2022-01-21 13:40:59.597736 [NOTICE] switch_loadable_module.c:350 Adding Application 'early_hangup'
2022-01-21 13:40:59.597863 [NOTICE] switch_loadable_module.c:350 Adding Application 'sleep'
2022-01-21 13:40:59.597924 [NOTICE] switch_loadable_module.c:350 Adding Application 'delay_echo'
2022-01-21 13:40:59.597966 [NOTICE] switch_loadable_module.c:350 Adding Application 'strftime'
2022-01-21 13:40:59.598037 [NOTICE] switch_loadable_module.c:350 Adding Application 'phrase'
2022-01-21 13:40:59.598092 [NOTICE] switch_loadable_module.c:350 Adding Application 'eval'
2022-01-21 13:40:59.598166 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_media_stats'
2022-01-21 13:40:59.598223 [NOTICE] switch_loadable_module.c:350 Adding Application 'stop'
2022-01-21 13:40:59.598276 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_zombie_exec'
2022-01-21 13:40:59.598348 [NOTICE] switch_loadable_module.c:350 Adding Application 'pre_answer'
2022-01-21 13:40:59.598414 [NOTICE] switch_loadable_module.c:350 Adding Application 'answer'
2022-01-21 13:40:59.598494 [NOTICE] switch_loadable_module.c:350 Adding Application 'wait_for_answer'
2022-01-21 13:40:59.598557 [NOTICE] switch_loadable_module.c:350 Adding Application 'wait_for_video_ready'
2022-01-21 13:40:59.598645 [NOTICE] switch_loadable_module.c:350 Adding Application 'hangup'
2022-01-21 13:40:59.598704 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_name'
2022-01-21 13:40:59.598774 [NOTICE] switch_loadable_module.c:350 Adding Application 'presence'
2022-01-21 13:40:59.598892 [NOTICE] switch_loadable_module.c:350 Adding Application 'log'
2022-01-21 13:40:59.598969 [NOTICE] switch_loadable_module.c:350 Adding Application 'info'
2022-01-21 13:40:59.599050 [NOTICE] switch_loadable_module.c:350 Adding Application 'event'
2022-01-21 13:40:59.599132 [NOTICE] switch_loadable_module.c:350 Adding Application 'sound_test'
2022-01-21 13:40:59.599215 [NOTICE] switch_loadable_module.c:350 Adding Application 'export'
2022-01-21 13:40:59.599291 [NOTICE] switch_loadable_module.c:350 Adding Application 'bridge_export'
2022-01-21 13:40:59.599367 [NOTICE] switch_loadable_module.c:350 Adding Application 'set'
2022-01-21 13:40:59.599434 [NOTICE] switch_loadable_module.c:350 Adding Application 'multiset'
2022-01-21 13:40:59.599510 [NOTICE] switch_loadable_module.c:350 Adding Application 'push'
2022-01-21 13:40:59.599574 [NOTICE] switch_loadable_module.c:350 Adding Application 'unshift'
2022-01-21 13:40:59.599648 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_global'
2022-01-21 13:40:59.599710 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_profile_var'
2022-01-21 13:40:59.599783 [NOTICE] switch_loadable_module.c:350 Adding Application 'unset'
2022-01-21 13:40:59.599890 [NOTICE] switch_loadable_module.c:350 Adding Application 'multiunset'
2022-01-21 13:40:59.599991 [NOTICE] switch_loadable_module.c:350 Adding Application 'capture_text'
2022-01-21 13:40:59.600065 [NOTICE] switch_loadable_module.c:350 Adding Application 'acknowledge_call'
2022-01-21 13:40:59.600145 [NOTICE] switch_loadable_module.c:350 Adding Application 'ring_ready'
2022-01-21 13:40:59.600205 [NOTICE] switch_loadable_module.c:350 Adding Application 'remove_bugs'
2022-01-21 13:40:59.600289 [NOTICE] switch_loadable_module.c:350 Adding Application 'break'
2022-01-21 13:40:59.600364 [NOTICE] switch_loadable_module.c:350 Adding Application 'detect_speech'
2022-01-21 13:40:59.600442 [NOTICE] switch_loadable_module.c:350 Adding Application 'play_and_detect_speech'
2022-01-21 13:40:59.600507 [NOTICE] switch_loadable_module.c:350 Adding Application 'ivr'
2022-01-21 13:40:59.600642 [NOTICE] switch_loadable_module.c:350 Adding Application 'redirect'
2022-01-21 13:40:59.600719 [NOTICE] switch_loadable_module.c:350 Adding Application 'video_refresh'
2022-01-21 13:40:59.600805 [NOTICE] switch_loadable_module.c:350 Adding Application 'video_decode'
2022-01-21 13:40:59.600898 [NOTICE] switch_loadable_module.c:350 Adding Application 'send_info'
2022-01-21 13:40:59.601004 [NOTICE] switch_loadable_module.c:350 Adding Application 'jitterbuffer'
2022-01-21 13:40:59.601079 [NOTICE] switch_loadable_module.c:350 Adding Application 'send_display'
2022-01-21 13:40:59.601161 [NOTICE] switch_loadable_module.c:350 Adding Application 'respond'
2022-01-21 13:40:59.601245 [NOTICE] switch_loadable_module.c:350 Adding Application 'deflect'
2022-01-21 13:40:59.601329 [NOTICE] switch_loadable_module.c:350 Adding Application 'recovery_refresh'
2022-01-21 13:40:59.601394 [NOTICE] switch_loadable_module.c:350 Adding Application 'reuse_caller_profile'
2022-01-21 13:40:59.601472 [NOTICE] switch_loadable_module.c:350 Adding Application 'queue_dtmf'
2022-01-21 13:40:59.601534 [NOTICE] switch_loadable_module.c:350 Adding Application 'send_dtmf'
2022-01-21 13:40:59.601620 [NOTICE] switch_loadable_module.c:350 Adding Application 'sched_cancel'
2022-01-21 13:40:59.601696 [NOTICE] switch_loadable_module.c:350 Adding Application 'sched_hangup'
2022-01-21 13:40:59.601774 [NOTICE] switch_loadable_module.c:350 Adding Application 'sched_broadcast'
2022-01-21 13:40:59.601866 [NOTICE] switch_loadable_module.c:350 Adding Application 'sched_transfer'
2022-01-21 13:40:59.601994 [NOTICE] switch_loadable_module.c:350 Adding Application 'execute_extension'
2022-01-21 13:40:59.602097 [NOTICE] switch_loadable_module.c:350 Adding Application 'sched_heartbeat'
2022-01-21 13:40:59.602174 [NOTICE] switch_loadable_module.c:350 Adding Application 'enable_heartbeat'
2022-01-21 13:40:59.602250 [NOTICE] switch_loadable_module.c:350 Adding Application 'filter_codecs'
2022-01-21 13:40:59.602346 [NOTICE] switch_loadable_module.c:350 Adding Application 'enable_keepalive'
2022-01-21 13:40:59.602420 [NOTICE] switch_loadable_module.c:350 Adding Application 'media_reset'
2022-01-21 13:40:59.602498 [NOTICE] switch_loadable_module.c:350 Adding Application 'mkdir'
2022-01-21 13:40:59.602592 [NOTICE] switch_loadable_module.c:350 Adding Application 'rename'
2022-01-21 13:40:59.602678 [NOTICE] switch_loadable_module.c:350 Adding Application 'transfer_vars'
2022-01-21 13:40:59.602753 [NOTICE] switch_loadable_module.c:350 Adding Application 'soft_hold'
2022-01-21 13:40:59.602847 [NOTICE] switch_loadable_module.c:350 Adding Application 'bind_meta_app'
2022-01-21 13:40:59.602926 [NOTICE] switch_loadable_module.c:350 Adding Application 'unbind_meta_app'
2022-01-21 13:40:59.603043 [NOTICE] switch_loadable_module.c:350 Adding Application 'block_dtmf'
2022-01-21 13:40:59.603137 [NOTICE] switch_loadable_module.c:350 Adding Application 'unblock_dtmf'
2022-01-21 13:40:59.603209 [NOTICE] switch_loadable_module.c:350 Adding Application 'intercept'
2022-01-21 13:40:59.603288 [NOTICE] switch_loadable_module.c:350 Adding Application 'eavesdrop'
2022-01-21 13:40:59.603355 [NOTICE] switch_loadable_module.c:350 Adding Application 'native_eavesdrop'
2022-01-21 13:40:59.603435 [NOTICE] switch_loadable_module.c:350 Adding Application 'three_way'
2022-01-21 13:40:59.603530 [NOTICE] switch_loadable_module.c:350 Adding Application 'set_user'
2022-01-21 13:40:59.603620 [NOTICE] switch_loadable_module.c:350 Adding Application 'stop_dtmf'
2022-01-21 13:40:59.603695 [NOTICE] switch_loadable_module.c:350 Adding Application 'start_dtmf'
2022-01-21 13:40:59.603769 [NOTICE] switch_loadable_module.c:350 Adding Application 'stop_dtmf_generate'
2022-01-21 13:40:59.603848 [NOTICE] switch_loadable_module.c:350 Adding Application 'start_dtmf_generate'
2022-01-21 13:40:59.603910 [NOTICE] switch_loadable_module.c:350 Adding Application 'stop_tone_detect'
2022-01-21 13:40:59.603984 [NOTICE] switch_loadable_module.c:350 Adding Application 'fax_detect'
2022-01-21 13:40:59.604103 [NOTICE] switch_loadable_module.c:350 Adding Application 'tone_detect'
2022-01-21 13:40:59.604175 [NOTICE] switch_loadable_module.c:350 Adding Application 'echo'
2022-01-21 13:40:59.604254 [NOTICE] switch_loadable_module.c:350 Adding Application 'park'
2022-01-21 13:40:59.604326 [NOTICE] switch_loadable_module.c:350 Adding Application 'park_state'
2022-01-21 13:40:59.604400 [NOTICE] switch_loadable_module.c:350 Adding Application 'gentones'
2022-01-21 13:40:59.604464 [NOTICE] switch_loadable_module.c:350 Adding Application 'playback'
2022-01-21 13:40:59.604625 [NOTICE] switch_loadable_module.c:350 Adding Application 'broadcast'
2022-01-21 13:40:59.604708 [NOTICE] switch_loadable_module.c:350 Adding Application 'endless_playback'
2022-01-21 13:40:59.604768 [NOTICE] switch_loadable_module.c:350 Adding Application 'loop_playback'
2022-01-21 13:40:59.604835 [NOTICE] switch_loadable_module.c:350 Adding Application 'att_xfer'
2022-01-21 13:40:59.604903 [NOTICE] switch_loadable_module.c:350 Adding Application 'read'
2022-01-21 13:40:59.604966 [NOTICE] switch_loadable_module.c:350 Adding Application 'play_and_get_digits'
2022-01-21 13:40:59.605040 [NOTICE] switch_loadable_module.c:350 Adding Application 'stop_video_write_overlay'
2022-01-21 13:40:59.605147 [NOTICE] switch_loadable_module.c:350 Adding Application 'video_write_overlay'
2022-01-21 13:40:59.605230 [NOTICE] switch_loadable_module.c:350 Adding Application 'stop_record_session'
2022-01-21 13:40:59.605310 [NOTICE] switch_loadable_module.c:350 Adding Application 'record_session'
2022-01-21 13:40:59.605379 [NOTICE] switch_loadable_module.c:350 Adding Application 'record_session_mask'
2022-01-21 13:40:59.605451 [NOTICE] switch_loadable_module.c:350 Adding Application 'record_session_unmask'
2022-01-21 13:40:59.605514 [NOTICE] switch_loadable_module.c:350 Adding Application 'record'
2022-01-21 13:40:59.605577 [NOTICE] switch_loadable_module.c:350 Adding Application 'preprocess'
2022-01-21 13:40:59.605663 [NOTICE] switch_loadable_module.c:350 Adding Application 'stop_displace_session'
2022-01-21 13:40:59.605721 [NOTICE] switch_loadable_module.c:350 Adding Application 'displace_session'
2022-01-21 13:40:59.605796 [NOTICE] switch_loadable_module.c:350 Adding Application 'speak'
2022-01-21 13:40:59.605894 [NOTICE] switch_loadable_module.c:350 Adding Application 'clear_speech_cache'
2022-01-21 13:40:59.605974 [NOTICE] switch_loadable_module.c:350 Adding Application 'bridge'
2022-01-21 13:40:59.606034 [NOTICE] switch_loadable_module.c:350 Adding Application 'system'
2022-01-21 13:40:59.606108 [NOTICE] switch_loadable_module.c:350 Adding Application 'bgsystem'
2022-01-21 13:40:59.606218 [NOTICE] switch_loadable_module.c:350 Adding Application 'say'
2022-01-21 13:40:59.606289 [NOTICE] switch_loadable_module.c:350 Adding Application 'detect_audio'
2022-01-21 13:40:59.606372 [NOTICE] switch_loadable_module.c:350 Adding Application 'detect_silence'
2022-01-21 13:40:59.606436 [NOTICE] switch_loadable_module.c:350 Adding Application 'wait_for_silence'
2022-01-21 13:40:59.606518 [NOTICE] switch_loadable_module.c:350 Adding Application 'session_loglevel'
2022-01-21 13:40:59.606584 [NOTICE] switch_loadable_module.c:350 Adding Application 'limit'
2022-01-21 13:40:59.606661 [NOTICE] switch_loadable_module.c:350 Adding Application 'limit_hash'
2022-01-21 13:40:59.606742 [NOTICE] switch_loadable_module.c:350 Adding Application 'limit_execute'
2022-01-21 13:40:59.606825 [NOTICE] switch_loadable_module.c:350 Adding Application 'limit_hash_execute'
2022-01-21 13:40:59.606888 [NOTICE] switch_loadable_module.c:350 Adding Application 'pickup'
2022-01-21 13:40:59.606966 [NOTICE] switch_loadable_module.c:350 Adding Application 'deduplicate_dtmf'
2022-01-21 13:40:59.607068 [NOTICE] switch_loadable_module.c:350 Adding Application 'vad_test'
2022-01-21 13:40:59.607148 [NOTICE] switch_loadable_module.c:412 Adding API Function 'strepoch'
2022-01-21 13:40:59.607264 [NOTICE] switch_loadable_module.c:412 Adding API Function 'page'
2022-01-21 13:40:59.607335 [NOTICE] switch_loadable_module.c:412 Adding API Function 'strmicroepoch'
2022-01-21 13:40:59.607401 [NOTICE] switch_loadable_module.c:412 Adding API Function 'chat'
2022-01-21 13:40:59.607476 [NOTICE] switch_loadable_module.c:412 Adding API Function 'strftime'
2022-01-21 13:40:59.607543 [NOTICE] switch_loadable_module.c:412 Adding API Function 'presence'
2022-01-21 13:40:59.607620 [NOTICE] switch_loadable_module.c:480 Adding File Format 'file_string'
2022-01-21 13:40:59.607703 [NOTICE] switch_loadable_module.c:480 Adding File Format 'file'
2022-01-21 13:40:59.607822 [NOTICE] switch_loadable_module.c:651 Adding Chat interface 'event'
2022-01-21 13:40:59.607906 [NOTICE] switch_loadable_module.c:651 Adding Chat interface 'api'
2022-01-21 13:40:59.609749 [NOTICE] switch_loadable_module.c:292 Adding Dialplan 'XML'
2022-01-21 13:40:59.612285 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 40ms 2ch (VBR)
2022-01-21 13:40:59.612303 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 40ms 1ch (VBR)
2022-01-21 13:40:59.612313 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 120ms 1ch (VBR)
2022-01-21 13:40:59.612322 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 100ms 1ch (VBR)
2022-01-21 13:40:59.612331 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 80ms 1ch (VBR)
2022-01-21 13:40:59.612340 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 60ms 1ch (VBR)
2022-01-21 13:40:59.612350 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 20ms 2ch (VBR)
2022-01-21 13:40:59.612360 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 20ms 1ch (VBR)
2022-01-21 13:40:59.612369 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 10ms 2ch (VBR)
2022-01-21 13:40:59.612388 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 8000hz 10ms 1ch (VBR)
2022-01-21 13:40:59.612403 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 16000hz 40ms 2ch (VBR)
2022-01-21 13:40:59.612421 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 16000hz 40ms 1ch (VBR)
2022-01-21 13:40:59.612446 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 16000hz 60ms 1ch (VBR)
2022-01-21 13:40:59.612498 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 16000hz 20ms 2ch (VBR)
2022-01-21 13:40:59.612516 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 16000hz 20ms 1ch (VBR)
2022-01-21 13:40:59.612529 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 16000hz 10ms 2ch (VBR)
2022-01-21 13:40:59.612614 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 16000hz 10ms 1ch (VBR)
2022-01-21 13:40:59.612656 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 48000hz 40ms 2ch (VBR)
2022-01-21 13:40:59.612671 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 48000hz 40ms 1ch (VBR)
2022-01-21 13:40:59.612681 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 48000hz 20ms 2ch (VBR)
2022-01-21 13:40:59.612690 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 48000hz 20ms 1ch (VBR)
2022-01-21 13:40:59.612700 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 48000hz 10ms 2ch (VBR)
2022-01-21 13:40:59.612710 [NOTICE] switch_loadable_module.c:247 Adding Codec opus 116 OPUS (STANDARD) 48000hz 10ms 1ch (VBR)
2022-01-21 13:40:59.612783 [NOTICE] switch_loadable_module.c:412 Adding API Function 'opus_debug'
2022-01-21 13:40:59.615501 [INFO] mod_opusfile.c:526 mod_opusfile loaded
2022-01-21 13:40:59.615600 [NOTICE] switch_loadable_module.c:412 Adding API Function 'opusfile_debug'
2022-01-21 13:40:59.615715 [NOTICE] switch_loadable_module.c:480 Adding File Format 'opus'
2022-01-21 13:40:59.620171 [INFO] mod_sndfile.c:498
LibSndFile Version : libsndfile-1.0.28 Supported Formats
================================================================================
AIFF (Apple/SGI)  (extension "aiff")
AU (Sun/NeXT)  (extension "au")
AVR (Audio Visual Research)  (extension "avr")
CAF (Apple Core Audio File)  (extension "caf")
FLAC (Free Lossless Audio Codec)  (extension "flac")
HTK (HMM Tool Kit)  (extension "htk")
IFF (Amiga IFF/SVX8/SV16)  (extension "iff")
MAT4 (GNU Octave 2.0 / Matlab 4.2)  (extension "mat")
MAT5 (GNU Octave 2.1 / Matlab 5.0)  (extension "mat")
MPC (Akai MPC 2k)  (extension "mpc")
OGG (OGG Container format)  (extension "oga")
OGG (OGG Container format)  (extension "ogg")
PAF (Ensoniq PARIS)  (extension "paf")
PVF (Portable Voice Format)  (extension "pvf")
RAW (header-less)  (extension "raw")
RF64 (RIFF 64)  (extension "rf64")
SD2 (Sound Designer II)  (extension "sd2")
SDS (Midi Sample Dump Standard)  (extension "sds")
SF (Berkeley/IRCAM/CARL)  (extension "sf")
VOC (Creative Labs)  (extension "voc")
W64 (SoundFoundry WAVE 64)  (extension "w64")
WAV (Microsoft)  (extension "wav")
WAV (NIST Sphere)  (extension "wav")
WAVEX (Microsoft)  (extension "wav")
WVE (Psion Series 3)  (extension "wve")
XI (FastTracker 2)  (extension "xi")
================================================================================
2022-01-21 13:40:59.620607 [NOTICE] switch_loadable_module.c:412 Adding API Function 'sndfile_debug'
2022-01-21 13:40:59.620731 [NOTICE] switch_loadable_module.c:480 Adding File Format 'aiff'
2022-01-21 13:40:59.620800 [NOTICE] switch_loadable_module.c:480 Adding File Format 'au'
2022-01-21 13:40:59.620915 [NOTICE] switch_loadable_module.c:480 Adding File Format 'avr'
2022-01-21 13:40:59.620988 [NOTICE] switch_loadable_module.c:480 Adding File Format 'caf'
2022-01-21 13:40:59.621028 [NOTICE] switch_loadable_module.c:480 Adding File Format 'flac'
2022-01-21 13:40:59.621086 [NOTICE] switch_loadable_module.c:480 Adding File Format 'htk'
2022-01-21 13:40:59.621130 [NOTICE] switch_loadable_module.c:480 Adding File Format 'iff'
2022-01-21 13:40:59.621204 [NOTICE] switch_loadable_module.c:480 Adding File Format 'mat'
2022-01-21 13:40:59.621265 [NOTICE] switch_loadable_module.c:480 Adding File Format 'mpc'
2022-01-21 13:40:59.621342 [NOTICE] switch_loadable_module.c:480 Adding File Format 'oga'
2022-01-21 13:40:59.621391 [NOTICE] switch_loadable_module.c:480 Adding File Format 'paf'
2022-01-21 13:40:59.621477 [NOTICE] switch_loadable_module.c:480 Adding File Format 'pvf'
2022-01-21 13:40:59.621545 [NOTICE] switch_loadable_module.c:480 Adding File Format 'raw'
2022-01-21 13:40:59.621619 [NOTICE] switch_loadable_module.c:480 Adding File Format 'rf64'
2022-01-21 13:40:59.621685 [NOTICE] switch_loadable_module.c:480 Adding File Format 'sd2'
2022-01-21 13:40:59.621812 [NOTICE] switch_loadable_module.c:480 Adding File Format 'sds'
2022-01-21 13:40:59.621897 [NOTICE] switch_loadable_module.c:480 Adding File Format 'sf'
2022-01-21 13:40:59.622053 [NOTICE] switch_loadable_module.c:480 Adding File Format 'voc'
2022-01-21 13:40:59.622128 [NOTICE] switch_loadable_module.c:480 Adding File Format 'w64'
2022-01-21 13:40:59.622205 [NOTICE] switch_loadable_module.c:480 Adding File Format 'wav'
2022-01-21 13:40:59.622264 [NOTICE] switch_loadable_module.c:480 Adding File Format 'wve'
2022-01-21 13:40:59.622324 [NOTICE] switch_loadable_module.c:480 Adding File Format 'xi'
2022-01-21 13:40:59.622410 [NOTICE] switch_loadable_module.c:480 Adding File Format 'r8'
2022-01-21 13:40:59.622482 [NOTICE] switch_loadable_module.c:480 Adding File Format 'r16'
2022-01-21 13:40:59.622552 [NOTICE] switch_loadable_module.c:480 Adding File Format 'r24'
2022-01-21 13:40:59.622612 [NOTICE] switch_loadable_module.c:480 Adding File Format 'r32'
2022-01-21 13:40:59.622677 [NOTICE] switch_loadable_module.c:480 Adding File Format 'gsm'
2022-01-21 13:40:59.622753 [NOTICE] switch_loadable_module.c:480 Adding File Format 'ul'
2022-01-21 13:40:59.622816 [NOTICE] switch_loadable_module.c:480 Adding File Format 'ulaw'
2022-01-21 13:40:59.622880 [NOTICE] switch_loadable_module.c:480 Adding File Format 'al'
2022-01-21 13:40:59.622988 [NOTICE] switch_loadable_module.c:480 Adding File Format 'alaw'
2022-01-21 13:40:59.623077 [NOTICE] switch_loadable_module.c:480 Adding File Format 'adpcm'
2022-01-21 13:40:59.623153 [NOTICE] switch_loadable_module.c:480 Adding File Format 'vox'
2022-01-21 13:40:59.623229 [NOTICE] switch_loadable_module.c:480 Adding File Format 'oga'
2022-01-21 13:40:59.623307 [NOTICE] switch_loadable_module.c:480 Adding File Format 'ogg'
2022-01-21 13:40:59.624522 [NOTICE] switch_loadable_module.c:480 Adding File Format 'PCMU'
2022-01-21 13:40:59.624710 [NOTICE] switch_loadable_module.c:480 Adding File Format 'L16'
2022-01-21 13:40:59.624785 [NOTICE] switch_loadable_module.c:480 Adding File Format 'PCMA'
2022-01-21 13:40:59.626106 [INFO] switch_time.c:626 Clock synchronized to system time.
2022-01-21 13:40:59.627326 [NOTICE] switch_core.c:1476 Created ip list rfc6598.auto default (deny)
2022-01-21 13:40:59.627378 [NOTICE] switch_utils.c:662 Adding 100.64.0.0/10 (allow) [] to list rfc6598.auto
2022-01-21 13:40:59.627394 [NOTICE] switch_core.c:1482 Created ip list rfc1918.auto default (deny)
2022-01-21 13:40:59.627436 [NOTICE] switch_utils.c:662 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto
2022-01-21 13:40:59.627449 [NOTICE] switch_utils.c:662 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto
2022-01-21 13:40:59.627459 [NOTICE] switch_utils.c:662 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto
2022-01-21 13:40:59.627469 [NOTICE] switch_utils.c:662 Adding fe80::/10 (allow) [] to list rfc1918.auto
2022-01-21 13:40:59.627478 [NOTICE] switch_core.c:1491 Created ip list wan.auto default (allow)
2022-01-21 13:40:59.627487 [NOTICE] switch_utils.c:662 Adding 0.0.0.0/8 (deny) [] to list wan.auto
2022-01-21 13:40:59.627497 [NOTICE] switch_utils.c:662 Adding 10.0.0.0/8 (deny) [] to list wan.auto
2022-01-21 13:40:59.627506 [NOTICE] switch_utils.c:662 Adding 172.16.0.0/12 (deny) [] to list wan.auto
2022-01-21 13:40:59.627525 [NOTICE] switch_utils.c:662 Adding 192.168.0.0/16 (deny) [] to list wan.auto
2022-01-21 13:40:59.627538 [NOTICE] switch_utils.c:662 Adding 169.254.0.0/16 (deny) [] to list wan.auto
2022-01-21 13:40:59.627546 [NOTICE] switch_utils.c:662 Adding 100.64.0.0/10 (deny) [] to list wan.auto
2022-01-21 13:40:59.627556 [NOTICE] switch_utils.c:662 Adding fe80::/10 (deny) [] to list wan.auto
2022-01-21 13:40:59.627566 [NOTICE] switch_core.c:1503 Created ip list wan_v6.auto default (allow)
2022-01-21 13:40:59.627575 [NOTICE] switch_utils.c:662 Adding 0.0.0.0/0 (deny) [] to list wan_v6.auto
2022-01-21 13:40:59.627585 [NOTICE] switch_utils.c:662 Adding fe80::/10 (deny) [] to list wan_v6.auto
2022-01-21 13:40:59.627595 [NOTICE] switch_core.c:1511 Created ip list wan_v4.auto default (allow)
2022-01-21 13:40:59.627604 [NOTICE] switch_utils.c:662 Adding 0.0.0.0/8 (deny) [] to list wan_v4.auto
2022-01-21 13:40:59.627613 [NOTICE] switch_utils.c:662 Adding 10.0.0.0/8 (deny) [] to list wan_v4.auto
2022-01-21 13:40:59.627650 [NOTICE] switch_utils.c:662 Adding 172.16.0.0/12 (deny) [] to list wan_v4.auto
2022-01-21 13:40:59.627663 [NOTICE] switch_utils.c:662 Adding 192.168.0.0/16 (deny) [] to list wan_v4.auto
2022-01-21 13:40:59.627672 [NOTICE] switch_utils.c:662 Adding 169.254.0.0/16 (deny) [] to list wan_v4.auto
2022-01-21 13:40:59.627681 [NOTICE] switch_utils.c:662 Adding 100.64.0.0/10 (deny) [] to list wan_v4.auto
2022-01-21 13:40:59.627700 [NOTICE] switch_utils.c:662 Adding ::/0 (deny) [] to list wan_v4.auto
2022-01-21 13:40:59.627712 [NOTICE] switch_core.c:1524 Created ip list any_v6.auto default (allow)
2022-01-21 13:40:59.627744 [NOTICE] switch_utils.c:662 Adding 0.0.0.0/0 (deny) [] to list any_v6.auto
2022-01-21 13:40:59.627757 [NOTICE] switch_core.c:1531 Created ip list any_v4.auto default (allow)
2022-01-21 13:40:59.627766 [NOTICE] switch_utils.c:662 Adding ::/0 (deny) [] to list any_v4.auto
2022-01-21 13:40:59.627775 [NOTICE] switch_core.c:1538 Created ip list nat.auto default (deny)
2022-01-21 13:40:59.627785 [NOTICE] switch_core.c:1540 Adding 98.158.137.97/255.255.255.224 (deny) to list nat.auto
2022-01-21 13:40:59.627795 [NOTICE] switch_utils.c:662 Adding 10.0.0.0/8 (allow) [] to list nat.auto
2022-01-21 13:40:59.627804 [NOTICE] switch_utils.c:662 Adding 172.16.0.0/12 (allow) [] to list nat.auto
2022-01-21 13:40:59.627814 [NOTICE] switch_utils.c:662 Adding 192.168.0.0/16 (allow) [] to list nat.auto
2022-01-21 13:40:59.627823 [NOTICE] switch_utils.c:662 Adding 100.64.0.0/10 (allow) [] to list nat.auto
2022-01-21 13:40:59.627840 [NOTICE] switch_core.c:1550 Created ip list loopback.auto default (deny)
2022-01-21 13:40:59.627851 [NOTICE] switch_utils.c:662 Adding 127.0.0.0/8 (allow) [] to list loopback.auto
2022-01-21 13:40:59.627862 [NOTICE] switch_utils.c:662 Adding ::1/128 (allow) [] to list loopback.auto
2022-01-21 13:40:59.627876 [NOTICE] switch_core.c:1557 Created ip list localnet.auto default (deny)
2022-01-21 13:40:59.627893 [NOTICE] switch_core.c:1560 Adding 98.158.137.97/255.255.255.224 (allow) to list localnet.auto
2022-01-21 13:40:59.627946 [NOTICE] switch_utils.c:662 Adding 127.0.0.1/32 (allow) [] to list lan
2022-01-21 13:40:59.627981 [NOTICE] switch_utils.c:662 Adding 10.130.218.147/32 (allow) [] to list lan
2022-01-21 13:40:59.628007 [NOTICE] switch_utils.c:662 Adding 0.0.0.0/0 (deny) [] to list deny_private_v6
2022-01-21 13:40:59.628020 [NOTICE] switch_utils.c:662 Adding fe80::/10 (deny) [] to list deny_private_v6
2022-01-21 13:40:59.628032 [NOTICE] switch_utils.c:662 Adding fc00::/7 (deny) [] to list deny_private_v6
2022-01-21 13:40:59.628378 [INFO] switch_core.c:2538
FreeSWITCH Version 1.10.7-dev+git~20211004T224757Z~3a66eb415f~64bit (git 3a66eb4 2021-10-04 22:47:57Z 64bit)

When i issue netstat -lt i dont see port 8012 on either the BBB or the freeswitch.

I am not a very strong linux person, so a plain English reply or plain tech reply or any reply would be highly appreciated.

sd...@distancelearning.cloud

unread,
Jan 23, 2022, 8:08:31 AM1/23/22
to bigbluebu...@googlegroups.com

Hi Andrew, if freeswitch is a separate vm to bbb,   then you need to look at /opt/freeswitch/conf/autoload_configs/event_socket.conf.xml make sure the correct IP password is in here.

 

Then on the BBB server..    be sure you can telnet to freeswitch server port 8021 answers.

 

Also the BBB server has to have https://github.com/bigbluebutton/bigbluebutton/blob/develop/akka-bbb-fsesl/src/universal/conf/application.conf#L21 configured to look at the new freeswitch IP with matching passwords for ESL

 

Regards,

Stephen

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/8c2dc9dd-30de-4976-a470-5c23cb3b622bn%40googlegroups.com.

Andrew Wells

unread,
Jan 23, 2022, 10:07:35 AM1/23/22
to BigBlueButton-Setup
HI Stephen, thanks for the reply.
Please note that nothing changed in the install, i simply ported the servers from vmware to proxmox. The coturn server is still x.x.x.112 and the bbb server is still x.x.x.97.
 1. Regarding the password, i believe it is there, as i think it is encrypted Here is the output:
<?xml version="1.0"?>
<configuration name="event_socket.conf" description="Socket Client">
  <settings>
    <param name="nat-map" value="false"/>
    <param name="listen-ip" value="::"/>
    <param name="listen-port" value="8021"/>
    <param name="password" value="79aa55e72f550a8c"/>
    <!--<param name="apply-inbound-acl" value="loopback.auto"/>-->
    <!--<param name="stop-on-bind-error" value="true"/>-->
  </settings>
</configuration>

2. Regarding telnet, i installed it on both servers, just to be sure and i cannot telnet to freeswitch from bbb or on itself. It fails in either case. When i did a further port scan from freeswitch it doesnt appear 8021 is open.

3. Regarding these instructions, it may be obvious, but i am not sure where this file is located on the bbb server so i can check, can you please let me know where that file is located.

In any event, it appears that port 8021 is not open on Freeswitch, would enabling it be the solution. If so, could you please provide a suggestion.

thanks

Fred Dixon

unread,
Jan 23, 2022, 11:17:38 AM1/23/22
to BigBlueButton-.
Hi,

# Error: Found text in freeswitch.log:
#
#    Thread ended for mod_event_socket
#
# FreeSWITCH may not be responding to requests on port 8021 (event socket layer)
# and users may have errors joining audio.
#

This warning comes from a grep for an error message in the FreeSWITCH logs, which might have only occurred once during installation/upgrade.  That's why it's phrased as "may not be responding".

If your BigBlueButton server works for audio, you can ignore this message.  

Again, 



--
BigBlueButton Developer

Like BigBlueButton?  Tweet us at @bigbluebutton

Andrew Wells

unread,
Jan 23, 2022, 11:47:30 AM1/23/22
to BigBlueButton-Setup
Thanks Fred for clearing this up. It is highly appreciated.
Reply all
Reply to author
Forward
0 new messages