Error: Could not detect FreeSWITCH listening on port 5060

1,933 views
Skip to first unread message

Roger

unread,
Apr 14, 2016, 1:15:49 PM4/14/16
to BigBlueButton-dev
Presently, I am trying to setup a dev environment.  Everything worked great for the installing BBB part, but then the Ubuntu virtual machine's IP address changed.  Since then, I have setup my Ubuntu vm to have a static IP address to the new address, and have tried to make sure I changed every reference to the IP address in all the BBB config files and have followed the steps in http://docs.bigbluebutton.org/install/install.html#host-ip-address-has-changed, but when I try to start BBB:

$sudo bbb-conf --clean

I still get this error:

Error: Could not detect FreeSWITCH listening on port 5060

When I try debug, this is what I get:

$ sudo bbb-conf --debug
   -- ERRORS found in /usr/share/red5/log/* --
/usr/share/red5/log/sip.log:2016-04-14 11:07:42,528-06:00 [Thread-9] ERROR o.b.voiceconf.sip.SipPeer - Failed to register with Sip Server.


But I have double-checked that all the IP addresses in sip.nginx and bigbluebutton-sip.properties have been updated to the new address.

Does anyone have any suggestions?  What am I still forgetting to change?  TIA.

Roger

unread,
Apr 14, 2016, 1:23:26 PM4/14/16
to BigBlueButton-dev
Now I am suddenly getting this error:

Error: The voice application failed to register with the sip server.

Roger

unread,
Apr 14, 2016, 1:36:09 PM4/14/16
to BigBlueButton-dev
Here is my output from --check and ifconfig:

rmoore@Cavalieri:~$ sudo bbb-conf --check

BigBlueButton Server 0.9.1 (402)
                    Kernel version: 4.2.0-35-generic
                      Distribution: Ubuntu 14.04.4 LTS (64-bit)
                            Memory: 7875 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
          Port test (tunnel): 192.168.26.233
                              Red5: 192.168.26.233
              useWebrtcIfAvailable: true

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

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: 192.168.26.233
                              port: 80
                    bbb-client dir: /home/rmoore/dev/bigbluebutton/bigbluebutton-client

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

/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
                           api url: 192.168.26.233

/var/www/bigbluebutton/check/conf/config.xml (client check)
                      client check: 192.168.26.233

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

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


** Potential problems described below **
# Warning: nginx is not serving the client from /var/www/bigbluebutton/.
# Instead, it's being served from
#
#    /home/rmoore/dev/bigbluebutton/bigbluebutton-client
#
# (This is OK if you have setup a development environment.)

# Error: The voice application failed to register with the sip server.
#   Try running:
#
#      sudo bbb-conf --clean
#

# Error: Could not detect FreeSWITCH listening on port 5060

# Warning: The API demos are installed and accessible from:
#
#    http://192.168.26.233/
#
# 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

# Warning: The client self check is installed and accessible from:
#
#    http://192.168.26.233/check
#

rmoore@Cavalieri:~$
rmoore@Cavalieri:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0c:29:d8:41:31 
          inet addr:192.168.26.233  Bcast:192.168.26.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fed8:4131/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:805145 errors:0 dropped:0 overruns:0 frame:0
          TX packets:372912 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1134203791 (1.1 GB)  TX bytes:26006054 (26.0 MB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:105647 errors:0 dropped:0 overruns:0 frame:0
          TX packets:105647 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:65491675 (65.4 MB)  TX bytes:65491675 (65.4 MB)

rmoore@Cavalieri:~$

Fred Dixon

unread,
Apr 14, 2016, 3:57:34 PM4/14/16
to BigBlueButton-dev
Hi Roger,

There may be an error in the FreeSWITCH configuration that is preventing it from running (or binding to port 5060).  Try

  sudo /etc/init.d/bbb-freeswitch stop

and then starting FreeSWITCH manually.

  sudo su - root
  cd /opt/freeswitch/bin
  ./freeswitch

and see if it the launch of FreeSWITCH prints out any error messages.

Regards,... Fred

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



--
BigBlueButton Developer
@bigbluebutton

Roger

unread,
Apr 14, 2016, 6:30:10 PM4/14/16
to BigBlueButton-dev
This is the output I'm getting:

$ ./freeswitch

2016-04-14 16:23:59.884618 [INFO] switch_event.c:685 Activate Eventing Engine.
2016-04-14 16:23:59.894989 [WARNING] switch_event.c:656 Create additional event dispatch thread 0
2016-04-14 16:23:59.942430 [INFO] switch_nat.c:417 Scanning for NAT
2016-04-14 16:23:59.942678 [DEBUG] switch_nat.c:170 Checking for PMP 1/5
2016-04-14 16:24:00.942856 [DEBUG] switch_nat.c:170 Checking for PMP 2/5
2016-04-14 16:24:01.962393 [DEBUG] switch_nat.c:170 Checking for PMP 3/5
2016-04-14 16:24:02.962928 [DEBUG] switch_nat.c:170 Checking for PMP 4/5
2016-04-14 16:24:03.963169 [DEBUG] switch_nat.c:170 Checking for PMP 5/5
2016-04-14 16:24:04.963539 [ERR] switch_nat.c:199 Error checking for PMP [general error]
2016-04-14 16:24:04.963567 [DEBUG] switch_nat.c:422 Checking for UPnP
2016-04-14 16:24:16.967019 [INFO] switch_nat.c:438 No PMP or UPnP NAT devices detected!
2016-04-14 16:24:16.969424 [INFO] switch_core_sqldb.c:3372 Opening DB
2016-04-14 16:24:16.976139 [INFO] switch_core_sqldb.c:1693 CORE Starting SQL thread.
2016-04-14 16:24:16.977534 [NOTICE] switch_scheduler.c:183 Starting task thread
2016-04-14 16:24:16.980216 [DEBUG] switch_scheduler.c:249 Added task 1 heartbeat (core) to run at 1460672656
2016-04-14 16:24:16.980266 [DEBUG] switch_scheduler.c:249 Added task 2 check_ip (core) to run at 1460672656
2016-04-14 16:24:16.980454 [NOTICE] switch_core.c:1326 Created ip list rfc6598.auto default (deny)
2016-04-14 16:24:16.980461 [NOTICE] switch_utils.c:325 Adding 100.64.0.0/10 (allow) [] to list rfc6598.auto
2016-04-14 16:24:16.980464 [NOTICE] switch_core.c:1332 Created ip list rfc1918.auto default (deny)
2016-04-14 16:24:16.980466 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto
2016-04-14 16:24:16.980468 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto
2016-04-14 16:24:16.980470 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto
2016-04-14 16:24:16.980473 [NOTICE] switch_utils.c:325 Adding fe80::/10 (allow) [] to list rfc1918.auto
2016-04-14 16:24:16.980475 [NOTICE] switch_core.c:1341 Created ip list wan.auto default (allow)
2016-04-14 16:24:16.980476 [NOTICE] switch_utils.c:325 Adding 0.0.0.0/8 (deny) [] to list wan.auto
2016-04-14 16:24:16.980478 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (deny) [] to list wan.auto
2016-04-14 16:24:16.980480 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (deny) [] to list wan.auto
2016-04-14 16:24:16.980482 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (deny) [] to list wan.auto
2016-04-14 16:24:16.980483 [NOTICE] switch_utils.c:325 Adding 169.254.0.0/16 (deny) [] to list wan.auto
2016-04-14 16:24:16.980485 [NOTICE] switch_utils.c:325 Adding fe80::/10 (deny) [] to list wan.auto
2016-04-14 16:24:16.980487 [NOTICE] switch_core.c:1352 Created ip list nat.auto default (deny)
2016-04-14 16:24:16.980489 [NOTICE] switch_core.c:1354 Adding 192.168.26.233/255.255.255.0 (deny) to list nat.auto
2016-04-14 16:24:16.980491 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (allow) [] to list nat.auto
2016-04-14 16:24:16.980493 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (allow) [] to list nat.auto
2016-04-14 16:24:16.980495 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (allow) [] to list nat.auto
2016-04-14 16:24:16.980497 [NOTICE] switch_utils.c:325 Adding 100.64.0.0/10 (allow) [] to list nat.auto
2016-04-14 16:24:16.980499 [NOTICE] switch_core.c:1364 Created ip list loopback.auto default (deny)
2016-04-14 16:24:16.980500 [NOTICE] switch_utils.c:325 Adding 127.0.0.0/8 (allow) [] to list loopback.auto
2016-04-14 16:24:16.980502 [NOTICE] switch_core.c:1370 Created ip list localnet.auto default (deny)
2016-04-14 16:24:16.980504 [NOTICE] switch_core.c:1373 Adding 192.168.26.233/255.255.255.0 (allow) to list localnet.auto
2016-04-14 16:24:16.980510 [CONSOLE] switch_core.c:1400 Created ip list localhost default (allow)
2016-04-14 16:24:16.980546 [ERR] switch_utils.c:299 Error Adding 127.0.0.1/255 (allow) [] to list localhost
2016-04-14 16:24:16.980550 [ERR] switch_core.c:1475 Error Adding 127.0.0.1/255 (allow) to list localhost
2016-04-14 16:24:16.980571 [CONSOLE] switch_core.c:1400 Created ip list domains default (deny)
2016-04-14 16:24:16.980589 [CONSOLE] switch_core.c:2209 Bringing up environment.
2016-04-14 16:24:16.980591 [CONSOLE] switch_core.c:2210 Loading Modules.
2016-04-14 16:24:16.981410 [INFO] switch_time.c:1411 Timezone loaded 1781 definitions
2016-04-14 16:24:16.981429 [CONSOLE] switch_time.c:1556 Clock calibration disabled.
2016-04-14 16:24:16.981468 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [CORE_SOFTTIMER_MODULE]
2016-04-14 16:24:16.981479 [NOTICE] switch_loadable_module.c:248 Adding Timer 'soft'
2016-04-14 16:24:16.981553 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [CORE_PCM_MODULE]
2016-04-14 16:24:16.981585 [NOTICE] switch_loadable_module.c:198 Adding Codec PROXY-VID 31 PROXY VIDEO PASS-THROUGH 90000hz 0ms (VBR)
2016-04-14 16:24:16.981617 [NOTICE] switch_loadable_module.c:198 Adding Codec PROXY 0 PROXY PASS-THROUGH 8000hz 20ms (VBR)
2016-04-14 16:24:16.981630 [NOTICE] switch_loadable_module.c:198 Adding Codec PROXY 0 PROXY PASS-THROUGH 8000hz 20ms (VBR)
2016-04-14 16:24:16.981636 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 32ms 352800bps
2016-04-14 16:24:16.981639 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 32ms 176400bps
2016-04-14 16:24:16.981640 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 40ms 352800bps
2016-04-14 16:24:16.981642 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 40ms 176400bps
2016-04-14 16:24:16.981644 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 22050hz 20ms 705600bps
2016-04-14 16:24:16.981645 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 22050hz 20ms 352800bps
2016-04-14 16:24:16.981647 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 30ms 705600bps
2016-04-14 16:24:16.981648 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 30ms 705600bps
2016-04-14 16:24:16.981650 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 20ms 705600bps
2016-04-14 16:24:16.981652 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 20ms 705600bps
2016-04-14 16:24:16.981653 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 10ms 705600bps
2016-04-14 16:24:16.981655 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 10ms 705600bps
2016-04-14 16:24:16.981657 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 40ms 1536000bps
2016-04-14 16:24:16.981658 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 40ms 768000bps
2016-04-14 16:24:16.981660 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 30ms 1536000bps
2016-04-14 16:24:16.981662 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 30ms 768000bps
2016-04-14 16:24:16.981663 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 20ms 1536000bps
2016-04-14 16:24:16.981665 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 20ms 768000bps
2016-04-14 16:24:16.981667 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 8ms 1024000bps
2016-04-14 16:24:16.981668 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 8ms 512000bps
2016-04-14 16:24:16.981670 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 6ms 1024000bps
2016-04-14 16:24:16.981672 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 6ms 512000bps
2016-04-14 16:24:16.981690 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 4ms 1024000bps
2016-04-14 16:24:16.981693 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 4ms 512000bps
2016-04-14 16:24:16.981694 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 2ms 1024000bps
2016-04-14 16:24:16.981696 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 2ms 512000bps
2016-04-14 16:24:16.981698 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 8ms 512000bps
2016-04-14 16:24:16.981699 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 8ms 256000bps
2016-04-14 16:24:16.981701 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 6ms 512000bps
2016-04-14 16:24:16.981703 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 6ms 256000bps
2016-04-14 16:24:16.981704 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 4ms 512000bps
2016-04-14 16:24:16.981706 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 4ms 256000bps
2016-04-14 16:24:16.981707 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 2ms 512000bps
2016-04-14 16:24:16.981709 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 2ms 256000bps
2016-04-14 16:24:16.981711 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 8ms 256000bps
2016-04-14 16:24:16.981712 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 8ms 128000bps
2016-04-14 16:24:16.981714 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 6ms 256000bps
2016-04-14 16:24:16.981716 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 6ms 128000bps
2016-04-14 16:24:16.981717 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 4ms 256000bps
2016-04-14 16:24:16.981719 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 4ms 128000bps
2016-04-14 16:24:16.981721 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 2ms 256000bps
2016-04-14 16:24:16.981722 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 2ms 128000bps
2016-04-14 16:24:16.981724 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 10ms 1536000bps
2016-04-14 16:24:16.981726 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 10ms 768000bps
2016-04-14 16:24:16.981727 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 8ms 1536000bps
2016-04-14 16:24:16.981729 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 8ms 768000bps
2016-04-14 16:24:16.981730 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 6ms 1536000bps
2016-04-14 16:24:16.981732 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 6ms 768000bps
2016-04-14 16:24:16.981734 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 4ms 1536000bps
2016-04-14 16:24:16.981735 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 4ms 768000bps
2016-04-14 16:24:16.981737 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 2ms 1536000bps
2016-04-14 16:24:16.981739 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 2ms 768000bps
2016-04-14 16:24:16.981740 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 60ms 768000bps
2016-04-14 16:24:16.981743 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 60ms 384000bps
2016-04-14 16:24:16.981745 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 40ms 768000bps
2016-04-14 16:24:16.981747 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 40ms 384000bps
2016-04-14 16:24:16.981748 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 20ms 768000bps
2016-04-14 16:24:16.981750 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 20ms 384000bps
2016-04-14 16:24:16.981751 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 100ms 384000bps
2016-04-14 16:24:16.981753 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 100ms 192000bps
2016-04-14 16:24:16.981755 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 80ms 384000bps
2016-04-14 16:24:16.981756 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 80ms 192000bps
2016-04-14 16:24:16.981758 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 60ms 384000bps
2016-04-14 16:24:16.981760 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 60ms 192000bps
2016-04-14 16:24:16.981761 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 40ms 384000bps
2016-04-14 16:24:16.981763 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 40ms 192000bps
2016-04-14 16:24:16.981765 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 20ms 384000bps
2016-04-14 16:24:16.981766 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 20ms 192000bps
2016-04-14 16:24:16.981768 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 10ms 512000bps
2016-04-14 16:24:16.981769 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 10ms 512000bps
2016-04-14 16:24:16.981771 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 20ms 512000bps
2016-04-14 16:24:16.981773 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 20ms 512000bps
2016-04-14 16:24:16.981774 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 30ms 512000bps
2016-04-14 16:24:16.981776 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 30ms 512000bps
2016-04-14 16:24:16.981778 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 40ms 512000bps
2016-04-14 16:24:16.981779 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 40ms 512000bps
2016-04-14 16:24:16.981781 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 50ms 512000bps
2016-04-14 16:24:16.981782 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 50ms 512000bps
2016-04-14 16:24:16.981784 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 60ms 512000bps
2016-04-14 16:24:16.981786 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 60ms 512000bps
2016-04-14 16:24:16.981787 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 10ms 256000bps
2016-04-14 16:24:16.981789 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 10ms 256000bps
2016-04-14 16:24:16.981791 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 20ms 256000bps
2016-04-14 16:24:16.981805 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 20ms 256000bps
2016-04-14 16:24:16.981807 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 30ms 256000bps
2016-04-14 16:24:16.981809 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 30ms 256000bps
2016-04-14 16:24:16.981811 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 40ms 256000bps
2016-04-14 16:24:16.981812 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 40ms 256000bps
2016-04-14 16:24:16.981814 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 50ms 256000bps
2016-04-14 16:24:16.981815 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 50ms 256000bps
2016-04-14 16:24:16.981817 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 60ms 256000bps
2016-04-14 16:24:16.981819 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 60ms 256000bps
2016-04-14 16:24:16.981820 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 10ms 128000bps
2016-04-14 16:24:16.981822 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 10ms 128000bps
2016-04-14 16:24:16.981824 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 20ms 128000bps
2016-04-14 16:24:16.981825 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 20ms 128000bps
2016-04-14 16:24:16.981827 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 30ms 128000bps
2016-04-14 16:24:16.981829 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 30ms 128000bps
2016-04-14 16:24:16.981830 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 40ms 128000bps
2016-04-14 16:24:16.981832 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 40ms 128000bps
2016-04-14 16:24:16.981834 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 50ms 128000bps
2016-04-14 16:24:16.981835 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 50ms 128000bps
2016-04-14 16:24:16.981837 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 60ms 128000bps
2016-04-14 16:24:16.981838 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 60ms 128000bps
2016-04-14 16:24:16.981840 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 70ms 128000bps
2016-04-14 16:24:16.981842 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 70ms 128000bps
2016-04-14 16:24:16.981843 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 80ms 128000bps
2016-04-14 16:24:16.981845 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 80ms 128000bps
2016-04-14 16:24:16.981847 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 90ms 128000bps
2016-04-14 16:24:16.981848 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 90ms 128000bps
2016-04-14 16:24:16.981850 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 100ms 128000bps
2016-04-14 16:24:16.981852 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 100ms 128000bps
2016-04-14 16:24:16.981853 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 110ms 128000bps
2016-04-14 16:24:16.981879 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 110ms 128000bps
2016-04-14 16:24:16.981881 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 120ms 128000bps
2016-04-14 16:24:16.981883 [NOTICE] switch_loadable_module.c:192 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 120ms 128000bps
2016-04-14 16:24:16.981891 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 10ms 64000bps
2016-04-14 16:24:16.981893 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 20ms 64000bps
2016-04-14 16:24:16.981895 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 30ms 64000bps
2016-04-14 16:24:16.981896 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 40ms 64000bps
2016-04-14 16:24:16.981898 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 50ms 64000bps
2016-04-14 16:24:16.981899 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 60ms 64000bps
2016-04-14 16:24:16.981901 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 70ms 64000bps
2016-04-14 16:24:16.981903 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 80ms 64000bps
2016-04-14 16:24:16.981904 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 90ms 64000bps
2016-04-14 16:24:16.981906 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 100ms 64000bps
2016-04-14 16:24:16.981907 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 110ms 64000bps
2016-04-14 16:24:16.981909 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMU 0 G.711 ulaw 8000hz 120ms 64000bps
2016-04-14 16:24:16.981917 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 10ms 64000bps
2016-04-14 16:24:16.981919 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 20ms 64000bps
2016-04-14 16:24:16.981921 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 30ms 64000bps
2016-04-14 16:24:16.981923 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 40ms 64000bps
2016-04-14 16:24:16.981925 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 50ms 64000bps
2016-04-14 16:24:16.981926 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 60ms 64000bps
2016-04-14 16:24:16.981928 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 70ms 64000bps
2016-04-14 16:24:16.981929 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 80ms 64000bps
2016-04-14 16:24:16.981931 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 90ms 64000bps
2016-04-14 16:24:16.981933 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 100ms 64000bps
2016-04-14 16:24:16.981934 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 110ms 64000bps
2016-04-14 16:24:16.981936 [NOTICE] switch_loadable_module.c:192 Adding Codec PCMA 8 G.711 alaw 8000hz 120ms 64000bps
2016-04-14 16:24:16.981981 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [CORE_SPEEX_MODULE]
2016-04-14 16:24:16.982000 [NOTICE] switch_loadable_module.c:192 Adding Codec SPEEX 99 Speex 32000hz 20ms 44000bps
2016-04-14 16:24:16.982003 [NOTICE] switch_loadable_module.c:192 Adding Codec SPEEX 99 Speex 16000hz 20ms 42200bps
2016-04-14 16:24:16.982005 [NOTICE] switch_loadable_module.c:192 Adding Codec SPEEX 99 Speex 8000hz 20ms 24600bps
[m2016-04-14 16:24:16.982397 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_console]
[m [36m2016-04-14 16:24:16.982429 [NOTICE] switch_loadable_module.c:315 Adding API Function 'console'
[m [m2016-04-14 16:24:16.982739 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_logfile]
[m [31m2016-04-14 16:24:16.983029 [CRIT] switch_loadable_module.c:1447 Error Loading module /opt/freeswitch/mod/mod_enum.so
**libldns.so.1: cannot open shared object file: No such file or directory**
[m [36m2016-04-14 16:24:16.983308 [NOTICE] mod_xml_cdr.c:100 Rotating log file paths
[m [36m2016-04-14 16:24:16.983341 [NOTICE] mod_xml_cdr.c:127 Setting log file path to /opt/freeswitch/log/xml_cdr
[m [36m2016-04-14 16:24:16.983349 [NOTICE] mod_xml_cdr.c:166 Setting err log file path to /opt/freeswitch/log/xml_cdr
[m [m2016-04-14 16:24:16.983351 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_xml_cdr]
[m [m2016-04-14 16:24:16.983783 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_cdr_csv]
[m [36m2016-04-14 16:24:16.983788 [NOTICE] switch_loadable_module.c:315 Adding API Function 'cdr_csv'
[m [m2016-04-14 16:24:16.984097 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_event_socket]
[m [36m2016-04-14 16:24:16.984129 [NOTICE] switch_loadable_module.c:269 Adding Application 'socket'
[m [36m2016-04-14 16:24:16.984160 [NOTICE] switch_loadable_module.c:315 Adding API Function 'event_sink'
[m [32m2016-04-14 16:24:16.985075 [INFO] mod_sofia.c:5728 Starting initial message thread.
[m [35m2016-04-14 16:24:16.985228 [WARNING] sofia.c:1937 MSG Thread 0 Started
[m [32m2016-04-14 16:24:16.985394 [INFO] sofia.c:5401 Setting MAX Auth Validity to 0 Attempts
[m [36m2016-04-14 16:24:16.985448 [NOTICE] sofia.c:5568 Started Profile external-ipv6 [sofia_reg_external-ipv6]
[m [32m2016-04-14 16:24:16.989426 [INFO] switch_core_sqldb.c:1693 sofia:external-ipv6 Starting SQL thread.
[m [32m2016-04-14 16:24:45.693646 [INFO] sofia.c:5401 Setting MAX Auth Validity to 0 Attempts
[m [36m2016-04-14 16:24:45.693753 [NOTICE] sofia.c:5568 Started Profile external [sofia_reg_external]
[m [32m2016-04-14 16:24:45.694016 [INFO] sofia.c:5401 Setting MAX Auth Validity to 0 Attempts
[m [36m2016-04-14 16:24:45.694066 [NOTICE] sofia.c:5568 Started Profile internal-ipv6 [sofia_reg_internal-ipv6]
[m [32m2016-04-14 16:24:45.694526 [INFO] sofia.c:5401 Setting MAX Auth Validity to 0 Attempts
[m [36m2016-04-14 16:24:45.694581 [NOTICE] sofia.c:5568 Started Profile internal [sofia_reg_internal]
[m [32m2016-04-14 16:24:45.701833 [INFO] switch_core_sqldb.c:1693 sofia:external Starting SQL thread.
[m [32m2016-04-14 16:24:45.702204 [INFO] switch_core_sqldb.c:1693 sofia:internal-ipv6 Starting SQL thread.
[m [32m2016-04-14 16:24:45.703929 [INFO] switch_core_sqldb.c:1693 sofia:internal Starting SQL thread.
[m [36m2016-04-14 16:24:45.704040 [NOTICE] sofia.c:3738 Adding Alias [192.168.26.233] for profile [internal]
[m [m2016-04-14 16:24:47.195361 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_sofia]
[m [36m2016-04-14 16:24:47.195415 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'sofia'
[m [36m2016-04-14 16:24:47.195435 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'rtp'
[m [36m2016-04-14 16:24:47.195440 [NOTICE] switch_loadable_module.c:269 Adding Application 'sofia_sla'
[m [36m2016-04-14 16:24:47.195451 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sofia'
[m [36m2016-04-14 16:24:47.195456 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sofia_gateway_data'
[m [36m2016-04-14 16:24:47.195463 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sofia_username_of'
[m [36m2016-04-14 16:24:47.195468 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sofia_contact'
[m [36m2016-04-14 16:24:47.195474 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sofia_count_reg'
[m [36m2016-04-14 16:24:47.195483 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sofia_dig'
[m [36m2016-04-14 16:24:47.195508 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sofia_presence_data'
[m [36m2016-04-14 16:24:47.195518 [NOTICE] switch_loadable_module.c:450 Adding Chat interface 'sip'
[m [36m2016-04-14 16:24:47.195528 [NOTICE] switch_loadable_module.c:496 Adding Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1001]
[m [m2016-04-14 16:24:47.196019 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_loopback]
[m [36m2016-04-14 16:24:47.196042 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'loopback'
[m [36m2016-04-14 16:24:47.196075 [NOTICE] switch_loadable_module.c:269 Adding Application 'unloop'
[m [m2016-04-14 16:24:47.196908 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_commands]
[m [36m2016-04-14 16:24:47.197003 [NOTICE] switch_loadable_module.c:315 Adding API Function 'bg_system'
[m [36m2016-04-14 16:24:47.197055 [NOTICE] switch_loadable_module.c:315 Adding API Function 'system'
[m [36m2016-04-14 16:24:47.197069 [NOTICE] switch_loadable_module.c:315 Adding API Function 'acl'
[m [36m2016-04-14 16:24:47.197125 [NOTICE] switch_loadable_module.c:315 Adding API Function 'alias'
[m [36m2016-04-14 16:24:47.197131 [NOTICE] switch_loadable_module.c:315 Adding API Function 'coalesce'
[m [36m2016-04-14 16:24:47.197136 [NOTICE] switch_loadable_module.c:315 Adding API Function 'banner'
[m [36m2016-04-14 16:24:47.197145 [NOTICE] switch_loadable_module.c:315 Adding API Function 'bgapi'
[m [36m2016-04-14 16:24:47.197154 [NOTICE] switch_loadable_module.c:315 Adding API Function 'break'
[m [36m2016-04-14 16:24:47.197164 [NOTICE] switch_loadable_module.c:315 Adding API Function 'complete'
[m [36m2016-04-14 16:24:47.197173 [NOTICE] switch_loadable_module.c:315 Adding API Function 'cond'
[m [36m2016-04-14 16:24:47.197191 [NOTICE] switch_loadable_module.c:315 Adding API Function 'console_complete'
[m [36m2016-04-14 16:24:47.197257 [NOTICE] switch_loadable_module.c:315 Adding API Function 'console_complete_xml'
[m [36m2016-04-14 16:24:47.197314 [NOTICE] switch_loadable_module.c:315 Adding API Function 'create_uuid'
[m [36m2016-04-14 16:24:47.197320 [NOTICE] switch_loadable_module.c:315 Adding API Function 'db_cache'
[m [36m2016-04-14 16:24:47.197326 [NOTICE] switch_loadable_module.c:315 Adding API Function 'domain_exists'
[m [36m2016-04-14 16:24:47.197341 [NOTICE] switch_loadable_module.c:315 Adding API Function 'echo'
[m [36m2016-04-14 16:24:47.197346 [NOTICE] switch_loadable_module.c:315 Adding API Function 'escape'
[m [36m2016-04-14 16:24:47.197354 [NOTICE] switch_loadable_module.c:315 Adding API Function 'eval'
[m [36m2016-04-14 16:24:47.197362 [NOTICE] switch_loadable_module.c:315 Adding API Function 'expand'
[m [36m2016-04-14 16:24:47.197373 [NOTICE] switch_loadable_module.c:315 Adding API Function 'find_user_xml'
[m [36m2016-04-14 16:24:47.197384 [NOTICE] switch_loadable_module.c:315 Adding API Function 'fsctl'
[m [36m2016-04-14 16:24:47.197397 [NOTICE] switch_loadable_module.c:315 Adding API Function '...'
[m [36m2016-04-14 16:24:47.197408 [NOTICE] switch_loadable_module.c:315 Adding API Function 'shutdown'
[m [36m2016-04-14 16:24:47.197421 [NOTICE] switch_loadable_module.c:315 Adding API Function 'version'
[m [36m2016-04-14 16:24:47.197456 [NOTICE] switch_loadable_module.c:315 Adding API Function 'global_getvar'
[m [36m2016-04-14 16:24:47.197463 [NOTICE] switch_loadable_module.c:315 Adding API Function 'global_setvar'
[m [36m2016-04-14 16:24:47.197471 [NOTICE] switch_loadable_module.c:315 Adding API Function 'group_call'
[m [36m2016-04-14 16:24:47.197483 [NOTICE] switch_loadable_module.c:315 Adding API Function 'help'
[m [36m2016-04-14 16:24:47.197494 [NOTICE] switch_loadable_module.c:315 Adding API Function 'host_lookup'
[m [36m2016-04-14 16:24:47.197544 [NOTICE] switch_loadable_module.c:315 Adding API Function 'hostname'
[m [36m2016-04-14 16:24:47.197551 [NOTICE] switch_loadable_module.c:315 Adding API Function 'interface_ip'
[m [36m2016-04-14 16:24:47.197557 [NOTICE] switch_loadable_module.c:315 Adding API Function 'switchname'
[m [36m2016-04-14 16:24:47.197562 [NOTICE] switch_loadable_module.c:315 Adding API Function 'gethost'
[m [36m2016-04-14 16:24:47.197571 [NOTICE] switch_loadable_module.c:315 Adding API Function 'hupall'
[m [36m2016-04-14 16:24:47.197579 [NOTICE] switch_loadable_module.c:315 Adding API Function 'in_group'
[m [36m2016-04-14 16:24:47.197619 [NOTICE] switch_loadable_module.c:315 Adding API Function 'is_lan_addr'
[m [36m2016-04-14 16:24:47.197630 [NOTICE] switch_loadable_module.c:315 Adding API Function 'limit_usage'
[m [36m2016-04-14 16:24:47.197640 [NOTICE] switch_loadable_module.c:315 Adding API Function 'limit_hash_usage'
[m [36m2016-04-14 16:24:47.197651 [NOTICE] switch_loadable_module.c:315 Adding API Function 'limit_status'
[m [36m2016-04-14 16:24:47.197663 [NOTICE] switch_loadable_module.c:315 Adding API Function 'limit_reset'
[m [36m2016-04-14 16:24:47.197673 [NOTICE] switch_loadable_module.c:315 Adding API Function 'limit_interval_reset'
[m [36m2016-04-14 16:24:47.197688 [NOTICE] switch_loadable_module.c:315 Adding API Function 'list_users'
[m [36m2016-04-14 16:24:47.197699 [NOTICE] switch_loadable_module.c:315 Adding API Function 'load'
[m [36m2016-04-14 16:24:47.197714 [NOTICE] switch_loadable_module.c:315 Adding API Function 'log'
[m [36m2016-04-14 16:24:47.197763 [NOTICE] switch_loadable_module.c:315 Adding API Function 'md5'
[m [36m2016-04-14 16:24:47.197770 [NOTICE] switch_loadable_module.c:315 Adding API Function 'module_exists'
[m [36m2016-04-14 16:24:47.197776 [NOTICE] switch_loadable_module.c:315 Adding API Function 'msleep'
[m [36m2016-04-14 16:24:47.197781 [NOTICE] switch_loadable_module.c:315 Adding API Function 'nat_map'
[m [36m2016-04-14 16:24:47.197786 [NOTICE] switch_loadable_module.c:315 Adding API Function 'originate'
[m [36m2016-04-14 16:24:47.197792 [NOTICE] switch_loadable_module.c:315 Adding API Function 'pause'
[m [36m2016-04-14 16:24:47.197800 [NOTICE] switch_loadable_module.c:315 Adding API Function 'quote_shell_arg'
[m [36m2016-04-14 16:24:47.197815 [NOTICE] switch_loadable_module.c:315 Adding API Function 'regex'
[m [36m2016-04-14 16:24:47.197891 [NOTICE] switch_loadable_module.c:315 Adding API Function 'reloadacl'
[m [36m2016-04-14 16:24:47.197899 [NOTICE] switch_loadable_module.c:315 Adding API Function 'reload'
[m [36m2016-04-14 16:24:47.197905 [NOTICE] switch_loadable_module.c:315 Adding API Function 'reloadxml'
[m [36m2016-04-14 16:24:47.197936 [NOTICE] switch_loadable_module.c:315 Adding API Function 'replace'
[m [36m2016-04-14 16:24:47.197942 [NOTICE] switch_loadable_module.c:315 Adding API Function 'say_string'
[m [36m2016-04-14 16:24:47.197949 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sched_api'
[m [36m2016-04-14 16:24:47.197959 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sched_broadcast'
[m [36m2016-04-14 16:24:47.197971 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sched_del'
[m [36m2016-04-14 16:24:47.198005 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sched_hangup'
[m [36m2016-04-14 16:24:47.198013 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sched_transfer'
[m [36m2016-04-14 16:24:47.198023 [NOTICE] switch_loadable_module.c:315 Adding API Function 'show'
[m [36m2016-04-14 16:24:47.198032 [NOTICE] switch_loadable_module.c:315 Adding API Function 'sql_escape'
[m [36m2016-04-14 16:24:47.198038 [NOTICE] switch_loadable_module.c:315 Adding API Function 'status'
[m [36m2016-04-14 16:24:47.198048 [NOTICE] switch_loadable_module.c:315 Adding API Function 'strftime_tz'
[m [36m2016-04-14 16:24:47.198059 [NOTICE] switch_loadable_module.c:315 Adding API Function 'stun'
[m [36m2016-04-14 16:24:47.198073 [NOTICE] switch_loadable_module.c:315 Adding API Function 'time_test'
[m [36m2016-04-14 16:24:47.198086 [NOTICE] switch_loadable_module.c:315 Adding API Function 'timer_test'
[m [36m2016-04-14 16:24:47.198136 [NOTICE] switch_loadable_module.c:315 Adding API Function 'tone_detect'
[m [36m2016-04-14 16:24:47.198143 [NOTICE] switch_loadable_module.c:315 Adding API Function 'unload'
[m [36m2016-04-14 16:24:47.198148 [NOTICE] switch_loadable_module.c:315 Adding API Function 'unsched_api'
[m [36m2016-04-14 16:24:47.198155 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uptime'
[m [36m2016-04-14 16:24:47.198162 [NOTICE] switch_loadable_module.c:315 Adding API Function 'reg_url'
[m [36m2016-04-14 16:24:47.198169 [NOTICE] switch_loadable_module.c:315 Adding API Function 'url_decode'
[m [36m2016-04-14 16:24:47.198198 [NOTICE] switch_loadable_module.c:315 Adding API Function 'url_encode'
[m [36m2016-04-14 16:24:47.198207 [NOTICE] switch_loadable_module.c:315 Adding API Function 'user_data'
[m [36m2016-04-14 16:24:47.198214 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_early_ok'
[m [36m2016-04-14 16:24:47.198223 [NOTICE] switch_loadable_module.c:315 Adding API Function 'user_exists'
[m [36m2016-04-14 16:24:47.198238 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_answer'
[m [36m2016-04-14 16:24:47.198289 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_audio'
[m [36m2016-04-14 16:24:47.198317 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_break'
[m [36m2016-04-14 16:24:47.198343 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_bridge'
[m [36m2016-04-14 16:24:47.198383 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_broadcast'
[m [36m2016-04-14 16:24:47.198439 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_buglist'
[m [36m2016-04-14 16:24:47.198446 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_chat'
[m [36m2016-04-14 16:24:47.198453 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_debug_media'
[m [36m2016-04-14 16:24:47.198473 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_deflect'
[m [36m2016-04-14 16:24:47.198486 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_displace'
[m [36m2016-04-14 16:24:47.198584 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_display'
[m [36m2016-04-14 16:24:47.198600 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_drop_dtmf'
[m [36m2016-04-14 16:24:47.198605 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_dump'
[m [36m2016-04-14 16:24:47.198611 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_exists'
[m [36m2016-04-14 16:24:47.198616 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_fileman'
[m [36m2016-04-14 16:24:47.198622 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_flush_dtmf'
[m [36m2016-04-14 16:24:47.198630 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_getvar'
[m [36m2016-04-14 16:24:47.198637 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_hold'
[m [36m2016-04-14 16:24:47.198648 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_kill'
[m [36m2016-04-14 16:24:47.198654 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_send_message'
[m [36m2016-04-14 16:24:47.198698 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_send_info'
[m [36m2016-04-14 16:24:47.198716 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_set_media_stats'
[m [36m2016-04-14 16:24:47.198726 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_video_refresh'
[m [36m2016-04-14 16:24:47.198735 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_outgoing_answer'
[m [36m2016-04-14 16:24:47.198744 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_limit'
[m [36m2016-04-14 16:24:47.198802 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_limit_release'
[m [36m2016-04-14 16:24:47.198831 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_limit_release'
[m [36m2016-04-14 16:24:47.198837 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_loglevel'
[m [36m2016-04-14 16:24:47.198845 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_media'
[m [36m2016-04-14 16:24:47.198863 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_media_reneg'
[m [36m2016-04-14 16:24:47.198872 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_park'
[m [36m2016-04-14 16:24:47.198893 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_pause'
[m [36m2016-04-14 16:24:47.198903 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_phone_event'
[m [36m2016-04-14 16:24:47.198977 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_ring_ready'
[m [36m2016-04-14 16:24:47.198993 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_pre_answer'
[m [36m2016-04-14 16:24:47.198999 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_preprocess'
[m [36m2016-04-14 16:24:47.199004 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_record'
[m [36m2016-04-14 16:24:47.199010 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_recovery_refresh'
[m [36m2016-04-14 16:24:47.199017 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_recv_dtmf'
[m [36m2016-04-14 16:24:47.199027 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_send_dtmf'
[m [36m2016-04-14 16:24:47.199058 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_session_heartbeat'
[m [36m2016-04-14 16:24:47.199068 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_setvar_multi'
[m [36m2016-04-14 16:24:47.199078 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_setvar'
[m [36m2016-04-14 16:24:47.199087 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_transfer'
[m [36m2016-04-14 16:24:47.199097 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_dual_transfer'
[m [36m2016-04-14 16:24:47.199117 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_simplify'
[m [36m2016-04-14 16:24:47.199129 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_jitterbuffer'
[m [36m2016-04-14 16:24:47.199158 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_zombie_exec'
[m [36m2016-04-14 16:24:47.199164 [NOTICE] switch_loadable_module.c:315 Adding API Function 'xml_flush_cache'
[m [36m2016-04-14 16:24:47.199169 [NOTICE] switch_loadable_module.c:315 Adding API Function 'xml_locate'
[m [36m2016-04-14 16:24:47.199178 [NOTICE] switch_loadable_module.c:315 Adding API Function 'xml_wrap'
[m [36m2016-04-14 16:24:47.199188 [NOTICE] switch_loadable_module.c:315 Adding API Function 'file_exists'
[m [36m2016-04-14 16:24:47.199198 [NOTICE] switch_loadable_module.c:315 Adding API Function 'json'
[m [36m2016-04-14 16:24:47.199207 [NOTICE] switch_loadable_module.c:338 Adding JSON API Function 'mediaStats'
[m [36m2016-04-14 16:24:47.199218 [NOTICE] switch_loadable_module.c:338 Adding JSON API Function 'status'
[m [36m2016-04-14 16:24:47.199226 [NOTICE] switch_loadable_module.c:338 Adding JSON API Function 'fsapi'
[m [36m2016-04-14 16:24:47.199254 [NOTICE] switch_loadable_module.c:338 Adding JSON API Function 'execute'
[m [36m2016-04-14 16:24:47.199260 [NOTICE] switch_loadable_module.c:338 Adding JSON API Function 'channelData'
[m [m2016-04-14 16:24:47.199875 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_conference]
[m [36m2016-04-14 16:24:47.199908 [NOTICE] switch_loadable_module.c:269 Adding Application 'conference'
[m [36m2016-04-14 16:24:47.199917 [NOTICE] switch_loadable_module.c:269 Adding Application 'conference_set_auto_outcall'
[m [36m2016-04-14 16:24:47.199925 [NOTICE] switch_loadable_module.c:315 Adding API Function 'conference'
[m [36m2016-04-14 16:24:47.199935 [NOTICE] switch_loadable_module.c:450 Adding Chat interface 'conf'
[m [m2016-04-14 16:24:47.199997 [CONSOLE] sofia_presence.c:1618 Event Thread Started
[m [m2016-04-14 16:24:47.201157 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_db]
[m [36m2016-04-14 16:24:47.201192 [NOTICE] switch_loadable_module.c:269 Adding Application 'db'
[m [36m2016-04-14 16:24:47.201203 [NOTICE] switch_loadable_module.c:269 Adding Application 'group'
[m [36m2016-04-14 16:24:47.201209 [NOTICE] switch_loadable_module.c:315 Adding API Function 'db'
[m [36m2016-04-14 16:24:47.201217 [NOTICE] switch_loadable_module.c:315 Adding API Function 'group'
[m [36m2016-04-14 16:24:47.201222 [NOTICE] switch_loadable_module.c:523 Adding Limit interface 'db'
[m [m2016-04-14 16:24:47.700269 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_dptools]
[m [36m2016-04-14 16:24:47.700302 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'error'
[m [36m2016-04-14 16:24:47.700327 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'group'
[m [36m2016-04-14 16:24:47.700339 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'user'
[m [36m2016-04-14 16:24:47.700345 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'pickup'
[m [36m2016-04-14 16:24:47.700354 [NOTICE] switch_loadable_module.c:227 Adding Dialplan 'inline'
[m [36m2016-04-14 16:24:47.700363 [NOTICE] switch_loadable_module.c:269 Adding Application 'blind_transfer_ack'
[m [36m2016-04-14 16:24:47.700374 [NOTICE] switch_loadable_module.c:269 Adding Application 'bind_digit_action'
[m [36m2016-04-14 16:24:47.700387 [NOTICE] switch_loadable_module.c:269 Adding Application 'capture'
[m [36m2016-04-14 16:24:47.700397 [NOTICE] switch_loadable_module.c:269 Adding Application 'clear_digit_action'
[m [36m2016-04-14 16:24:47.700408 [NOTICE] switch_loadable_module.c:269 Adding Application 'digit_action_set_realm'
[m [36m2016-04-14 16:24:47.700430 [NOTICE] switch_loadable_module.c:269 Adding Application 'privacy'
[m [36m2016-04-14 16:24:47.700437 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_audio_level'
[m [36m2016-04-14 16:24:47.700447 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_mute'
[m [36m2016-04-14 16:24:47.700457 [NOTICE] switch_loadable_module.c:269 Adding Application 'flush_dtmf'
[m [36m2016-04-14 16:24:47.700467 [NOTICE] switch_loadable_module.c:269 Adding Application 'hold'
[m [36m2016-04-14 16:24:47.700478 [NOTICE] switch_loadable_module.c:269 Adding Application 'unhold'
[m [36m2016-04-14 16:24:47.700490 [NOTICE] switch_loadable_module.c:269 Adding Application 'mutex'
[m [36m2016-04-14 16:24:47.700511 [NOTICE] switch_loadable_module.c:269 Adding Application 'page'
[m [36m2016-04-14 16:24:47.700518 [NOTICE] switch_loadable_module.c:269 Adding Application 'transfer'
[m [36m2016-04-14 16:24:47.700528 [NOTICE] switch_loadable_module.c:269 Adding Application 'check_acl'
[m [36m2016-04-14 16:24:47.700534 [NOTICE] switch_loadable_module.c:269 Adding Application 'verbose_events'
[m [36m2016-04-14 16:24:47.700541 [NOTICE] switch_loadable_module.c:269 Adding Application 'novideo'
[m [36m2016-04-14 16:24:47.700547 [NOTICE] switch_loadable_module.c:269 Adding Application 'cng_plc'
[m [36m2016-04-14 16:24:47.700552 [NOTICE] switch_loadable_module.c:269 Adding Application 'early_hangup'
[m [36m2016-04-14 16:24:47.700562 [NOTICE] switch_loadable_module.c:269 Adding Application 'sleep'
[m [36m2016-04-14 16:24:47.700575 [NOTICE] switch_loadable_module.c:269 Adding Application 'delay_echo'
[m [36m2016-04-14 16:24:47.700589 [NOTICE] switch_loadable_module.c:269 Adding Application 'strftime'
[m [36m2016-04-14 16:24:47.700600 [NOTICE] switch_loadable_module.c:269 Adding Application 'phrase'
[m [36m2016-04-14 16:24:47.700609 [NOTICE] switch_loadable_module.c:269 Adding Application 'eval'
[m [36m2016-04-14 16:24:47.700619 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_media_stats'
[m [36m2016-04-14 16:24:47.700634 [NOTICE] switch_loadable_module.c:269 Adding Application 'stop'
[m [36m2016-04-14 16:24:47.700645 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_zombie_exec'
[m [36m2016-04-14 16:24:47.700656 [NOTICE] switch_loadable_module.c:269 Adding Application 'pre_answer'
[m [36m2016-04-14 16:24:47.700720 [NOTICE] switch_loadable_module.c:269 Adding Application 'answer'
[m [36m2016-04-14 16:24:47.700729 [NOTICE] switch_loadable_module.c:269 Adding Application 'wait_for_answer'
[m [36m2016-04-14 16:24:47.700734 [NOTICE] switch_loadable_module.c:269 Adding Application 'hangup'
[m [36m2016-04-14 16:24:47.700739 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_name'
[m [36m2016-04-14 16:24:47.700744 [NOTICE] switch_loadable_module.c:269 Adding Application 'presence'
[m [36m2016-04-14 16:24:47.700749 [NOTICE] switch_loadable_module.c:269 Adding Application 'log'
[m [36m2016-04-14 16:24:47.700756 [NOTICE] switch_loadable_module.c:269 Adding Application 'info'
[m [36m2016-04-14 16:24:47.700761 [NOTICE] switch_loadable_module.c:269 Adding Application 'event'
[m [36m2016-04-14 16:24:47.700766 [NOTICE] switch_loadable_module.c:269 Adding Application 'sound_test'
[m [36m2016-04-14 16:24:47.700775 [NOTICE] switch_loadable_module.c:269 Adding Application 'export'
[m [36m2016-04-14 16:24:47.700786 [NOTICE] switch_loadable_module.c:269 Adding Application 'bridge_export'
[m [36m2016-04-14 16:24:47.700812 [NOTICE] switch_loadable_module.c:269 Adding Application 'set'
[m [36m2016-04-14 16:24:47.700824 [NOTICE] switch_loadable_module.c:269 Adding Application 'multiset'
[m [36m2016-04-14 16:24:47.700837 [NOTICE] switch_loadable_module.c:269 Adding Application 'push'
[m [36m2016-04-14 16:24:47.700848 [NOTICE] switch_loadable_module.c:269 Adding Application 'unshift'
[m [36m2016-04-14 16:24:47.700903 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_global'
[m [36m2016-04-14 16:24:47.700954 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_profile_var'
[m [36m2016-04-14 16:24:47.700983 [NOTICE] switch_loadable_module.c:269 Adding Application 'unset'
[m [36m2016-04-14 16:24:47.700988 [NOTICE] switch_loadable_module.c:269 Adding Application 'multiunset'
[m [36m2016-04-14 16:24:47.700995 [NOTICE] switch_loadable_module.c:269 Adding Application 'ring_ready'
[m [36m2016-04-14 16:24:47.701012 [NOTICE] switch_loadable_module.c:269 Adding Application 'remove_bugs'
[m [36m2016-04-14 16:24:47.701018 [NOTICE] switch_loadable_module.c:269 Adding Application 'break'
[m [36m2016-04-14 16:24:47.701029 [NOTICE] switch_loadable_module.c:269 Adding Application 'detect_speech'
[m [36m2016-04-14 16:24:47.701051 [NOTICE] switch_loadable_module.c:269 Adding Application 'play_and_detect_speech'
[m [36m2016-04-14 16:24:47.701073 [NOTICE] switch_loadable_module.c:269 Adding Application 'ivr'
[m [36m2016-04-14 16:24:47.701079 [NOTICE] switch_loadable_module.c:269 Adding Application 'redirect'
[m [36m2016-04-14 16:24:47.701086 [NOTICE] switch_loadable_module.c:269 Adding Application 'video_refresh'
[m [36m2016-04-14 16:24:47.701108 [NOTICE] switch_loadable_module.c:269 Adding Application 'send_info'
[m [36m2016-04-14 16:24:47.701114 [NOTICE] switch_loadable_module.c:269 Adding Application 'jitterbuffer'
[m [36m2016-04-14 16:24:47.701152 [NOTICE] switch_loadable_module.c:269 Adding Application 'send_display'
[m [36m2016-04-14 16:24:47.701179 [NOTICE] switch_loadable_module.c:269 Adding Application 'respond'
[m [36m2016-04-14 16:24:47.701202 [NOTICE] switch_loadable_module.c:269 Adding Application 'deflect'
[m [36m2016-04-14 16:24:47.701248 [NOTICE] switch_loadable_module.c:269 Adding Application 'recovery_refresh'
[m [36m2016-04-14 16:24:47.701276 [NOTICE] switch_loadable_module.c:269 Adding Application 'queue_dtmf'
[m [36m2016-04-14 16:24:47.701282 [NOTICE] switch_loadable_module.c:269 Adding Application 'send_dtmf'
[m [36m2016-04-14 16:24:47.701290 [NOTICE] switch_loadable_module.c:269 Adding Application 'sched_cancel'
[m [36m2016-04-14 16:24:47.701308 [NOTICE] switch_loadable_module.c:269 Adding Application 'sched_hangup'
[m [36m2016-04-14 16:24:47.701317 [NOTICE] switch_loadable_module.c:269 Adding Application 'sched_broadcast'
[m [36m2016-04-14 16:24:47.701341 [NOTICE] switch_loadable_module.c:269 Adding Application 'sched_transfer'
[m [36m2016-04-14 16:24:47.701363 [NOTICE] switch_loadable_module.c:269 Adding Application 'execute_extension'
[m [36m2016-04-14 16:24:47.701370 [NOTICE] switch_loadable_module.c:269 Adding Application 'sched_heartbeat'
[m [36m2016-04-14 16:24:47.701391 [NOTICE] switch_loadable_module.c:269 Adding Application 'enable_heartbeat'
[m [36m2016-04-14 16:24:47.701398 [NOTICE] switch_loadable_module.c:269 Adding Application 'enable_keepalive'
[m [36m2016-04-14 16:24:47.701408 [NOTICE] switch_loadable_module.c:269 Adding Application 'media_reset'
[m [36m2016-04-14 16:24:47.701463 [NOTICE] switch_loadable_module.c:269 Adding Application 'mkdir'
[m [36m2016-04-14 16:24:47.701501 [NOTICE] switch_loadable_module.c:269 Adding Application 'rename'
[m [36m2016-04-14 16:24:47.701507 [NOTICE] switch_loadable_module.c:269 Adding Application 'transfer_vars'
[m [36m2016-04-14 16:24:47.701512 [NOTICE] switch_loadable_module.c:269 Adding Application 'soft_hold'
[m [36m2016-04-14 16:24:47.701518 [NOTICE] switch_loadable_module.c:269 Adding Application 'bind_meta_app'
[m [36m2016-04-14 16:24:47.701523 [NOTICE] switch_loadable_module.c:269 Adding Application 'unbind_meta_app'
[m [36m2016-04-14 16:24:47.701533 [NOTICE] switch_loadable_module.c:269 Adding Application 'block_dtmf'
[m [36m2016-04-14 16:24:47.701545 [NOTICE] switch_loadable_module.c:269 Adding Application 'unblock_dtmf'
[m [36m2016-04-14 16:24:47.701553 [NOTICE] switch_loadable_module.c:269 Adding Application 'intercept'
[m [36m2016-04-14 16:24:47.701595 [NOTICE] switch_loadable_module.c:269 Adding Application 'eavesdrop'
[m [36m2016-04-14 16:24:47.701618 [NOTICE] switch_loadable_module.c:269 Adding Application 'three_way'
[m [36m2016-04-14 16:24:47.701640 [NOTICE] switch_loadable_module.c:269 Adding Application 'set_user'
[m [36m2016-04-14 16:24:47.701650 [NOTICE] switch_loadable_module.c:269 Adding Application 'stop_dtmf'
[m [36m2016-04-14 16:24:47.701668 [NOTICE] switch_loadable_module.c:269 Adding Application 'start_dtmf'
[m [36m2016-04-14 16:24:47.701683 [NOTICE] switch_loadable_module.c:269 Adding Application 'stop_dtmf_generate'
[m [36m2016-04-14 16:24:47.701689 [NOTICE] switch_loadable_module.c:269 Adding Application 'start_dtmf_generate'
[m [36m2016-04-14 16:24:47.701694 [NOTICE] switch_loadable_module.c:269 Adding Application 'stop_tone_detect'
[m [36m2016-04-14 16:24:47.701699 [NOTICE] switch_loadable_module.c:269 Adding Application 'fax_detect'
[m [36m2016-04-14 16:24:47.701704 [NOTICE] switch_loadable_module.c:269 Adding Application 'tone_detect'
[m [36m2016-04-14 16:24:47.701714 [NOTICE] switch_loadable_module.c:269 Adding Application 'echo'
[m [36m2016-04-14 16:24:47.701725 [NOTICE] switch_loadable_module.c:269 Adding Application 'park'
[m [36m2016-04-14 16:24:47.701748 [NOTICE] switch_loadable_module.c:269 Adding Application 'park_state'
[m [36m2016-04-14 16:24:47.701758 [NOTICE] switch_loadable_module.c:269 Adding Application 'gentones'
[m [36m2016-04-14 16:24:47.701770 [NOTICE] switch_loadable_module.c:269 Adding Application 'playback'
[m [36m2016-04-14 16:24:47.701780 [NOTICE] switch_loadable_module.c:269 Adding Application 'endless_playback'
[m [36m2016-04-14 16:24:47.701790 [NOTICE] switch_loadable_module.c:269 Adding Application 'loop_playback'
[m [36m2016-04-14 16:24:47.701800 [NOTICE] switch_loadable_module.c:269 Adding Application 'att_xfer'
[m [36m2016-04-14 16:24:47.701811 [NOTICE] switch_loadable_module.c:269 Adding Application 'read'
[m [36m2016-04-14 16:24:47.701821 [NOTICE] switch_loadable_module.c:269 Adding Application 'play_and_get_digits'
[m [36m2016-04-14 16:24:47.701833 [NOTICE] switch_loadable_module.c:269 Adding Application 'stop_record_session'
[m [36m2016-04-14 16:24:47.701845 [NOTICE] switch_loadable_module.c:269 Adding Application 'record_session'
[m [36m2016-04-14 16:24:47.701857 [NOTICE] switch_loadable_module.c:269 Adding Application 'record_session_mask'
[m [36m2016-04-14 16:24:47.701915 [NOTICE] switch_loadable_module.c:269 Adding Application 'record_session_unmask'
[m [36m2016-04-14 16:24:47.701930 [NOTICE] switch_loadable_module.c:269 Adding Application 'record'
[m [36m2016-04-14 16:24:47.701936 [NOTICE] switch_loadable_module.c:269 Adding Application 'preprocess'
[m [36m2016-04-14 16:24:47.701952 [NOTICE] switch_loadable_module.c:269 Adding Application 'stop_displace_session'
[m [36m2016-04-14 16:24:47.701989 [NOTICE] switch_loadable_module.c:269 Adding Application 'displace_session'
[m [36m2016-04-14 16:24:47.701994 [NOTICE] switch_loadable_module.c:269 Adding Application 'speak'
[m [36m2016-04-14 16:24:47.702010 [NOTICE] switch_loadable_module.c:269 Adding Application 'clear_speech_cache'
[m [36m2016-04-14 16:24:47.702016 [NOTICE] switch_loadable_module.c:269 Adding Application 'bridge'
[m [36m2016-04-14 16:24:47.702031 [NOTICE] switch_loadable_module.c:269 Adding Application 'system'
[m [36m2016-04-14 16:24:47.702037 [NOTICE] switch_loadable_module.c:269 Adding Application 'bgsystem'
[m [36m2016-04-14 16:24:47.702048 [NOTICE] switch_loadable_module.c:269 Adding Application 'say'
[m [36m2016-04-14 16:24:47.702058 [NOTICE] switch_loadable_module.c:269 Adding Application 'wait_for_silence'
[m [36m2016-04-14 16:24:47.702082 [NOTICE] switch_loadable_module.c:269 Adding Application 'session_loglevel'
[m [36m2016-04-14 16:24:47.702094 [NOTICE] switch_loadable_module.c:269 Adding Application 'limit'
[m [36m2016-04-14 16:24:47.702114 [NOTICE] switch_loadable_module.c:269 Adding Application 'limit_hash'
[m [36m2016-04-14 16:24:47.702120 [NOTICE] switch_loadable_module.c:269 Adding Application 'limit_execute'
[m [36m2016-04-14 16:24:47.702158 [NOTICE] switch_loadable_module.c:269 Adding Application 'limit_hash_execute'
[m [36m2016-04-14 16:24:47.702167 [NOTICE] switch_loadable_module.c:269 Adding Application 'pickup'
[m [36m2016-04-14 16:24:47.702223 [NOTICE] switch_loadable_module.c:269 Adding Application 'deduplicate_dtmf'
[m [36m2016-04-14 16:24:47.702253 [NOTICE] switch_loadable_module.c:315 Adding API Function 'strepoch'
[m [36m2016-04-14 16:24:47.702259 [NOTICE] switch_loadable_module.c:315 Adding API Function 'page'
[m [36m2016-04-14 16:24:47.702264 [NOTICE] switch_loadable_module.c:315 Adding API Function 'strmicroepoch'
[m [36m2016-04-14 16:24:47.702269 [NOTICE] switch_loadable_module.c:315 Adding API Function 'chat'
[m [36m2016-04-14 16:24:47.702275 [NOTICE] switch_loadable_module.c:315 Adding API Function 'strftime'
[m [36m2016-04-14 16:24:47.702283 [NOTICE] switch_loadable_module.c:315 Adding API Function 'presence'
[m [36m2016-04-14 16:24:47.702291 [NOTICE] switch_loadable_module.c:365 Adding File Format 'file_string'
[m [36m2016-04-14 16:24:47.702309 [NOTICE] switch_loadable_module.c:365 Adding File Format 'file'
[m [36m2016-04-14 16:24:47.702315 [NOTICE] switch_loadable_module.c:450 Adding Chat interface 'event'
[m [36m2016-04-14 16:24:47.702324 [NOTICE] switch_loadable_module.c:450 Adding Chat interface 'api'
[m [m2016-04-14 16:24:47.702801 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_expr]
[m [36m2016-04-14 16:24:47.702841 [NOTICE] switch_loadable_module.c:315 Adding API Function 'expr'
[m [32m2016-04-14 16:24:47.703888 [INFO] switch_core_sqldb.c:1693 fifo Starting SQL thread.
[m [32m2016-04-14 16:24:47.804884 [INFO] mod_fifo.c:4626 cool...@192.168.26.233 configured
[m [m2016-04-14 16:24:47.805017 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_fifo]
[m [36m2016-04-14 16:24:47.805059 [NOTICE] switch_loadable_module.c:269 Adding Application 'fifo'
[m [36m2016-04-14 16:24:47.805097 [NOTICE] switch_loadable_module.c:269 Adding Application 'fifo_track_call'
[m [36m2016-04-14 16:24:47.805145 [NOTICE] switch_loadable_module.c:315 Adding API Function 'fifo'
[m [36m2016-04-14 16:24:47.805153 [NOTICE] switch_loadable_module.c:315 Adding API Function 'fifo_member'
[m [36m2016-04-14 16:24:47.805159 [NOTICE] switch_loadable_module.c:315 Adding API Function 'fifo_add_outbound'
[m [36m2016-04-14 16:24:47.805174 [NOTICE] switch_loadable_module.c:315 Adding API Function 'fifo_check_bridge'
[m [m2016-04-14 16:24:47.805739 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_hash]
[m [36m2016-04-14 16:24:47.805784 [NOTICE] switch_loadable_module.c:269 Adding Application 'hash'
[m [36m2016-04-14 16:24:47.805810 [NOTICE] switch_loadable_module.c:315 Adding API Function 'hash'
[m [36m2016-04-14 16:24:47.805817 [NOTICE] switch_loadable_module.c:315 Adding API Function 'hash_dump'
[m [36m2016-04-14 16:24:47.805824 [NOTICE] switch_loadable_module.c:315 Adding API Function 'hash_remote'
[m [36m2016-04-14 16:24:47.805832 [NOTICE] switch_loadable_module.c:523 Adding Limit interface 'hash'
[m [32m2016-04-14 16:24:47.806857 [INFO] mod_voicemail.c:792 Added Profile default
[m [m2016-04-14 16:24:47.806930 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_voicemail]
[m [36m2016-04-14 16:24:47.806937 [NOTICE] switch_loadable_module.c:269 Adding Application 'voicemail'
[m [36m2016-04-14 16:24:47.806988 [NOTICE] switch_loadable_module.c:315 Adding API Function 'voicemail'
[m [36m2016-04-14 16:24:47.807007 [NOTICE] switch_loadable_module.c:315 Adding API Function 'voicemail_inject'
[m [36m2016-04-14 16:24:47.807022 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_inject'
[m [36m2016-04-14 16:24:47.807028 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_boxcount'
[m [36m2016-04-14 16:24:47.807070 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_prefs'
[m [36m2016-04-14 16:24:47.807079 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_delete'
[m [36m2016-04-14 16:24:47.807086 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_read'
[m [36m2016-04-14 16:24:47.807094 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_list'
[m [36m2016-04-14 16:24:47.807114 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_auth_login'
[m [36m2016-04-14 16:24:47.807139 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_count'
[m [36m2016-04-14 16:24:47.807157 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_list'
[m [36m2016-04-14 16:24:47.807205 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_get'
[m [36m2016-04-14 16:24:47.807233 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_delete'
[m [36m2016-04-14 16:24:47.807239 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_undelete'
[m [36m2016-04-14 16:24:47.807247 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_email'
[m [36m2016-04-14 16:24:47.807256 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_purge'
[m [36m2016-04-14 16:24:47.807267 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_save'
[m [36m2016-04-14 16:24:47.807280 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_msg_forward'
[m [36m2016-04-14 16:24:47.807354 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_pref_greeting_set'
[m [36m2016-04-14 16:24:47.807370 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_pref_greeting_get'
[m [36m2016-04-14 16:24:47.807376 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_pref_recname_set'
[m [36m2016-04-14 16:24:47.807383 [NOTICE] switch_loadable_module.c:315 Adding API Function 'vm_fsdb_pref_password_set'
[m [m2016-04-14 16:24:47.807720 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_esf]
[m [36m2016-04-14 16:24:47.807760 [NOTICE] switch_loadable_module.c:269 Adding Application 'esf_page_group'
[m [m2016-04-14 16:24:47.808180 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_fsv]
[m [36m2016-04-14 16:24:47.808207 [NOTICE] switch_loadable_module.c:269 Adding Application 'play_fsv'
[m [36m2016-04-14 16:24:47.808245 [NOTICE] switch_loadable_module.c:269 Adding Application 'record_fsv'
[m [36m2016-04-14 16:24:47.808253 [NOTICE] switch_loadable_module.c:365 Adding File Format 'fsv'
[m [36m2016-04-14 16:24:47.808745 [NOTICE] mod_cluechoo.c:83 Hello World!
[m [m2016-04-14 16:24:47.808772 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_cluechoo]
[m [36m2016-04-14 16:24:47.808779 [NOTICE] switch_loadable_module.c:269 Adding Application 'cluechoo'
[m [36m2016-04-14 16:24:47.808808 [NOTICE] switch_loadable_module.c:315 Adding API Function 'cluechoo'
[m [m2016-04-14 16:24:47.809167 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_valet_parking]
[m [36m2016-04-14 16:24:47.809204 [NOTICE] switch_loadable_module.c:269 Adding Application 'valet_park'
[m [36m2016-04-14 16:24:47.809240 [NOTICE] switch_loadable_module.c:315 Adding API Function 'valet_info'
[m [36m2016-04-14 16:24:47.809565 [NOTICE] mod_httapi.c:2162 Profile [default] JSON Function [http://www.freeswitch.org/api/index.cgi]
[m [m2016-04-14 16:24:47.809618 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_httapi]
[m [36m2016-04-14 16:24:47.809626 [NOTICE] switch_loadable_module.c:269 Adding Application 'httapi'
[m [36m2016-04-14 16:24:47.809652 [NOTICE] switch_loadable_module.c:315 Adding API Function 'httapi'
[m [36m2016-04-14 16:24:47.809662 [NOTICE] switch_loadable_module.c:365 Adding File Format 'http'
[m [36m2016-04-14 16:24:47.809692 [NOTICE] switch_loadable_module.c:365 Adding File Format 'https'
[m [m2016-04-14 16:24:47.809930 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_dialplan_xml]
[m [36m2016-04-14 16:24:47.809967 [NOTICE] switch_loadable_module.c:227 Adding Dialplan 'XML'
[m [m2016-04-14 16:24:47.810328 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_dialplan_asterisk]
[m [36m2016-04-14 16:24:47.810358 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'SIP'
[m [36m2016-04-14 16:24:47.810387 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'IAX2'
[m [36m2016-04-14 16:24:47.810396 [NOTICE] switch_loadable_module.c:227 Adding Dialplan 'asterisk'
[m [36m2016-04-14 16:24:47.810404 [NOTICE] switch_loadable_module.c:269 Adding Application 'Dial'
[m [36m2016-04-14 16:24:47.810433 [NOTICE] switch_loadable_module.c:269 Adding Application 'Goto'
[m [36m2016-04-14 16:24:47.810441 [NOTICE] switch_loadable_module.c:269 Adding Application 'AvoidingDeadlock'
[m [m2016-04-14 16:24:47.832803 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_spandsp]
[m [36m2016-04-14 16:24:47.832817 [NOTICE] switch_loadable_module.c:149 Adding Endpoint 'modem'
[m [36m2016-04-14 16:24:47.832851 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 10ms 64000bps
[m [36m2016-04-14 16:24:47.832855 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 20ms 64000bps
[m [36m2016-04-14 16:24:47.832857 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 30ms 64000bps
[m [36m2016-04-14 16:24:47.832858 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 40ms 64000bps
[m [36m2016-04-14 16:24:47.832859 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 50ms 64000bps
[m [36m2016-04-14 16:24:47.832860 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 6 ADPCM (IMA) 16000hz 60ms 64000bps
[m [36m2016-04-14 16:24:47.832862 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 10ms 32000bps
[m [36m2016-04-14 16:24:47.832867 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 20ms 32000bps
[m [36m2016-04-14 16:24:47.832868 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 30ms 32000bps
[m [36m2016-04-14 16:24:47.832869 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 40ms 32000bps
[m [36m2016-04-14 16:24:47.832870 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 50ms 32000bps
[m [36m2016-04-14 16:24:47.832872 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 60ms 32000bps
[m [36m2016-04-14 16:24:47.832873 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 70ms 32000bps
[m [36m2016-04-14 16:24:47.832874 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 80ms 32000bps
[m [36m2016-04-14 16:24:47.833064 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 90ms 32000bps
[m [36m2016-04-14 16:24:47.833069 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 100ms 32000bps
[m [36m2016-04-14 16:24:47.833071 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 110ms 32000bps
[m [36m2016-04-14 16:24:47.833072 [NOTICE] switch_loadable_module.c:192 Adding Codec DVI4 5 ADPCM (IMA) 8000hz 120ms 32000bps
[m [36m2016-04-14 16:24:47.833105 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 10ms 16000bps
[m [36m2016-04-14 16:24:47.833109 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 20ms 16000bps
[m [36m2016-04-14 16:24:47.833111 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 30ms 16000bps
[m [36m2016-04-14 16:24:47.833113 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 40ms 16000bps
[m [36m2016-04-14 16:24:47.833115 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 50ms 16000bps
[m [36m2016-04-14 16:24:47.833116 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 60ms 16000bps
[m [36m2016-04-14 16:24:47.833118 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 70ms 16000bps
[m [36m2016-04-14 16:24:47.833120 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 80ms 16000bps
[m [36m2016-04-14 16:24:47.833122 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 90ms 16000bps
[m [36m2016-04-14 16:24:47.833124 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 100ms 16000bps
[m [36m2016-04-14 16:24:47.833125 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 110ms 16000bps
[m [36m2016-04-14 16:24:47.833127 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-16 124 G.726 16k (AAL2) 8000hz 120ms 16000bps
[m [36m2016-04-14 16:24:47.833137 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 10ms 16000bps
[m [36m2016-04-14 16:24:47.833139 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 20ms 16000bps
[m [36m2016-04-14 16:24:47.833141 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 30ms 16000bps
[m [36m2016-04-14 16:24:47.833146 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 40ms 16000bps
[m [36m2016-04-14 16:24:47.833147 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 50ms 16000bps
[m [36m2016-04-14 16:24:47.833148 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 60ms 16000bps
[m [36m2016-04-14 16:24:47.833150 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 70ms 16000bps
[m [36m2016-04-14 16:24:47.833151 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 80ms 16000bps
[m [36m2016-04-14 16:24:47.833152 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 90ms 16000bps
[m [36m2016-04-14 16:24:47.833153 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 100ms 16000bps
[m [36m2016-04-14 16:24:47.833171 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 110ms 16000bps
[m [36m2016-04-14 16:24:47.833174 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-16 124 G.726 16k 8000hz 120ms 16000bps
[m [36m2016-04-14 16:24:47.833199 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 10ms 24000bps
[m [36m2016-04-14 16:24:47.833201 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 20ms 24000bps
[m [36m2016-04-14 16:24:47.833203 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 30ms 24000bps
[m [36m2016-04-14 16:24:47.833204 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 40ms 24000bps
[m [36m2016-04-14 16:24:47.833206 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 50ms 24000bps
[m [36m2016-04-14 16:24:47.833207 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 60ms 24000bps
[m [36m2016-04-14 16:24:47.833208 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 70ms 24000bps
[m [36m2016-04-14 16:24:47.833210 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 80ms 24000bps
[m [36m2016-04-14 16:24:47.833216 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 90ms 24000bps
[m [36m2016-04-14 16:24:47.833218 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 100ms 24000bps
[m [36m2016-04-14 16:24:47.833220 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 110ms 24000bps
[m [36m2016-04-14 16:24:47.833222 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-24 123 G.726 24k (AAL2) 8000hz 120ms 24000bps
[m [36m2016-04-14 16:24:47.833251 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 10ms 24000bps
[m [36m2016-04-14 16:24:47.833267 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 20ms 24000bps
[m [36m2016-04-14 16:24:47.833269 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 30ms 24000bps
[m [36m2016-04-14 16:24:47.833270 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 40ms 24000bps
[m [36m2016-04-14 16:24:47.833273 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 50ms 24000bps
[m [36m2016-04-14 16:24:47.833274 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 60ms 24000bps
[m [36m2016-04-14 16:24:47.833276 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 70ms 24000bps
[m [36m2016-04-14 16:24:47.833277 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 80ms 24000bps
[m [36m2016-04-14 16:24:47.833278 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 90ms 24000bps
[m [36m2016-04-14 16:24:47.833279 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 100ms 24000bps
[m [36m2016-04-14 16:24:47.833281 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 110ms 24000bps
[m [36m2016-04-14 16:24:47.833282 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-24 123 G.726 24k 8000hz 120ms 24000bps
[m [36m2016-04-14 16:24:47.833308 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 10ms 32000bps
[m [36m2016-04-14 16:24:47.833310 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 20ms 32000bps
[m [36m2016-04-14 16:24:47.833312 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 30ms 32000bps
[m [36m2016-04-14 16:24:47.833313 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 40ms 32000bps
[m [36m2016-04-14 16:24:47.833315 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 50ms 32000bps
[m [36m2016-04-14 16:24:47.833316 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 60ms 32000bps
[m [36m2016-04-14 16:24:47.833318 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 70ms 32000bps
[m [36m2016-04-14 16:24:47.833319 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 80ms 32000bps
[m [36m2016-04-14 16:24:47.833353 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 90ms 32000bps
[m [36m2016-04-14 16:24:47.833355 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 100ms 32000bps
[m [36m2016-04-14 16:24:47.833356 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 110ms 32000bps
[m [36m2016-04-14 16:24:47.833357 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-32 122 G.726 32k (AAL2) 8000hz 120ms 32000bps
[m [36m2016-04-14 16:24:47.833408 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 10ms 32000bps
[m [36m2016-04-14 16:24:47.833412 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 20ms 32000bps
[m [36m2016-04-14 16:24:47.833414 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 30ms 32000bps
[m [36m2016-04-14 16:24:47.833416 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 40ms 32000bps
[m [36m2016-04-14 16:24:47.833418 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 50ms 32000bps
[m [36m2016-04-14 16:24:47.833420 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 60ms 32000bps
[m [36m2016-04-14 16:24:47.833421 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 70ms 32000bps
[m [36m2016-04-14 16:24:47.833423 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 80ms 32000bps
[m [36m2016-04-14 16:24:47.833425 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 90ms 32000bps
[m [36m2016-04-14 16:24:47.833426 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 100ms 32000bps
[m [36m2016-04-14 16:24:47.833448 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 110ms 32000bps
[m [36m2016-04-14 16:24:47.833459 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-32 122 G.726 32k 8000hz 120ms 32000bps
[m [36m2016-04-14 16:24:47.833468 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 10ms 40000bps
[m [36m2016-04-14 16:24:47.833470 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 20ms 40000bps
[m [36m2016-04-14 16:24:47.833472 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 30ms 40000bps
[m [36m2016-04-14 16:24:47.833474 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 40ms 40000bps
[m [36m2016-04-14 16:24:47.833476 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 50ms 40000bps
[m [36m2016-04-14 16:24:47.833477 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 60ms 40000bps
[m [36m2016-04-14 16:24:47.833479 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 70ms 40000bps
[m [36m2016-04-14 16:24:47.833480 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 80ms 40000bps
[m [36m2016-04-14 16:24:47.833482 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 90ms 40000bps
[m [36m2016-04-14 16:24:47.833483 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 100ms 40000bps
[m [36m2016-04-14 16:24:47.833485 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 110ms 40000bps
[m [36m2016-04-14 16:24:47.833486 [NOTICE] switch_loadable_module.c:192 Adding Codec AAL2-G726-40 121 G.726 40k (AAL2) 8000hz 120ms 40000bps
[m [36m2016-04-14 16:24:47.833521 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 10ms 40000bps
[m [36m2016-04-14 16:24:47.833524 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 20ms 40000bps
[m [36m2016-04-14 16:24:47.833526 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 30ms 40000bps
[m [36m2016-04-14 16:24:47.833529 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 40ms 40000bps
[m [36m2016-04-14 16:24:47.833530 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 50ms 40000bps
[m [36m2016-04-14 16:24:47.833532 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 60ms 40000bps
[m [36m2016-04-14 16:24:47.833533 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 70ms 40000bps
[m [36m2016-04-14 16:24:47.833535 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 80ms 40000bps
[m [36m2016-04-14 16:24:47.833536 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 90ms 40000bps
[m [36m2016-04-14 16:24:47.833538 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 100ms 40000bps
[m [36m2016-04-14 16:24:47.833548 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 110ms 40000bps
[m [36m2016-04-14 16:24:47.833550 [NOTICE] switch_loadable_module.c:192 Adding Codec G726-40 121 G.726 40k 8000hz 120ms 40000bps
[m [36m2016-04-14 16:24:47.833560 [NOTICE] switch_loadable_module.c:192 Adding Codec G722 9 G.722 16000hz 10ms 64000bps
[m [36m2016-04-14 16:24:47.833562 [NOTICE] switch_loadable_module.c:192 Adding Codec G722 9 G.722 16000hz 20ms 64000bps
[m [36m2016-04-14 16:24:47.833564 [NOTICE] switch_loadable_module.c:192 Adding Codec G722 9 G.722 16000hz 30ms 64000bps
[m [36m2016-04-14 16:24:47.833565 [NOTICE] switch_loadable_module.c:192 Adding Codec G722 9 G.722 16000hz 40ms 64000bps
[m [36m2016-04-14 16:24:47.833567 [NOTICE] switch_loadable_module.c:192 Adding Codec G722 9 G.722 16000hz 50ms 64000bps
[m [36m2016-04-14 16:24:47.833569 [NOTICE] switch_loadable_module.c:192 Adding Codec G722 9 G.722 16000hz 60ms 64000bps
[m [36m2016-04-14 16:24:47.833575 [NOTICE] switch_loadable_module.c:192 Adding Codec GSM 3 GSM 8000hz 20ms 13200bps
[m [36m2016-04-14 16:24:47.833577 [NOTICE] switch_loadable_module.c:192 Adding Codec GSM 3 GSM 8000hz 40ms 13200bps
[m [36m2016-04-14 16:24:47.833591 [NOTICE] switch_loadable_module.c:192 Adding Codec GSM 3 GSM 8000hz 60ms 13200bps
[m [36m2016-04-14 16:24:47.833592 [NOTICE] switch_loadable_module.c:192 Adding Codec GSM 3 GSM 8000hz 80ms 13200bps
[m [36m2016-04-14 16:24:47.833594 [NOTICE] switch_loadable_module.c:192 Adding Codec GSM 3 GSM 8000hz 100ms 13200bps
[m [36m2016-04-14 16:24:47.833596 [NOTICE] switch_loadable_module.c:192 Adding Codec GSM 3 GSM 8000hz 120ms 13200bps
[m [36m2016-04-14 16:24:47.833605 [NOTICE] switch_loadable_module.c:192 Adding Codec LPC 7 LPC-10 8000hz 90ms 2400bps
[m [36m2016-04-14 16:24:47.833612 [NOTICE] switch_loadable_module.c:269 Adding Application 't38_gateway'
[m [36m2016-04-14 16:24:47.833640 [NOTICE] switch_loadable_module.c:269 Adding Application 'rxfax'
[m [36m2016-04-14 16:24:47.833649 [NOTICE] switch_loadable_module.c:269 Adding Application 'txfax'
[m [36m2016-04-14 16:24:47.833674 [NOTICE] switch_loadable_module.c:269 Adding Application 'stopfax'
[m [36m2016-04-14 16:24:47.833690 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_stop_dtmf'
[m [36m2016-04-14 16:24:47.833711 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_start_dtmf'
[m [36m2016-04-14 16:24:47.833727 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_stop_inject_tdd'
[m [36m2016-04-14 16:24:47.833758 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_inject_tdd'
[m [36m2016-04-14 16:24:47.833774 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_stop_detect_tdd'
[m [36m2016-04-14 16:24:47.833795 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_detect_tdd'
[m [36m2016-04-14 16:24:47.833800 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_send_tdd'
[m [36m2016-04-14 16:24:47.833808 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_start_fax_detect'
[m [36m2016-04-14 16:24:47.833833 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_stop_fax_detect'
[m [36m2016-04-14 16:24:47.833843 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_start_tone_detect'
[m [36m2016-04-14 16:24:47.833866 [NOTICE] switch_loadable_module.c:269 Adding Application 'spandsp_stop_tone_detect'
[m [36m2016-04-14 16:24:47.833887 [NOTICE] switch_loadable_module.c:315 Adding API Function 'spandsp_start_tone_detect'
[m [36m2016-04-14 16:24:47.833908 [NOTICE] switch_loadable_module.c:315 Adding API Function 'spandsp_stop_tone_detect'
[m [36m2016-04-14 16:24:47.833943 [NOTICE] switch_loadable_module.c:315 Adding API Function 'start_tdd_detect'
[m [36m2016-04-14 16:24:47.833950 [NOTICE] switch_loadable_module.c:315 Adding API Function 'stop_tdd_detect'
[m [36m2016-04-14 16:24:47.833961 [NOTICE] switch_loadable_module.c:315 Adding API Function 'uuid_send_tdd'
[m [m2016-04-14 16:24:47.834451 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_g723_1]
[m [36m2016-04-14 16:24:47.834486 [NOTICE] switch_loadable_module.c:192 Adding Codec G723 4 G.723.1 6.3k 8000hz 120ms 6300bps
[m [36m2016-04-14 16:24:47.834490 [NOTICE] switch_loadable_module.c:192 Adding Codec G723 4 G.723.1 6.3k 8000hz 90ms 6300bps
[m [36m2016-04-14 16:24:47.834492 [NOTICE] switch_loadable_module.c:192 Adding Codec G723 4 G.723.1 6.3k 8000hz 60ms 6300bps
[m [36m2016-04-14 16:24:47.834493 [NOTICE] switch_loadable_module.c:192 Adding Codec G723 4 G.723.1 6.3k 8000hz 30ms 6300bps
[m [m2016-04-14 16:24:47.834831 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_g729]
[m [36m2016-04-14 16:24:47.834864 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 10ms 8000bps
[m [36m2016-04-14 16:24:47.834868 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 20ms 8000bps
[m [36m2016-04-14 16:24:47.834869 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 30ms 8000bps
[m [36m2016-04-14 16:24:47.834871 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 40ms 8000bps
[m [36m2016-04-14 16:24:47.834872 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 50ms 8000bps
[m [36m2016-04-14 16:24:47.834874 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 60ms 8000bps
[m [36m2016-04-14 16:24:47.834875 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 70ms 8000bps
[m [36m2016-04-14 16:24:47.834877 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 80ms 8000bps
[m [36m2016-04-14 16:24:47.834878 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 90ms 8000bps
[m [36m2016-04-14 16:24:47.834879 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 100ms 8000bps
[m [36m2016-04-14 16:24:47.834881 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 110ms 8000bps
[m [36m2016-04-14 16:24:47.834882 [NOTICE] switch_loadable_module.c:192 Adding Codec G729 18 G.729 8000hz 120ms 8000bps
[m [m2016-04-14 16:24:47.835161 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_amr]
[m [36m2016-04-14 16:24:47.835194 [NOTICE] switch_loadable_module.c:192 Adding Codec AMR 96 AMR 8000hz 20ms 12200bps
[m [m2016-04-14 16:24:47.835518 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_h26x]
[m [36m2016-04-14 16:24:47.835555 [NOTICE] switch_loadable_module.c:198 Adding Codec H264 97 H.264 Video (passthru) 90000hz 0ms (VBR)
[m [36m2016-04-14 16:24:47.835587 [NOTICE] switch_loadable_module.c:198 Adding Codec H263 34 H.263 Video (passthru) 90000hz 0ms (VBR)
[m [36m2016-04-14 16:24:47.835596 [NOTICE] switch_loadable_module.c:198 Adding Codec H263-1998 115 H.263+ Video (passthru) 90000hz 0ms (VBR)
[m [36m2016-04-14 16:24:47.835604 [NOTICE] switch_loadable_module.c:198 Adding Codec H263-2000 121 H.263++ Video (passthru) 90000hz 0ms (VBR)
[m [36m2016-04-14 16:24:47.835611 [NOTICE] switch_loadable_module.c:198 Adding Codec H261 31 H.261 Video (passthru) 90000hz 0ms (VBR)
[m [m2016-04-14 16:24:47.836013 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_vp8]
[m [36m2016-04-14 16:24:47.836064 [NOTICE] switch_loadable_module.c:198 Adding Codec VP8 99 VP8 Video (passthru) 90000hz 0ms (VBR)
[m [36m2016-04-14 16:24:47.836091 [NOTICE] switch_loadable_module.c:198 Adding Codec red 103 red Video (passthru) 90000hz 0ms (VBR)
[m [36m2016-04-14 16:24:47.836100 [NOTICE] switch_loadable_module.c:198 Adding Codec ulpfec 104 ulpfec Video (passthru) 90000hz 0ms (VBR)
[m [m2016-04-14 16:24:47.836377 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_b64]
[m [36m2016-04-14 16:24:47.836410 [NOTICE] switch_loadable_module.c:192 Adding Codec b64 116 B64 (STANDARD) 32000hz 20ms 684800bps
[m [36m2016-04-14 16:24:47.836414 [NOTICE] switch_loadable_module.c:192 Adding Codec b64 116 B64 (STANDARD) 16000hz 20ms 342400bps
[m [36m2016-04-14 16:24:47.836416 [NOTICE] switch_loadable_module.c:192 Adding Codec b64 116 B64 (STANDARD) 8000hz 20ms 171200bps
[m [m2016-04-14 16:24:47.836788 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_opus]
[m [36m2016-04-14 16:24:47.836823 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 8000hz 30ms (VBR)
[m [36m2016-04-14 16:24:47.836826 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 8000hz 30ms (VBR)
[m [36m2016-04-14 16:24:47.836828 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 8000hz 20ms (VBR)
[m [36m2016-04-14 16:24:47.836829 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 8000hz 20ms (VBR)
[m [36m2016-04-14 16:24:47.836831 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 8000hz 10ms (VBR)
[m [36m2016-04-14 16:24:47.836832 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 8000hz 10ms (VBR)
[m [36m2016-04-14 16:24:47.836833 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 48000hz 40ms (VBR)
[m [36m2016-04-14 16:24:47.836835 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 48000hz 20ms (VBR)
[m [36m2016-04-14 16:24:47.836836 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 48000hz 20ms (VBR)
[m [36m2016-04-14 16:24:47.836838 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 48000hz 10ms (VBR)
[m [36m2016-04-14 16:24:47.836839 [NOTICE] switch_loadable_module.c:198 Adding Codec opus 116 OPUS (STANDARD) 48000hz 10ms (VBR)
[m [32m2016-04-14 16:24:47.837436 [INFO] mod_sndfile.c:388 
LibSndFile Version : libsndfile-1.0.26pre5 Supported Formats
[m [32m================================================================================
[m [32mAIFF (Apple/SGI)  (extension "aiff")
[m [32mAU (Sun/NeXT)  (extension "au")
[m [32mAVR (Audio Visual Research)  (extension "avr")
[m [32mCAF (Apple Core Audio File)  (extension "caf")
[m [32mHTK (HMM Tool Kit)  (extension "htk")
[m [32mIFF (Amiga IFF/SVX8/SV16)  (extension "iff")
[m [32mMAT4 (GNU Octave 2.0 / Matlab 4.2)  (extension "mat")
[m [32mMAT5 (GNU Octave 2.1 / Matlab 5.0)  (extension "mat")
[m [32mMPC (Akai MPC 2k)  (extension "mpc")
[m [32mPAF (Ensoniq PARIS)  (extension "paf")
[m [32mPVF (Portable Voice Format)  (extension "pvf")
[m [32mRAW (header-less)  (extension "raw")
[m [32mRF64 (RIFF 64)  (extension "rf64")
[m [32mSD2 (Sound Designer II)  (extension "sd2")
[m [32mSDS (Midi Sample Dump Standard)  (extension "sds")
[m [32mSF (Berkeley/IRCAM/CARL)  (extension "sf")
[m [32mVOC (Creative Labs)  (extension "voc")
[m [32mW64 (SoundFoundry WAVE 64)  (extension "w64")
[m [32mWAV (Microsoft)  (extension "wav")
[m [32mWAV (NIST Sphere)  (extension "wav")
[m [32mWAVEX (Microsoft)  (extension "wav")
[m [32mWVE (Psion Series 3)  (extension "wve")
[m [32mXI (FastTracker 2)  (extension "xi")
[m [36m================================================================================
[m [m2016-04-14 16:24:47.837495 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_sndfile]
[m [36m2016-04-14 16:24:47.837502 [NOTICE] switch_loadable_module.c:365 Adding File Format 'aiff'
[m [36m2016-04-14 16:24:47.837542 [NOTICE] switch_loadable_module.c:365 Adding File Format 'au'
[m [36m2016-04-14 16:24:47.837553 [NOTICE] switch_loadable_module.c:365 Adding File Format 'avr'
[m [36m2016-04-14 16:24:47.837560 [NOTICE] switch_loadable_module.c:365 Adding File Format 'caf'
[m [36m2016-04-14 16:24:47.837568 [NOTICE] switch_loadable_module.c:365 Adding File Format 'htk'
[m [36m2016-04-14 16:24:47.837576 [NOTICE] switch_loadable_module.c:365 Adding File Format 'iff'
[m [36m2016-04-14 16:24:47.837587 [NOTICE] switch_loadable_module.c:365 Adding File Format 'mat'
[m [36m2016-04-14 16:24:47.837594 [NOTICE] switch_loadable_module.c:365 Adding File Format 'mpc'
[m [36m2016-04-14 16:24:47.837606 [NOTICE] switch_loadable_module.c:365 Adding File Format 'paf'
[m [36m2016-04-14 16:24:47.837617 [NOTICE] switch_loadable_module.c:365 Adding File Format 'pvf'
[m [36m2016-04-14 16:24:47.837629 [NOTICE] switch_loadable_module.c:365 Adding File Format 'raw'
[m [36m2016-04-14 16:24:47.837678 [NOTICE] switch_loadable_module.c:365 Adding File Format 'rf64'
[m [36m2016-04-14 16:24:47.837685 [NOTICE] switch_loadable_module.c:365 Adding File Format 'sd2'
[m [36m2016-04-14 16:24:47.837689 [NOTICE] switch_loadable_module.c:365 Adding File Format 'sds'
[m [36m2016-04-14 16:24:47.837695 [NOTICE] switch_loadable_module.c:365 Adding File Format 'sf'
[m [36m2016-04-14 16:24:47.837701 [NOTICE] switch_loadable_module.c:365 Adding File Format 'voc'
[m [36m2016-04-14 16:24:47.837737 [NOTICE] switch_loadable_module.c:365 Adding File Format 'w64'
[m [36m2016-04-14 16:24:47.837751 [NOTICE] switch_loadable_module.c:365 Adding File Format 'wav'
[m [36m2016-04-14 16:24:47.837756 [NOTICE] switch_loadable_module.c:365 Adding File Format 'wve'
[m [36m2016-04-14 16:24:47.837764 [NOTICE] switch_loadable_module.c:365 Adding File Format 'xi'
[m [36m2016-04-14 16:24:47.837769 [NOTICE] switch_loadable_module.c:365 Adding File Format 'r8'
[m [36m2016-04-14 16:24:47.837774 [NOTICE] switch_loadable_module.c:365 Adding File Format 'r16'
[m [36m2016-04-14 16:24:47.837779 [NOTICE] switch_loadable_module.c:365 Adding File Format 'r24'
[m [36m2016-04-14 16:24:47.837787 [NOTICE] switch_loadable_module.c:365 Adding File Format 'r32'
[m [36m2016-04-14 16:24:47.837793 [NOTICE] switch_loadable_module.c:365 Adding File Format 'gsm'
[m [36m2016-04-14 16:24:47.837801 [NOTICE] switch_loadable_module.c:365 Adding File Format 'ul'
[m [36m2016-04-14 16:24:47.837808 [NOTICE] switch_loadable_module.c:365 Adding File Format 'ulaw'
[m [36m2016-04-14 16:24:47.837817 [NOTICE] switch_loadable_module.c:365 Adding File Format 'al'
[m [36m2016-04-14 16:24:47.837866 [NOTICE] switch_loadable_module.c:365 Adding File Format 'alaw'
[m [36m2016-04-14 16:24:47.837872 [NOTICE] switch_loadable_module.c:365 Adding File Format 'adpcm'
[m [36m2016-04-14 16:24:47.837877 [NOTICE] switch_loadable_module.c:365 Adding File Format 'vox'
[m [m2016-04-14 16:24:47.838296 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_native_file]
[m [36m2016-04-14 16:24:47.838330 [NOTICE] switch_loadable_module.c:365 Adding File Format 'AAL2-G726-32'
[m [36m2016-04-14 16:24:47.838364 [NOTICE] switch_loadable_module.c:365 Adding File Format 'DVI4'
[m [36m2016-04-14 16:24:47.838373 [NOTICE] switch_loadable_module.c:365 Adding File Format 'PCMU'
[m [36m2016-04-14 16:24:47.838380 [NOTICE] switch_loadable_module.c:365 Adding File Format 'G722'
[m [36m2016-04-14 16:24:47.838387 [NOTICE] switch_loadable_module.c:365 Adding File Format 'opus'
[m [36m2016-04-14 16:24:47.838394 [NOTICE] switch_loadable_module.c:365 Adding File Format 'AAL2-G726-24'
[m [36m2016-04-14 16:24:47.838401 [NOTICE] switch_loadable_module.c:365 Adding File Format 'SPEEX'
[m [36m2016-04-14 16:24:47.838411 [NOTICE] switch_loadable_module.c:365 Adding File Format 'b64'
[m [36m2016-04-14 16:24:47.838447 [NOTICE] switch_loadable_module.c:365 Adding File Format 'AAL2-G726-40'
[m [36m2016-04-14 16:24:47.838453 [NOTICE] switch_loadable_module.c:365 Adding File Format 'L16'
[m [36m2016-04-14 16:24:47.838458 [NOTICE] switch_loadable_module.c:365 Adding File Format 'G726-16'
[m [36m2016-04-14 16:24:47.838470 [NOTICE] switch_loadable_module.c:365 Adding File Format 'PCMA'
[m [36m2016-04-14 16:24:47.838480 [NOTICE] switch_loadable_module.c:365 Adding File Format 'PROXY'
[m [36m2016-04-14 16:24:47.838495 [NOTICE] switch_loadable_module.c:365 Adding File Format 'G726-24'
[m [36m2016-04-14 16:24:47.838546 [NOTICE] switch_loadable_module.c:365 Adding File Format 'G729'
[m [36m2016-04-14 16:24:47.838575 [NOTICE] switch_loadable_module.c:365 Adding File Format 'AAL2-G726-16'
[m [36m2016-04-14 16:24:47.838580 [NOTICE] switch_loadable_module.c:365 Adding File Format 'G726-32'
[m [36m2016-04-14 16:24:47.838586 [NOTICE] switch_loadable_module.c:365 Adding File Format 'AMR'
[m [36m2016-04-14 16:24:47.838591 [NOTICE] switch_loadable_module.c:365 Adding File Format 'GSM'
[m [36m2016-04-14 16:24:47.838597 [NOTICE] switch_loadable_module.c:365 Adding File Format 'G726-40'
[m [36m2016-04-14 16:24:47.838602 [NOTICE] switch_loadable_module.c:365 Adding File Format 'H261'
[m [36m2016-04-14 16:24:47.838612 [NOTICE] switch_loadable_module.c:365 Adding File Format 'H264'
[m [36m2016-04-14 16:24:47.838623 [NOTICE] switch_loadable_module.c:365 Adding File Format 'VP8'
[m [36m2016-04-14 16:24:47.838635 [NOTICE] switch_loadable_module.c:365 Adding File Format 'H263-2000'
[m [36m2016-04-14 16:24:47.838646 [NOTICE] switch_loadable_module.c:365 Adding File Format 'PROXY-VID'
[m [36m2016-04-14 16:24:47.838677 [NOTICE] switch_loadable_module.c:365 Adding File Format 'red'
[m [36m2016-04-14 16:24:47.838684 [NOTICE] switch_loadable_module.c:365 Adding File Format 'H263'
[m [36m2016-04-14 16:24:47.838690 [NOTICE] switch_loadable_module.c:365 Adding File Format 'G723'
[m [36m2016-04-14 16:24:47.838699 [NOTICE] switch_loadable_module.c:365 Adding File Format 'LPC'
[m [36m2016-04-14 16:24:47.838741 [NOTICE] switch_loadable_module.c:365 Adding File Format 'ulpfec'
[m [36m2016-04-14 16:24:47.838771 [NOTICE] switch_loadable_module.c:365 Adding File Format 'H263-1998'
[m [m2016-04-14 16:24:47.840279 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_local_stream]
[m [36m2016-04-14 16:24:47.840325 [NOTICE] switch_loadable_module.c:315 Adding API Function 'hup_local_stream'
[m [36m2016-04-14 16:24:47.840386 [NOTICE] switch_loadable_module.c:315 Adding API Function 'reload_local_stream'
[m [36m2016-04-14 16:24:47.840407 [NOTICE] switch_loadable_module.c:315 Adding API Function 'stop_local_stream'
[m [36m2016-04-14 16:24:47.840416 [NOTICE] switch_loadable_module.c:315 Adding API Function 'start_local_stream'
[m [36m2016-04-14 16:24:47.840453 [NOTICE] switch_loadable_module.c:315 Adding API Function 'show_local_stream'
[m [36m2016-04-14 16:24:47.840461 [NOTICE] switch_loadable_module.c:365 Adding File Format 'local_stream'
[m [m2016-04-14 16:24:47.841676 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_tone_stream]
[m [36m2016-04-14 16:24:47.841714 [NOTICE] switch_loadable_module.c:365 Adding File Format 'tone_stream'
[m [36m2016-04-14 16:24:47.841728 [NOTICE] switch_loadable_module.c:365 Adding File Format 'silence_stream'
[m [31m2016-04-14 16:24:47.841888 [CRIT] switch_loadable_module.c:1447 Error Loading module /opt/freeswitch/mod/mod_v8.so
**/opt/freeswitch/mod/mod_v8.so: cannot open shared object file: No such file or directory**
[m [m2016-04-14 16:24:47.842987 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_lua]
[m [36m2016-04-14 16:24:47.842996 [NOTICE] switch_loadable_module.c:227 Adding Dialplan 'LUA'
[m [36m2016-04-14 16:24:47.843021 [NOTICE] switch_loadable_module.c:269 Adding Application 'lua'
[m [36m2016-04-14 16:24:47.843052 [NOTICE] switch_loadable_module.c:292 Adding Chat Application 'lua'
[m [36m2016-04-14 16:24:47.843060 [NOTICE] switch_loadable_module.c:315 Adding API Function 'luarun'
[m [36m2016-04-14 16:24:47.843066 [NOTICE] switch_loadable_module.c:315 Adding API Function 'lua'
[m [m2016-04-14 16:24:47.843319 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_say_en]
[m [36m2016-04-14 16:24:47.843353 [NOTICE] switch_loadable_module.c:471 Adding Say interface 'en'
[m [m2016-04-14 16:24:47.843387 [CONSOLE] switch_loadable_module.c:126 Starting runtime thread for mod_event_socket
[m [m2016-04-14 16:24:47.843484 [CONSOLE] switch_loadable_module.c:126 Starting runtime thread for CORE_SOFTTIMER_MODULE
[m [36m2016-04-14 16:24:47.843819 [NOTICE] switch_core.c:1326 Created ip list rfc6598.auto default (deny)
[m [36m2016-04-14 16:24:47.843823 [NOTICE] switch_utils.c:325 Adding 100.64.0.0/10 (allow) [] to list rfc6598.auto
[m [36m2016-04-14 16:24:47.843826 [NOTICE] switch_core.c:1332 Created ip list rfc1918.auto default (deny)
[m [36m2016-04-14 16:24:47.843827 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto
[m [36m2016-04-14 16:24:47.843829 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto
[m [36m2016-04-14 16:24:47.843831 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto
[m [36m2016-04-14 16:24:47.843833 [NOTICE] switch_utils.c:325 Adding fe80::/10 (allow) [] to list rfc1918.auto
[m [36m2016-04-14 16:24:47.843834 [NOTICE] switch_core.c:1341 Created ip list wan.auto default (allow)
[m [36m2016-04-14 16:24:47.843835 [NOTICE] switch_utils.c:325 Adding 0.0.0.0/8 (deny) [] to list wan.auto
[m [36m2016-04-14 16:24:47.843837 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (deny) [] to list wan.auto
[m [36m2016-04-14 16:24:47.843838 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (deny) [] to list wan.auto
[m [36m2016-04-14 16:24:47.843840 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (deny) [] to list wan.auto
[m [36m2016-04-14 16:24:47.843841 [NOTICE] switch_utils.c:325 Adding 169.254.0.0/16 (deny) [] to list wan.auto
[m [36m2016-04-14 16:24:47.843843 [NOTICE] switch_utils.c:325 Adding fe80::/10 (deny) [] to list wan.auto
[m [36m2016-04-14 16:24:47.843844 [NOTICE] switch_core.c:1352 Created ip list nat.auto default (deny)
[m [36m2016-04-14 16:24:47.843846 [NOTICE] switch_core.c:1354 Adding 192.168.26.233/255.255.255.0 (deny) to list nat.auto
[m [36m2016-04-14 16:24:47.843848 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (allow) [] to list nat.auto
[m [36m2016-04-14 16:24:47.843849 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (allow) [] to list nat.auto
[m [36m2016-04-14 16:24:47.843851 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (allow) [] to list nat.auto
[m [36m2016-04-14 16:24:47.843852 [NOTICE] switch_utils.c:325 Adding 100.64.0.0/10 (allow) [] to list nat.auto
[m [36m2016-04-14 16:24:47.843854 [NOTICE] switch_core.c:1364 Created ip list loopback.auto default (deny)
[m [36m2016-04-14 16:24:47.843855 [NOTICE] switch_utils.c:325 Adding 127.0.0.0/8 (allow) [] to list loopback.auto
[m [36m2016-04-14 16:24:47.843857 [NOTICE] switch_core.c:1370 Created ip list localnet.auto default (deny)
[m [36m2016-04-14 16:24:47.843858 [NOTICE] switch_core.c:1373 Adding 192.168.26.233/255.255.255.0 (allow) to list localnet.auto
[m [m2016-04-14 16:24:47.843862 [CONSOLE] switch_core.c:1400 Created ip list localhost default (allow)
[m [31m2016-04-14 16:24:47.843864 [ERR] switch_utils.c:299 Error Adding 127.0.0.1/255 (allow) [] to list localhost
[m [31m2016-04-14 16:24:47.843866 [ERR] switch_core.c:1475 Error Adding 127.0.0.1/255 (allow) to list localhost
[m [m2016-04-14 16:24:47.843868 [CONSOLE] switch_core.c:1400 Created ip list domains default (deny)
[m [m2016-04-14 16:24:47.843918 [CONSOLE] switch_core.c:2235 [m [33m [44m
.=============================================================.
|   _____              ______        _____ _____ ____ _   _   |
|  |  ___| __ ___  ___/ ___\ \      / /_ _|_   _/ ___| | | |  |
|  | |_ | '__/ _ \/ _ \___ \\ \ /\ / / | |  | || |   | |_| |  |
|  |  _|| | |  __/  __/___) |\ V  V /  | |  | || |___|  _  |  |
|  |_|  |_|  \___|\___|____/  \_/\_/  |___| |_| \____|_| |_|  |
|                                                             |
.=============================================================.
|   Anthony Minessale II, Michael Jerris, Brian West, Others  |
|   FreeSWITCH (http://www.freeswitch.org)                    |
|   Paypal Donations Appreciated: pay...@freeswitch.org       |
|   Brought to you by ClueCon http://www.cluecon.com/         |
.=============================================================.

.===============================================================.
|       _                                                       |
|   ___| |_   _  ___  ___ ___  _ __         ___ ___  _ __ ___   |
|  / __| | | | |/ _ \/ __/ _ \| '_ \       / __/ _ \| '_ ` _ \  |
| | (__| | |_| |  __/ (_| (_) | | | |  _  | (_| (_) | | | | | | |
|  \___|_|\__,_|\___|\___\___/|_| |_| (_)  \___\___/|_| |_| |_| |

Fred Dixon

unread,
Apr 14, 2016, 6:37:49 PM4/14/16
to BigBlueButton-dev
Hi,

FreeSWITCH may not be binding to the correct port.  Can you do 

  sudo su - root
  grep local_ip_v4 /opt/freeswitch/conf/vars.xml

and check that the output for local_ip_v4 matches 192.168.26.233.


Regards,... Fred

Roger

unread,
Apr 14, 2016, 7:06:50 PM4/14/16
to BigBlueButton-dev
This is what I get:

root@Cavalieri:~#  grep local_ip_v4 /opt/freeswitch/conf/vars.xml
      FreeSWICH will default to $${local_ip_v4} unless changed.  Changing this setting does
  <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>


Based on other newsgroup posts I saw, I added the sip.server.host to vars.xml.  Here is the full file:

# The ip and port the BBB SIP app is going to use                              
bbb.sip.app.ip=192.168.26.233
bbb.sip.app.port=5070

# The username and password the BBB SIP app to use to                          
# register with FreeSWITCH                                                     
sip.server.username=bbbuser
sip.server.password=secret
sip.server.host=192.168.26.233

# The ip and port of the FreeSWITCH server                                     
freeswitch.ip=192.168.26.233
freeswitch.port=5060

# The start/stop RTP port the application is going to use                      
# for the media stream.                                                        
startAudioPort=15000
stopAudioPort=16383

redis.host=127.0.0.1
redis.port=6379
redis.pass=


# If you want mjsip stack (red5/log/*access*.log) to minimize the amount of log\
s it                                                                           
# generates, set this to a lower value (e.g. 3).                               
sipStackDebugLevel=3


On Thursday, April 14, 2016 at 1:57:34 PM UTC-6, Fred Dixon wrote:

Richard Alam

unread,
Apr 15, 2016, 2:47:25 PM4/15/16
to BigBlueButton-dev
On Thu, Apr 14, 2016 at 7:06 PM, Roger <rmo...@ualberta.net> wrote:
This is what I get:

root@Cavalieri:~#  grep local_ip_v4 /opt/freeswitch/conf/vars.xml
      FreeSWICH will default to $${local_ip_v4} unless changed.  Changing this setting does
  <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>



Can you paste your vars.xml here?

Do you have the following?

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

  <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>

  <!-- Internal SIP Profile -->
  <X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
  <X-PRE-PROCESS cmd="set" data="internal_sip_port=5090"/>
  <X-PRE-PROCESS cmd="set" data="internal_tls_port=5061"/>
  <X-PRE-PROCESS cmd="set" data="internal_ssl_enable=false"/>


  <!-- External SIP Profile -->
  <X-PRE-PROCESS cmd="set" data="external_auth_calls=false"/>
  <X-PRE-PROCESS cmd="set" data="external_sip_port=5060"/>
  <X-PRE-PROCESS cmd="set" data="external_tls_port=5081"/>
  <X-PRE-PROCESS cmd="set" data="external_ssl_enable=false"/>



Please also do "netstat -antp" to see if FS is listening on port 5060.

Another way to test is to telnet to 192.168.26.233 to see if you can connect.

Roger

unread,
Apr 15, 2016, 4:38:36 PM4/15/16
to BigBlueButton-dev
I added this line, but am still getting the "Error: Could not detect FreeSWITCH listening on port 5060" error:


<X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>

Here is my full updated vars.xml file  TIA.

<include>
  <!-- Preprocessor Variables
       These are introduced when configuration strings must be consistent across modules.
       NOTICE: YOU CAN NOT COMMENT OUT AN X-PRE-PROCESS line, Remove the line instead.
      
       WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
      
       YOU SHOULD CHANGE THIS default_password value if you don't want to be subject to any
       toll fraud in the future.  It's your responsibility to secure your own system.
      
       This default config is used to demonstrate the feature set of FreeSWITCH.
      
       WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
  -->
  <X-PRE-PROCESS cmd="set" data="suppress_cng=true"/>
  <X-PRE-PROCESS cmd="set" data="default_password=1234"/>
  <!-- Did you change it yet? -->

  <X-PRE-PROCESS cmd="set" data="sound_prefix=$${sounds_dir}/en/us/callie"/>

  <X-PRE-PROCESS cmd="set" data="local_ip_v4=192.168.26.233"/>
 
  <!--
      This setting is what sets the default domain FreeSWITCH will use if all else fails.

     
      FreeSWICH will default to $${local_ip_v4} unless changed.  Changing this setting does
      affect the sip authentication.  Please review conf/directory/default.xml for more
      information on this topic.
  -->

  <X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
  <X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/>
  <X-PRE-PROCESS cmd="set" data="hold_music=local_stream://moh"/>
  <X-PRE-PROCESS cmd="set" data="use_profile=internal"/>

  <!--
      Enable ZRTP globally you can override this on a per channel basis
     
      http://wiki.freeswitch.org/wiki/ZRTP (on how to enable zrtp)
  -->
  <X-PRE-PROCESS cmd="set" data="zrtp_secure_media=true"/>

  <!--
       Examples of codec options: (module must be compiled and loaded)
      
       codecname[@8000h|16000h|32000h[@XXi]]
      
       XX is the frame size must be multples allowed for the codec
       FreeSWITCH can support 10-120ms on some codecs.
       We do not support exceeding the MTU of the RTP packet.


       iLBC@30i         - iLBC using mode=30 which will win in all cases.
       DVI4@8000h@20i   - IMA ADPCM 8kHz using 20ms ptime. (multiples of 10)
       DVI4@16000h@40i  - IMA ADPCM 16kHz using 40ms ptime. (multiples of 10)
       speex@8000h@20i  - Speex 8kHz using 20ms ptime.
       speex@16000h@20i - Speex 16kHz using 20ms ptime.
       speex@32000h@20i - Speex 32kHz using 20ms ptime.
       BV16             - BroadVoice 16kb/s narrowband, 8kHz
       BV32             - BroadVoice 32kb/s wideband, 16kHz
       G7221@16000h     - G722.1 16kHz (aka Siren 7)
       G7221@32000h     - G722.1C 32kHz (aka Siren 14)
       CELT@32000h      - CELT 32kHz, only 10ms supported
       CELT@48000h      - CELT 48kHz, only 10ms supported
       GSM@40i          - GSM 8kHz using 40ms ptime. (GSM is done in multiples of 20, Default is 20ms)
       G722             - G722 16kHz using default 20ms ptime. (multiples of 10)
       PCMU             - G711 8kHz ulaw using default 20ms ptime. (multiples of 10)
       PCMA             - G711 8kHz alaw using default 20ms ptime. (multiples of 10)
       G726-16          - G726 16kbit adpcm using default 20ms ptime. (multiples of 10)
       G726-24          - G726 24kbit adpcm using default 20ms ptime. (multiples of 10)
       G726-32          - G726 32kbit adpcm using default 20ms ptime. (multiples of 10)
       G726-40          - G726 40kbit adpcm using default 20ms ptime. (multiples of 10)
       AAL2-G726-16     - Same as G726-16 but using AAL2 packing. (multiples of 10)
       AAL2-G726-24     - Same as G726-24 but using AAL2 packing. (multiples of 10)
       AAL2-G726-32     - Same as G726-32 but using AAL2 packing. (multiples of 10)
       AAL2-G726-40     - Same as G726-40 but using AAL2 packing. (multiples of 10)
       LPC              - LPC10 using 90ms ptime (only supports 90ms at this time in FreeSWITCH)
       L16              - L16 isn't recommended for VoIP but you can do it. L16 can exceed the MTU rather quickly.
      
       These are the passthru audio codecs:
      
       G729             - G729 in passthru mode. (mod_g729)
       G723             - G723.1 in passthru mode. (mod_g723_1)
       AMR              - AMR in passthru mode. (mod_amr)
      
       These are the passthru video codecs: (mod_h26x)
      
       H261             - H.261 Video
       H263             - H.263 Video
       H263-1998        - H.263-1998 Video
       H263-2000        - H.263-2000 Video
       H264             - H.264 Video
      
       RTP Dynamic Payload Numbers currently used in FreeSWITCH and what for.

       96  - AMR
       97  - iLBC (30)
       98  - iLBC (20)
       99  - Speex 8kHz, 16kHz, 32kHz
       100 -
       101 - telephone-event
       102 -
       103 -
       104 -
       105 -
       106 - BV16
       107 - G722.1 (16kHz)
       108 -
       109 -
       110 -
       111 -
       112 -
       113 -
       114 - CELT 32kHz, 48kHz
       115 - G722.1C (32kHz)
       116 -
       117 - SILK 8kHz
       118 - SILK 12kHz
       119 - SILK 16kHz
       120 - SILK 24kHz
       121 - AAL2-G726-40 && G726-40
       122 - AAL2-G726-32 && G726-32
       123 - AAL2-G726-24 && G726-24
       124 - AAL2-G726-16 && G726-16
       125 -
       126 -
       127 - BV32

  <X-PRE-PROCESS cmd="set" data="global_codec_prefs=G722,PCMU,PCMA,GSM"/>
  <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=PCMU,PCMA,GSM"/>

  -->
        <X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,speex@16000h@20i,speex@8000h@20i,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM" />
        <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=speex@16000h@20i,PCMU,PCMA,GSM" />

  <!--
      xmpp_client_profile and xmpp_server_profile
      xmpp_client_profile can be any string.
      xmpp_server_profile is appended to "dingaling_" to form the database name
      containing the "subscriptions" table.
      used by: dingaling.conf.xml enum.conf.xml
  -->

  <X-PRE-PROCESS cmd="set" data="xmpp_client_profile=xmppc"/>
  <X-PRE-PROCESS cmd="set" data="xmpp_server_profile=xmpps"/>
  <!--
       THIS IS ONLY USED FOR DINGALING

       bind_server_ip

       Can be an ip address, a dns name, or "auto".
       This determines an ip address available on this host to bind.
       If you are separating RTP and SIP traffic, you will want to have
       use different addresses where this variable appears.
       Used by: dingaling.conf.xml
  -->
  <X-PRE-PROCESS cmd="set" data="bind_server_ip=192.168.26.233"/>

  <!-- NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
      
       If you're going to load test FreeSWITCH please input real IP addresses
       for external_rtp_ip and external_sip_ip
  -->

  <!-- external_rtp_ip
       Can be an one of:
           ip address: "12.34.56.78"
           a stun server lookup: "stun:stun.server.com"
           a DNS name: "host:host.server.com"
       where fs.mydomain.com is a DNS A record-useful when fs is on
       a dynamic IP address, and uses a dynamic DNS updater.
       If unspecified, the bind_server_ip value is used.
       Used by: sofia.conf.xml dingaling.conf.xml
  -->
  <X-PRE-PROCESS cmd="set" data="external_rtp_ip=192.168.26.233"/>

  <!-- external_sip_ip
      Used as the public IP address for SDP.
       Can be an one of:
           ip address: "12.34.56.78"
           a stun server lookup: "stun:stun.server.com"
           a DNS name: "host:host.server.com"
       where fs.mydomain.com is a DNS A record-useful when fs is on
       a dynamic IP address, and uses a dynamic DNS updater.
       If unspecified, the bind_server_ip value is used.
       Used by: sofia.conf.xml dingaling.conf.xml
  -->
  <X-PRE-PROCESS cmd="set" data="external_sip_ip=stun:stun.freeswitch.org"/>

  <!-- unroll-loops
       Used to turn on sip loopback unrolling.
  -->
  <X-PRE-PROCESS cmd="set" data="unroll_loops=true"/>

  <!-- outbound_caller_id and outbound_caller_name
       The caller ID telephone number we should use when calling out.
       Used by: conference.conf.xml and user directory for default
       outbound callerid name and number.
  -->
  <X-PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
  <X-PRE-PROCESS cmd="set" data="outbound_caller_id=0000000000"/>

  <!-- various debug and defaults -->
  <X-PRE-PROCESS cmd="set" data="call_debug=false"/>
  <X-PRE-PROCESS cmd="set" data="console_loglevel=info"/>
  <X-PRE-PROCESS cmd="set" data="default_areacode=918"/>
  <X-PRE-PROCESS cmd="set" data="default_country=US"/>

  <!-- if false or undefined, the destination number is included in presence NOTIFY dm:note.
       if true, the destination number is not included -->
  <X-PRE-PROCESS cmd="set" data="presence_privacy=false"/>

  <X-PRE-PROCESS cmd="set" data="be-ring=%(1000,3000,425)"/>
  <X-PRE-PROCESS cmd="set" data="ca-ring=%(2000,4000,440,480)"/>
  <X-PRE-PROCESS cmd="set" data="cn-ring=%(1000,4000,450)"/>
  <X-PRE-PROCESS cmd="set" data="cy-ring=%(1500,3000,425)"/>
  <X-PRE-PROCESS cmd="set" data="cz-ring=%(1000,4000,425)"/>
  <X-PRE-PROCESS cmd="set" data="de-ring=%(1000,4000,425)"/>
  <X-PRE-PROCESS cmd="set" data="dk-ring=%(1000,4000,425)"/>
  <X-PRE-PROCESS cmd="set" data="dz-ring=%(1500,3500,425)"/>
  <X-PRE-PROCESS cmd="set" data="eg-ring=%(2000,1000,475,375)"/>
  <X-PRE-PROCESS cmd="set" data="es-ring=%(1500,3000,425)"/>
  <X-PRE-PROCESS cmd="set" data="fi-ring=%(1000,4000,425)"/>
  <X-PRE-PROCESS cmd="set" data="fr-ring=%(1500,3500,440)"/>
  <X-PRE-PROCESS cmd="set" data="hk-ring=%(400,200,440,480);%(400,3000,440,480)"/>
  <X-PRE-PROCESS cmd="set" data="hu-ring=%(1250,3750,425)"/>
  <X-PRE-PROCESS cmd="set" data="il-ring=%(1000,3000,400)"/>
  <X-PRE-PROCESS cmd="set" data="in-ring=%(400,200,425,375);%(400,2000,425,375)"/>
  <X-PRE-PROCESS cmd="set" data="jp-ring=%(1000,2000,420,380)"/>
  <X-PRE-PROCESS cmd="set" data="ko-ring=%(1000,2000,440,480)"/>
  <X-PRE-PROCESS cmd="set" data="pk-ring=%(1000,2000,400)"/>
  <X-PRE-PROCESS cmd="set" data="pl-ring=%(1000,4000,425)"/>
  <X-PRE-PROCESS cmd="set" data="ro-ring=%(1850,4150,475,425)"/>
  <X-PRE-PROCESS cmd="set" data="rs-ring=%(1000,4000,425)"/>
  <X-PRE-PROCESS cmd="set" data="ru-ring=%(800,3200,425)"/>
  <X-PRE-PROCESS cmd="set" data="sa-ring=%(1200,4600,425)"/>
  <X-PRE-PROCESS cmd="set" data="tr-ring=%(2000,4000,450)"/>
  <X-PRE-PROCESS cmd="set" data="uk-ring=%(400,200,400,450);%(400,2000,400,450)"/>
  <X-PRE-PROCESS cmd="set" data="us-ring=%(2000,4000,440,480)"/>
  <X-PRE-PROCESS cmd="set" data="bong-ring=v=-7;%(100,0,941.0,1477.0);v=-7;>=2;+=.1;%(1400,0,350,440)"/>
  <X-PRE-PROCESS cmd="set" data="beep=%(1000,0,640)"/>
  <X-PRE-PROCESS cmd="set" data="sit=%(274,0,913.8);%(274,0,1370.6);%(380,0,1776.7)"/>
  <!--
      Setting up your default sip provider is easy.
      Below are some values that should work in most cases.
     
      These are for conf/directory/default/example.com.xml
  -->
  <X-PRE-PROCESS cmd="set" data="default_provider=example.com"/>
  <X-PRE-PROCESS cmd="set" data="default_provider_username=joeuser"/>
  <X-PRE-PROCESS cmd="set" data="default_provider_password=password"/>
  <X-PRE-PROCESS cmd="set" data="default_provider_from_domain=example.com"/>
  <!-- true or false -->
  <X-PRE-PROCESS cmd="set" data="default_provider_register=false"/>
  <X-PRE-PROCESS cmd="set" data="default_provider_contact=5000"/>

  <!--
      SIP and TLS settings. http://wiki.freeswitch.org/wiki/Tls
  -->
  <X-PRE-PROCESS cmd="set" data="sip_tls_version=tlsv1"/>


  <!-- Internal SIP Profile -->
  <X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
  <X-PRE-PROCESS cmd="set" data="internal_sip_port=5090"/>
  <X-PRE-PROCESS cmd="set" data="internal_tls_port=5061"/>
  <X-PRE-PROCESS cmd="set" data="internal_ssl_enable=false"/>


  <!-- External SIP Profile -->
  <X-PRE-PROCESS cmd="set" data="external_auth_calls=false"/>
  <X-PRE-PROCESS cmd="set" data="external_sip_port=5060"/>
  <X-PRE-PROCESS cmd="set" data="external_tls_port=5081"/>
  <X-PRE-PROCESS cmd="set" data="external_ssl_enable=false"/>

</include>





Enter code here...

Roger

unread,
Apr 16, 2016, 8:35:28 PM4/16/16
to BigBlueButton-dev
Resolved issue by removing and reinstalling:

rmoore@Cavalieri:~$ sudo apt-get purge --auto-remove bigbluebutton
...
rmoore@Cavalieri:~$ sudo apt-get purge bbb-demo
...
rmoore@Cavalieri:~$ sudo apt-get purge bbb-check
...


Thank you to everyone for you help!
Reply all
Reply to author
Forward
0 new messages