[ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]

877 views
Skip to first unread message

Jason

unread,
Apr 24, 2018, 12:45:09 AM4/24/18
to ASTPP

After install Astpp with freeswitch using debian 8 freeswitch has return error once start up the statement below is the error return. I have check this file which don't think having this error at line 70.


[ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag ]



This is that part of code at line 70 in switch_xml.c
typedef struct {
size_t gl_pathc; /* Count of total paths so far. /
size_t gl_matchc; /
 Count of paths matching pattern. /
size_t gl_offs; /
 Reserved at beginning of gl_pathv. / <<<< line 70
int gl_flags; /
 Copy of flags parameter to glob. */
char *gl_pathv; / List of paths matching pattern. /
/
 Copy of errfunc parameter to glob. */
int (*gl_errfunc) (const char *, int);
} glob_t;

Devang Nathwani

unread,
Apr 24, 2018, 1:40:39 AM4/24/18
to as...@googlegroups.com
Hello,

switch_xml.c is the source file, we are not modifying it so there shouldn't be any issue regarding custom modification unless source is broken some how.

What is the status of Freeswitch service?
'freeswitch has return error once start up', so you can connect to fs_cli? and seeing this error in cli?


--
=====================================================================
Documentation : https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+unsubscribe@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at https://groups.google.com/group/astpp.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/83e0da4a-d182-4774-962f-66b44b74614c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Thanks,
Devang Nathwani

Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

Jason

unread,
Apr 24, 2018, 3:08:47 AM4/24/18
to ASTPP
Hi

Below is my result when i'm checking using systemctl status freeswitch command

freeswitch.service - LSB: Freeswitch debian init script.
   Loaded: loaded (/etc/init.d/freeswitch)
   Active: active (exited) since Tue 2018-04-24 14:49:08 +08; 14min ago
  Process: 491 ExecStart=/etc/init.d/freeswitch start (code=exited, status=0/SUCCESS)

Apr 24 14:49:07 debian systemd[1]: Starting LSB: Freeswitch debian init script....
Apr 24 14:49:08 debian systemd[1]: Started LSB: Freeswitch debian init script..


Below here is the error that show in fs_cli

2018-04-24 15:06:37.189293 [INFO] switch_event.c:685 Activate Eventing Engine.
2018-04-24 15:06:37.201177 [WARNING] switch_event.c:656 Create additional event dispatch thread 0
2018-04-24 15:06:37.639399 [INFO] switch_nat.c:417 Scanning for NAT
2018-04-24 15:06:37.639908 [DEBUG] switch_nat.c:170 Checking for PMP 1/5
2018-04-24 15:06:37.640792 [ERR] switch_nat.c:199 Error checking for PMP [wait sock failed]
2018-04-24 15:06:37.640802 [DEBUG] switch_nat.c:422 Checking for UPnP
2018-04-24 15:06:49.676759 [DEBUG] switch_nat.c:117 No InternetGatewayDevice, using first entry as default (http://192.168.0.254:52881/simplecfg.xml).
2018-04-24 15:06:49.692801 [INFO] switch_nat.c:438 No PMP or UPnP NAT devices detected!
2018-04-24 15:06:50.017689 [INFO] switch_core_sqldb.c:3396 Opening DB
2018-04-24 15:06:50.085583 [INFO] switch_core_sqldb.c:1693 CORE Starting SQL thread.
2018-04-24 15:06:50.146032 [DEBUG] switch_scheduler.c:249 Added task 1 heartbeat (core) to run at 1524553610
2018-04-24 15:06:50.146068 [DEBUG] switch_scheduler.c:249 Added task 2 check_ip (core) to run at 1524553610
2018-04-24 15:06:50.146655 [NOTICE] switch_core.c:1472 Created ip list rfc6598.auto default (deny)
2018-04-24 15:06:50.146666 [NOTICE] switch_utils.c:545 Adding 100.64.0.0/10 (allow) [] to list rfc6598.auto
2018-04-24 15:06:50.146786 [NOTICE] switch_core.c:1478 Created ip list rfc1918.auto default (deny)
2018-04-24 15:06:50.146791 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto
2018-04-24 15:06:50.146795 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto
2018-04-24 15:06:50.146798 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto
2018-04-24 15:06:50.146801 [NOTICE] switch_utils.c:545 Adding fe80::/10 (allow) [] to list rfc1918.auto
2018-04-24 15:06:50.146804 [NOTICE] switch_core.c:1487 Created ip list wan.auto default (allow)
2018-04-24 15:06:50.146807 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/8 (deny) [] to list wan.auto
2018-04-24 15:06:50.146810 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (deny) [] to list wan.auto
2018-04-24 15:06:50.146813 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (deny) [] to list wan.auto
2018-04-24 15:06:50.146844 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (deny) [] to list wan.auto
2018-04-24 15:06:50.146849 [NOTICE] switch_utils.c:545 Adding 169.254.0.0/16 (deny) [] to list wan.auto
2018-04-24 15:06:50.146852 [NOTICE] switch_utils.c:545 Adding fe80::/10 (deny) [] to list wan.auto
2018-04-24 15:06:50.146855 [NOTICE] switch_core.c:1498 Created ip list wan_v6.auto default (allow)
2018-04-24 15:06:50.146858 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/0 (deny) [] to list wan_v6.auto
2018-04-24 15:06:50.146861 [NOTICE] switch_utils.c:545 Adding fe80::/10 (deny) [] to list wan_v6.auto
2018-04-24 15:06:50.146864 [NOTICE] switch_core.c:1506 Created ip list wan_v4.auto default (allow)
2018-04-24 15:06:50.146866 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/8 (deny) [] to list wan_v4.auto
2018-04-24 15:06:50.146869 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (deny) [] to list wan_v4.auto
2018-04-24 15:06:50.146872 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (deny) [] to list wan_v4.auto
2018-04-24 15:06:50.146875 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (deny) [] to list wan_v4.auto
2018-04-24 15:06:50.146878 [NOTICE] switch_utils.c:545 Adding 169.254.0.0/16 (deny) [] to list wan_v4.auto
2018-04-24 15:06:50.146881 [NOTICE] switch_utils.c:545 Adding ::/0 (deny) [] to list wan_v4.auto
2018-04-24 15:06:50.146884 [NOTICE] switch_core.c:1518 Created ip list any_v6.auto default (allow)
2018-04-24 15:06:50.146887 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/0 (deny) [] to list any_v6.auto
2018-04-24 15:06:50.146890 [NOTICE] switch_core.c:1525 Created ip list any_v4.auto default (allow)
2018-04-24 15:06:50.146893 [NOTICE] switch_utils.c:545 Adding ::/0 (deny) [] to list any_v4.auto
2018-04-24 15:06:50.146895 [NOTICE] switch_core.c:1532 Created ip list nat.auto default (deny)
2018-04-24 15:06:50.146900 [NOTICE] switch_core.c:1534 Adding 192.168.0.72/255.255.255.0 (deny) to list nat.auto
2018-04-24 15:06:50.146903 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (allow) [] to list nat.auto
2018-04-24 15:06:50.146907 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (allow) [] to list nat.auto
2018-04-24 15:06:50.146910 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (allow) [] to list nat.auto
2018-04-24 15:06:50.146913 [NOTICE] switch_utils.c:545 Adding 100.64.0.0/10 (allow) [] to list nat.auto
2018-04-24 15:06:50.146916 [NOTICE] switch_core.c:1544 Created ip list loopback.auto default (deny)
2018-04-24 15:06:50.146919 [NOTICE] switch_utils.c:545 Adding 127.0.0.0/8 (allow) [] to list loopback.auto
2018-04-24 15:06:50.146922 [NOTICE] switch_utils.c:545 Adding ::1/128 (allow) [] to list loopback.auto
2018-04-24 15:06:50.146925 [NOTICE] switch_core.c:1551 Created ip list localnet.auto default (deny)
2018-04-24 15:06:50.146928 [NOTICE] switch_core.c:1554 Adding 192.168.0.72/255.255.255.0 (allow) to list localnet.auto
2018-04-24 15:06:50.146934 [CONSOLE] switch_core.c:1581 Created ip list lan default (allow)
2018-04-24 15:06:50.146943 [NOTICE] switch_utils.c:545 Adding 192.168.42.0/24 (deny) [] to list lan
2018-04-24 15:06:50.146947 [NOTICE] switch_utils.c:545 Adding 192.168.42.42/32 (allow) [] to list lan
2018-04-24 15:06:50.146951 [CONSOLE] switch_core.c:1581 Created ip list domains default (deny)
2018-04-24 15:06:50.146963 [WARNING] switch_core.c:1610 Cannot locate domain 192.168.0.72
2018-04-24 15:06:50.146967 [CONSOLE] switch_core.c:2401 Bringing up environment.
2018-04-24 15:06:50.146970 [CONSOLE] switch_core.c:2402 Loading Modules.
2018-04-24 15:06:50.151169 [INFO] switch_time.c:1423 Timezone loaded 1750 definitions
2018-04-24 15:06:50.151248 [CONSOLE] switch_time.c:1568 Clock calibration disabled.
2018-04-24 15:06:50.151256 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [CORE_SOFTTIMER_MODULE]
2018-04-24 15:06:50.151267 [NOTICE] switch_loadable_module.c:271 Adding Timer 'soft'
2018-04-24 15:06:50.151806 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [CORE_PCM_MODULE]
2018-04-24 15:06:50.151818 [NOTICE] switch_loadable_module.c:213 Adding Codec PROXY-VID 31 PROXY VIDEO PASS-THROUGH 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:50.151963 [NOTICE] switch_loadable_module.c:213 Adding Codec PROXY 0 PROXY PASS-THROUGH 8000hz 20ms 2ch (VBR)
2018-04-24 15:06:50.151971 [NOTICE] switch_loadable_module.c:213 Adding Codec PROXY 0 PROXY PASS-THROUGH 8000hz 20ms 1ch (VBR)
2018-04-24 15:06:50.151986 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 32ms 2ch 352800bps
2018-04-24 15:06:50.151991 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 32ms 1ch 176400bps
2018-04-24 15:06:50.151994 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 40ms 2ch 352800bps
2018-04-24 15:06:50.151997 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 11025hz 40ms 1ch 176400bps
2018-04-24 15:06:50.152000 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 22050hz 20ms 2ch 705600bps
2018-04-24 15:06:50.152003 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 22050hz 20ms 1ch 352800bps
2018-04-24 15:06:50.152006 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 30ms 2ch 705600bps
2018-04-24 15:06:50.152009 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 30ms 1ch 705600bps
2018-04-24 15:06:50.152011 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 20ms 2ch 705600bps
2018-04-24 15:06:50.152014 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 20ms 1ch 705600bps
2018-04-24 15:06:50.152017 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 10ms 2ch 705600bps
2018-04-24 15:06:50.152020 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 44100hz 10ms 1ch 705600bps
2018-04-24 15:06:50.152023 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 40ms 2ch 1536000bps
2018-04-24 15:06:50.152026 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 40ms 1ch 768000bps
2018-04-24 15:06:50.152029 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 30ms 2ch 1536000bps
2018-04-24 15:06:50.152032 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 30ms 1ch 768000bps
2018-04-24 15:06:50.152036 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 20ms 2ch 1536000bps
2018-04-24 15:06:50.152038 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 20ms 1ch 768000bps
2018-04-24 15:06:50.152104 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 8ms 2ch 1024000bps
2018-04-24 15:06:50.152111 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 8ms 1ch 512000bps
2018-04-24 15:06:50.152115 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 6ms 2ch 1024000bps
2018-04-24 15:06:50.152117 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 6ms 1ch 512000bps
2018-04-24 15:06:50.152120 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 4ms 2ch 1024000bps
2018-04-24 15:06:50.152123 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 4ms 1ch 512000bps
2018-04-24 15:06:50.152126 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 2ms 2ch 1024000bps
2018-04-24 15:06:50.152129 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 2ms 1ch 512000bps
2018-04-24 15:06:50.152132 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 8ms 2ch 512000bps
2018-04-24 15:06:50.152135 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 8ms 1ch 256000bps
2018-04-24 15:06:50.152138 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 6ms 2ch 512000bps
2018-04-24 15:06:50.152140 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 6ms 1ch 256000bps
2018-04-24 15:06:50.152143 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 4ms 2ch 512000bps
2018-04-24 15:06:50.152146 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 4ms 1ch 256000bps
2018-04-24 15:06:50.152149 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 2ms 2ch 512000bps
2018-04-24 15:06:50.152152 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 2ms 1ch 256000bps
2018-04-24 15:06:50.152154 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 8ms 2ch 256000bps
2018-04-24 15:06:50.152157 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 8ms 1ch 128000bps
2018-04-24 15:06:50.152160 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 6ms 2ch 256000bps
2018-04-24 15:06:50.152163 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 6ms 1ch 128000bps
2018-04-24 15:06:50.152166 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 4ms 2ch 256000bps
2018-04-24 15:06:50.152169 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 4ms 1ch 128000bps
2018-04-24 15:06:50.152171 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 2ms 2ch 256000bps
2018-04-24 15:06:50.152174 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 2ms 1ch 128000bps
2018-04-24 15:06:50.152177 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 10ms 2ch 1536000bps
2018-04-24 15:06:50.152206 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 10ms 1ch 768000bps
2018-04-24 15:06:50.152210 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 8ms 2ch 1536000bps
2018-04-24 15:06:50.152213 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 8ms 1ch 768000bps
2018-04-24 15:06:50.152216 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 6ms 2ch 1536000bps
2018-04-24 15:06:50.152219 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 6ms 1ch 768000bps
2018-04-24 15:06:50.152222 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 4ms 2ch 1536000bps
2018-04-24 15:06:50.152225 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 4ms 1ch 768000bps
2018-04-24 15:06:50.152227 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 2ms 2ch 1536000bps
2018-04-24 15:06:50.152230 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 48000hz 2ms 1ch 768000bps
2018-04-24 15:06:50.152233 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 60ms 2ch 768000bps
2018-04-24 15:06:50.152236 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 60ms 1ch 384000bps
2018-04-24 15:06:50.152239 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 40ms 2ch 768000bps
2018-04-24 15:06:50.152350 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 40ms 1ch 384000bps
2018-04-24 15:06:50.152356 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 20ms 2ch 768000bps
2018-04-24 15:06:50.152359 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 24000hz 20ms 1ch 384000bps
2018-04-24 15:06:50.152362 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 100ms 2ch 384000bps
2018-04-24 15:06:50.152365 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 100ms 1ch 192000bps
2018-04-24 15:06:50.152368 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 80ms 2ch 384000bps
2018-04-24 15:06:50.152371 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 80ms 1ch 192000bps
2018-04-24 15:06:50.152374 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 60ms 2ch 384000bps
2018-04-24 15:06:50.152377 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 60ms 1ch 192000bps
2018-04-24 15:06:50.152379 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 40ms 2ch 384000bps
2018-04-24 15:06:50.152382 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 40ms 1ch 192000bps
2018-04-24 15:06:50.152385 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 20ms 2ch 384000bps
2018-04-24 15:06:50.152413 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 12000hz 20ms 1ch 192000bps
2018-04-24 15:06:50.152417 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 10ms 2ch 512000bps
2018-04-24 15:06:50.152420 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 10ms 1ch 512000bps
2018-04-24 15:06:50.152423 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 20ms 2ch 512000bps
2018-04-24 15:06:50.152445 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 20ms 1ch 512000bps
2018-04-24 15:06:50.152512 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 30ms 2ch 512000bps
2018-04-24 15:06:50.152518 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 30ms 1ch 512000bps
2018-04-24 15:06:50.152521 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 40ms 2ch 512000bps
2018-04-24 15:06:50.152524 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 40ms 1ch 512000bps
2018-04-24 15:06:50.152528 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 50ms 2ch 512000bps
2018-04-24 15:06:50.152531 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 50ms 1ch 512000bps
2018-04-24 15:06:50.152534 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 60ms 2ch 512000bps
2018-04-24 15:06:50.152576 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 32000hz 60ms 1ch 512000bps
2018-04-24 15:06:50.152580 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 10ms 2ch 256000bps
2018-04-24 15:06:50.152582 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 10ms 1ch 256000bps
2018-04-24 15:06:50.152586 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 20ms 2ch 256000bps
2018-04-24 15:06:50.152588 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 20ms 1ch 256000bps
2018-04-24 15:06:50.152591 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 30ms 2ch 256000bps
2018-04-24 15:06:50.152594 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 30ms 1ch 256000bps
2018-04-24 15:06:50.152597 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 40ms 2ch 256000bps
2018-04-24 15:06:50.152600 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 40ms 1ch 256000bps
2018-04-24 15:06:50.152603 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 50ms 2ch 256000bps
2018-04-24 15:06:50.152605 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 50ms 1ch 256000bps
2018-04-24 15:06:50.152608 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 60ms 2ch 256000bps
2018-04-24 15:06:50.152636 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 16000hz 60ms 1ch 256000bps
2018-04-24 15:06:50.152639 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 10ms 2ch 128000bps
2018-04-24 15:06:50.152642 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 10ms 1ch 128000bps
2018-04-24 15:06:50.152645 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 20ms 2ch 128000bps
2018-04-24 15:06:50.152648 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 20ms 1ch 128000bps
2018-04-24 15:06:50.152651 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 30ms 2ch 128000bps
2018-04-24 15:06:50.152653 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 30ms 1ch 128000bps
2018-04-24 15:06:50.152656 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 40ms 2ch 128000bps
2018-04-24 15:06:50.152659 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 40ms 1ch 128000bps
2018-04-24 15:06:50.152662 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 50ms 2ch 128000bps
2018-04-24 15:06:50.152665 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 50ms 1ch 128000bps
2018-04-24 15:06:50.152668 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 60ms 2ch 128000bps
2018-04-24 15:06:50.152695 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 60ms 1ch 128000bps
2018-04-24 15:06:50.152698 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 70ms 2ch 128000bps
2018-04-24 15:06:50.152701 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 70ms 1ch 128000bps
2018-04-24 15:06:50.152704 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 80ms 2ch 128000bps
2018-04-24 15:06:50.152707 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 80ms 1ch 128000bps
2018-04-24 15:06:50.152710 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 90ms 2ch 128000bps
2018-04-24 15:06:50.152713 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 90ms 1ch 128000bps
2018-04-24 15:06:50.152715 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 100ms 2ch 128000bps
2018-04-24 15:06:50.152718 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 100ms 1ch 128000bps
2018-04-24 15:06:50.152721 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 110ms 2ch 128000bps
2018-04-24 15:06:50.152724 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 110ms 1ch 128000bps
2018-04-24 15:06:50.152727 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 120ms 2ch 128000bps
2018-04-24 15:06:50.152754 [NOTICE] switch_loadable_module.c:207 Adding Codec L16 100 RAW Signed Linear (16 bit) 8000hz 120ms 1ch 128000bps
2018-04-24 15:06:50.152772 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 10ms 2ch 768000bps
2018-04-24 15:06:50.152776 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 10ms 1ch 384000bps
2018-04-24 15:06:50.152779 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 10ms 1ch 64000bps
2018-04-24 15:06:50.152782 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 20ms 2ch 768000bps
2018-04-24 15:06:50.152785 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 20ms 1ch 384000bps
2018-04-24 15:06:50.152787 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 20ms 1ch 64000bps
2018-04-24 15:06:50.152790 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 30ms 2ch 768000bps
2018-04-24 15:06:50.152793 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 30ms 1ch 384000bps
2018-04-24 15:06:50.152796 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 30ms 1ch 64000bps
2018-04-24 15:06:50.152799 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 40ms 2ch 768000bps
2018-04-24 15:06:50.152802 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 48000hz 40ms 1ch 384000bps
2018-04-24 15:06:50.152804 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 40ms 1ch 64000bps
2018-04-24 15:06:50.152807 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 50ms 1ch 64000bps
2018-04-24 15:06:50.152810 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 60ms 1ch 64000bps
2018-04-24 15:06:50.152838 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 70ms 1ch 64000bps
2018-04-24 15:06:50.152842 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 80ms 1ch 64000bps
2018-04-24 15:06:50.152844 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 90ms 1ch 64000bps
2018-04-24 15:06:50.152847 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 100ms 1ch 64000bps
2018-04-24 15:06:50.152850 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 110ms 1ch 64000bps
2018-04-24 15:06:50.152853 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMU 0 G.711 ulaw 8000hz 120ms 1ch 64000bps
2018-04-24 15:06:50.152867 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 10ms 1ch 64000bps
2018-04-24 15:06:50.152870 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 20ms 1ch 64000bps
2018-04-24 15:06:50.152873 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 30ms 1ch 64000bps
2018-04-24 15:06:50.152876 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 40ms 1ch 64000bps
2018-04-24 15:06:50.152879 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 50ms 1ch 64000bps
2018-04-24 15:06:50.152881 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 60ms 1ch 64000bps
2018-04-24 15:06:50.152884 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 70ms 1ch 64000bps
2018-04-24 15:06:50.152887 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 80ms 1ch 64000bps
2018-04-24 15:06:50.152890 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 90ms 1ch 64000bps
2018-04-24 15:06:50.152893 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 100ms 1ch 64000bps
2018-04-24 15:06:50.152957 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 110ms 1ch 64000bps
2018-04-24 15:06:50.152990 [NOTICE] switch_loadable_module.c:207 Adding Codec PCMA 8 G.711 alaw 8000hz 120ms 1ch 64000bps
2018-04-24 15:06:50.153117 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [CORE_SPEEX_MODULE]
2018-04-24 15:06:50.153128 [NOTICE] switch_loadable_module.c:207 Adding Codec SPEEX 99 Speex 32000hz 20ms 1ch 44000bps
2018-04-24 15:06:50.153132 [NOTICE] switch_loadable_module.c:207 Adding Codec SPEEX 99 Speex 16000hz 20ms 1ch 42200bps
2018-04-24 15:06:50.153135 [NOTICE] switch_loadable_module.c:207 Adding Codec SPEEX 99 Speex 8000hz 20ms 1ch 24600bps
2018-04-24 15:06:50.153303 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [CORE_VPX_MODULE]
2018-04-24 15:06:50.153314 [NOTICE] switch_loadable_module.c:213 Adding Codec VP8 99 VP8 Video 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:50.153359 [NOTICE] switch_loadable_module.c:213 Adding Codec VP9 99 VP9 Video 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:50.153691 [NOTICE] switch_scheduler.c:183 Starting task thread
2018-04-24 15:06:50.173575 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_console]
2018-04-24 15:06:50.173594 [NOTICE] switch_loadable_module.c:338 Adding API Function 'console'
2018-04-24 15:06:50.187691 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_logfile]
2018-04-24 15:06:50.241002 [NOTICE] mod_xml_curl.c:543 Binding [example] XML Fetch Function [http://192.168.0.72:8089/index.php] [directory|configuration]
2018-04-24 15:06:50.241051 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_xml_curl]
2018-04-24 15:06:50.241064 [NOTICE] switch_loadable_module.c:338 Adding API Function 'xml_curl'
2018-04-24 15:06:51.550816 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:51.550897 [NOTICE] mod_json_cdr.c:113 Rotating log file paths
2018-04-24 15:06:51.550900 [NOTICE] mod_json_cdr.c:140 Setting log file path to /usr/local/freeswitch/log/json_cdr
2018-04-24 15:06:51.550908 [NOTICE] mod_json_cdr.c:179 Setting err log file path to /usr/local/freeswitch/log/xml_json
2018-04-24 15:06:51.550914 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_json_cdr]
2018-04-24 15:06:51.721263 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:51.721296 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_hash]
2018-04-24 15:06:51.721305 [NOTICE] switch_loadable_module.c:292 Adding Application 'hash'
2018-04-24 15:06:51.721336 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hash'
2018-04-24 15:06:51.721371 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hash_dump'
2018-04-24 15:06:51.721414 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hash_remote'
2018-04-24 15:06:51.721431 [NOTICE] switch_loadable_module.c:556 Adding Limit interface 'hash'
2018-04-24 15:06:51.751290 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_event_socket]
2018-04-24 15:06:51.751317 [NOTICE] switch_loadable_module.c:292 Adding Application 'socket'
2018-04-24 15:06:51.751351 [NOTICE] switch_loadable_module.c:338 Adding API Function 'event_sink'
2018-04-24 15:06:51.802779 [INFO] mod_sofia.c:5958 Starting initial message thread.
2018-04-24 15:06:51.848547 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:51.850918 [WARNING] sofia.c:2206 MSG Thread 0 Started
2018-04-24 15:06:53.350430 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_sofia]
2018-04-24 15:06:53.350463 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'sofia'
2018-04-24 15:06:53.350492 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'rtp'
2018-04-24 15:06:53.350506 [NOTICE] switch_loadable_module.c:292 Adding Application 'sofia_sla'
2018-04-24 15:06:53.350521 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia'
2018-04-24 15:06:53.350534 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_gateway_data'
2018-04-24 15:06:53.350547 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_username_of'
2018-04-24 15:06:53.350559 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_contact'
2018-04-24 15:06:53.350574 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_count_reg'
2018-04-24 15:06:53.350588 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_dig'
2018-04-24 15:06:53.350600 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sofia_presence_data'
2018-04-24 15:06:53.350615 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'sip'
2018-04-24 15:06:53.350628 [NOTICE] switch_loadable_module.c:529 Adding Management interface 'mod_sofia' OID[.1.3.6.1.4.1.27880.1001]
2018-04-24 15:06:53.456893 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_commands]
2018-04-24 15:06:53.456925 [NOTICE] switch_loadable_module.c:338 Adding API Function 'bg_system'
2018-04-24 15:06:53.456978 [NOTICE] switch_loadable_module.c:338 Adding API Function 'system'
2018-04-24 15:06:53.457005 [NOTICE] switch_loadable_module.c:338 Adding API Function 'acl'
2018-04-24 15:06:53.457029 [NOTICE] switch_loadable_module.c:338 Adding API Function 'alias'
2018-04-24 15:06:53.457244 [NOTICE] switch_loadable_module.c:338 Adding API Function 'coalesce'
2018-04-24 15:06:53.457273 [NOTICE] switch_loadable_module.c:338 Adding API Function 'banner'
2018-04-24 15:06:53.457297 [NOTICE] switch_loadable_module.c:338 Adding API Function 'bgapi'
2018-04-24 15:06:53.457321 [NOTICE] switch_loadable_module.c:338 Adding API Function 'break'
2018-04-24 15:06:53.457344 [NOTICE] switch_loadable_module.c:338 Adding API Function 'complete'
2018-04-24 15:06:53.457368 [NOTICE] switch_loadable_module.c:338 Adding API Function 'cond'
2018-04-24 15:06:53.457391 [NOTICE] switch_loadable_module.c:338 Adding API Function 'console_complete'
2018-04-24 15:06:53.457415 [NOTICE] switch_loadable_module.c:338 Adding API Function 'console_complete_xml'
2018-04-24 15:06:53.457438 [NOTICE] switch_loadable_module.c:338 Adding API Function 'create_uuid'
2018-04-24 15:06:53.457462 [NOTICE] switch_loadable_module.c:338 Adding API Function 'db_cache'
2018-04-24 15:06:53.457485 [NOTICE] switch_loadable_module.c:338 Adding API Function 'domain_exists'
2018-04-24 15:06:53.457649 [NOTICE] switch_loadable_module.c:338 Adding API Function 'echo'
2018-04-24 15:06:53.457680 [NOTICE] switch_loadable_module.c:338 Adding API Function 'event_channel_broadcast'
2018-04-24 15:06:53.457704 [NOTICE] switch_loadable_module.c:338 Adding API Function 'escape'
2018-04-24 15:06:53.457727 [NOTICE] switch_loadable_module.c:338 Adding API Function 'eval'
2018-04-24 15:06:53.457751 [NOTICE] switch_loadable_module.c:338 Adding API Function 'expand'
2018-04-24 15:06:53.457774 [NOTICE] switch_loadable_module.c:338 Adding API Function 'find_user_xml'
2018-04-24 15:06:53.457798 [NOTICE] switch_loadable_module.c:338 Adding API Function 'fsctl'
2018-04-24 15:06:53.457826 [NOTICE] switch_loadable_module.c:338 Adding API Function '...'
2018-04-24 15:06:53.457851 [NOTICE] switch_loadable_module.c:338 Adding API Function 'shutdown'
2018-04-24 15:06:53.457874 [NOTICE] switch_loadable_module.c:338 Adding API Function 'version'
2018-04-24 15:06:53.457897 [NOTICE] switch_loadable_module.c:338 Adding API Function 'global_getvar'
2018-04-24 15:06:53.457920 [NOTICE] switch_loadable_module.c:338 Adding API Function 'global_setvar'
2018-04-24 15:06:53.457949 [NOTICE] switch_loadable_module.c:338 Adding API Function 'group_call'
2018-04-24 15:06:53.457972 [NOTICE] switch_loadable_module.c:338 Adding API Function 'help'
2018-04-24 15:06:53.457995 [NOTICE] switch_loadable_module.c:338 Adding API Function 'host_lookup'
2018-04-24 15:06:53.458018 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hostname'
2018-04-24 15:06:53.458041 [NOTICE] switch_loadable_module.c:338 Adding API Function 'interface_ip'
2018-04-24 15:06:53.458064 [NOTICE] switch_loadable_module.c:338 Adding API Function 'switchname'
2018-04-24 15:06:53.458243 [NOTICE] switch_loadable_module.c:338 Adding API Function 'gethost'
2018-04-24 15:06:53.458272 [NOTICE] switch_loadable_module.c:338 Adding API Function 'getenv'
2018-04-24 15:06:53.458295 [NOTICE] switch_loadable_module.c:338 Adding API Function 'hupall'
2018-04-24 15:06:53.458318 [NOTICE] switch_loadable_module.c:338 Adding API Function 'in_group'
2018-04-24 15:06:53.458480 [NOTICE] switch_loadable_module.c:338 Adding API Function 'is_lan_addr'
2018-04-24 15:06:53.458504 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_usage'
2018-04-24 15:06:53.458527 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_hash_usage'
2018-04-24 15:06:53.458552 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_status'
2018-04-24 15:06:53.458576 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_reset'
2018-04-24 15:06:53.458598 [NOTICE] switch_loadable_module.c:338 Adding API Function 'limit_interval_reset'
2018-04-24 15:06:53.458623 [NOTICE] switch_loadable_module.c:338 Adding API Function 'list_users'
2018-04-24 15:06:53.458647 [NOTICE] switch_loadable_module.c:338 Adding API Function 'load'
2018-04-24 15:06:53.458670 [NOTICE] switch_loadable_module.c:338 Adding API Function 'log'
2018-04-24 15:06:53.458693 [NOTICE] switch_loadable_module.c:338 Adding API Function 'md5'
2018-04-24 15:06:53.458950 [NOTICE] switch_loadable_module.c:338 Adding API Function 'module_exists'
2018-04-24 15:06:53.458975 [NOTICE] switch_loadable_module.c:338 Adding API Function 'msleep'
2018-04-24 15:06:53.458999 [NOTICE] switch_loadable_module.c:338 Adding API Function 'nat_map'
2018-04-24 15:06:53.459246 [NOTICE] switch_loadable_module.c:338 Adding API Function 'originate'
2018-04-24 15:06:53.459278 [NOTICE] switch_loadable_module.c:338 Adding API Function 'pause'
2018-04-24 15:06:53.459306 [NOTICE] switch_loadable_module.c:338 Adding API Function 'quote_shell_arg'
2018-04-24 15:06:53.459334 [NOTICE] switch_loadable_module.c:338 Adding API Function 'regex'
2018-04-24 15:06:53.459414 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reloadacl'
2018-04-24 15:06:53.459438 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reload'
2018-04-24 15:06:53.459461 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reloadxml'
2018-04-24 15:06:53.459483 [NOTICE] switch_loadable_module.c:338 Adding API Function 'replace'
2018-04-24 15:06:53.459507 [NOTICE] switch_loadable_module.c:338 Adding API Function 'say_string'
2018-04-24 15:06:53.459531 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_api'
2018-04-24 15:06:53.459555 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_broadcast'
2018-04-24 15:06:53.459579 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_del'
2018-04-24 15:06:53.459602 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_hangup'
2018-04-24 15:06:53.459626 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sched_transfer'
2018-04-24 15:06:53.459789 [NOTICE] switch_loadable_module.c:338 Adding API Function 'show'
2018-04-24 15:06:53.459950 [NOTICE] switch_loadable_module.c:338 Adding API Function 'sql_escape'
2018-04-24 15:06:53.459980 [NOTICE] switch_loadable_module.c:338 Adding API Function 'status'
2018-04-24 15:06:53.460003 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strftime_tz'
2018-04-24 15:06:53.460027 [NOTICE] switch_loadable_module.c:338 Adding API Function 'stun'
2018-04-24 15:06:53.460050 [NOTICE] switch_loadable_module.c:338 Adding API Function 'time_test'
2018-04-24 15:06:53.460074 [NOTICE] switch_loadable_module.c:338 Adding API Function 'timer_test'
2018-04-24 15:06:53.460097 [NOTICE] switch_loadable_module.c:338 Adding API Function 'tone_detect'
2018-04-24 15:06:53.460121 [NOTICE] switch_loadable_module.c:338 Adding API Function 'unload'
2018-04-24 15:06:53.460342 [NOTICE] switch_loadable_module.c:338 Adding API Function 'unsched_api'
2018-04-24 15:06:53.460507 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uptime'
2018-04-24 15:06:53.460531 [NOTICE] switch_loadable_module.c:338 Adding API Function 'reg_url'
2018-04-24 15:06:53.460554 [NOTICE] switch_loadable_module.c:338 Adding API Function 'url_decode'
2018-04-24 15:06:53.460577 [NOTICE] switch_loadable_module.c:338 Adding API Function 'url_encode'
2018-04-24 15:06:53.460600 [NOTICE] switch_loadable_module.c:338 Adding API Function 'user_data'
2018-04-24 15:06:53.460624 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_early_ok'
2018-04-24 15:06:53.460647 [NOTICE] switch_loadable_module.c:338 Adding API Function 'user_exists'
2018-04-24 15:06:53.460671 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_answer'
2018-04-24 15:06:53.460694 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_audio'
2018-04-24 15:06:53.460852 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_break'
2018-04-24 15:06:53.461014 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_bridge'
2018-04-24 15:06:53.461038 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_broadcast'
2018-04-24 15:06:53.461063 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_buglist'
2018-04-24 15:06:53.461086 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_chat'
2018-04-24 15:06:53.461109 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_codec_debug'
2018-04-24 15:06:53.461133 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_codec_param'
2018-04-24 15:06:53.461264 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_debug_media'
2018-04-24 15:06:53.461289 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_deflect'
2018-04-24 15:06:53.461313 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_displace'
2018-04-24 15:06:53.461336 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_display'
2018-04-24 15:06:53.461500 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_drop_dtmf'
2018-04-24 15:06:53.461525 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_dump'
2018-04-24 15:06:53.461549 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_exists'
2018-04-24 15:06:53.461572 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_fileman'
2018-04-24 15:06:53.461595 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_flush_dtmf'
2018-04-24 15:06:53.461618 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_getvar'
2018-04-24 15:06:53.461645 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_hold'
2018-04-24 15:06:53.461669 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_kill'
2018-04-24 15:06:53.461692 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_send_message'
2018-04-24 15:06:53.461719 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_send_info'
2018-04-24 15:06:53.461743 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_set_media_stats'
2018-04-24 15:06:53.461767 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_video_bitrate'
2018-04-24 15:06:53.461791 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_video_refresh'
2018-04-24 15:06:53.461815 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_outgoing_answer'
2018-04-24 15:06:53.461839 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_limit'
2018-04-24 15:06:53.461864 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_limit_release'
2018-04-24 15:06:53.461888 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_limit_release'
2018-04-24 15:06:53.461912 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_loglevel'
2018-04-24 15:06:53.461935 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_media'
2018-04-24 15:06:53.462097 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_media_3p'
2018-04-24 15:06:53.462125 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_media_reneg'
2018-04-24 15:06:53.462383 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_park'
2018-04-24 15:06:53.462423 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_pause'
2018-04-24 15:06:53.462449 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_phone_event'
2018-04-24 15:06:53.462473 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_ring_ready'
2018-04-24 15:06:53.462497 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_pre_answer'
2018-04-24 15:06:53.462521 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_preprocess'
2018-04-24 15:06:53.462544 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_record'
2018-04-24 15:06:53.462568 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_recovery_refresh'
2018-04-24 15:06:53.462592 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_recv_dtmf'
2018-04-24 15:06:53.462616 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_redirect'
2018-04-24 15:06:53.462639 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_send_dtmf'
2018-04-24 15:06:53.462663 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_session_heartbeat'
2018-04-24 15:06:53.462687 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_setvar_multi'
2018-04-24 15:06:53.462711 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_setvar'
2018-04-24 15:06:53.462735 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_transfer'
2018-04-24 15:06:53.462761 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_dual_transfer'
2018-04-24 15:06:53.462786 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_simplify'
2018-04-24 15:06:53.462810 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_jitterbuffer'
2018-04-24 15:06:53.462836 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_zombie_exec'
2018-04-24 15:06:53.462860 [NOTICE] switch_loadable_module.c:338 Adding API Function 'uuid_xfer_zombie'
2018-04-24 15:06:53.462884 [NOTICE] switch_loadable_module.c:338 Adding API Function 'xml_flush_cache'
2018-04-24 15:06:53.462907 [NOTICE] switch_loadable_module.c:338 Adding API Function 'xml_locate'
2018-04-24 15:06:53.462931 [NOTICE] switch_loadable_module.c:338 Adding API Function 'xml_wrap'
2018-04-24 15:06:53.462954 [NOTICE] switch_loadable_module.c:338 Adding API Function 'file_exists'
2018-04-24 15:06:53.463127 [NOTICE] switch_loadable_module.c:338 Adding API Function 'getcputime'
2018-04-24 15:06:53.463256 [NOTICE] switch_loadable_module.c:338 Adding API Function 'json'
2018-04-24 15:06:53.463289 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'mediaStats'
2018-04-24 15:06:53.463316 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'status'
2018-04-24 15:06:53.463339 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'fsapi'
2018-04-24 15:06:53.463362 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'execute'
2018-04-24 15:06:53.463386 [NOTICE] switch_loadable_module.c:361 Adding JSON API Function 'channelData'
2018-04-24 15:06:53.488802 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_dptools]
2018-04-24 15:06:53.488836 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'error'
2018-04-24 15:06:53.488875 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'group'
2018-04-24 15:06:53.488979 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'user'
2018-04-24 15:06:53.488994 [NOTICE] switch_loadable_module.c:162 Adding Endpoint 'pickup'
2018-04-24 15:06:53.489008 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'inline'
2018-04-24 15:06:53.489021 [NOTICE] switch_loadable_module.c:292 Adding Application 'blind_transfer_ack'
2018-04-24 15:06:53.489116 [NOTICE] switch_loadable_module.c:292 Adding Application 'bind_digit_action'
2018-04-24 15:06:53.489137 [NOTICE] switch_loadable_module.c:292 Adding Application 'capture'
2018-04-24 15:06:53.489151 [NOTICE] switch_loadable_module.c:292 Adding Application 'clear_digit_action'
2018-04-24 15:06:53.489166 [NOTICE] switch_loadable_module.c:292 Adding Application 'digit_action_set_realm'
2018-04-24 15:06:53.489180 [NOTICE] switch_loadable_module.c:292 Adding Application 'privacy'
2018-04-24 15:06:53.489194 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_audio_level'
2018-04-24 15:06:53.489208 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_mute'
2018-04-24 15:06:53.489221 [NOTICE] switch_loadable_module.c:292 Adding Application 'flush_dtmf'
2018-04-24 15:06:53.489235 [NOTICE] switch_loadable_module.c:292 Adding Application 'hold'
2018-04-24 15:06:53.489249 [NOTICE] switch_loadable_module.c:292 Adding Application 'unhold'
2018-04-24 15:06:53.489263 [NOTICE] switch_loadable_module.c:292 Adding Application 'mutex'
2018-04-24 15:06:53.489277 [NOTICE] switch_loadable_module.c:292 Adding Application 'page'
2018-04-24 15:06:53.489291 [NOTICE] switch_loadable_module.c:292 Adding Application 'transfer'
2018-04-24 15:06:53.489304 [NOTICE] switch_loadable_module.c:292 Adding Application 'check_acl'
2018-04-24 15:06:53.489318 [NOTICE] switch_loadable_module.c:292 Adding Application 'verbose_events'
2018-04-24 15:06:53.489332 [NOTICE] switch_loadable_module.c:292 Adding Application 'novideo'
2018-04-24 15:06:53.489346 [NOTICE] switch_loadable_module.c:292 Adding Application 'cng_plc'
2018-04-24 15:06:53.489471 [NOTICE] switch_loadable_module.c:292 Adding Application 'early_hangup'
2018-04-24 15:06:53.489490 [NOTICE] switch_loadable_module.c:292 Adding Application 'sleep'
2018-04-24 15:06:53.489504 [NOTICE] switch_loadable_module.c:292 Adding Application 'delay_echo'
2018-04-24 15:06:53.489518 [NOTICE] switch_loadable_module.c:292 Adding Application 'strftime'
2018-04-24 15:06:53.489532 [NOTICE] switch_loadable_module.c:292 Adding Application 'phrase'
2018-04-24 15:06:53.489545 [NOTICE] switch_loadable_module.c:292 Adding Application 'eval'
2018-04-24 15:06:53.489559 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_media_stats'
2018-04-24 15:06:53.489573 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop'
2018-04-24 15:06:53.489586 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_zombie_exec'
2018-04-24 15:06:53.489600 [NOTICE] switch_loadable_module.c:292 Adding Application 'pre_answer'
2018-04-24 15:06:53.489614 [NOTICE] switch_loadable_module.c:292 Adding Application 'answer'
2018-04-24 15:06:53.489627 [NOTICE] switch_loadable_module.c:292 Adding Application 'wait_for_answer'
2018-04-24 15:06:53.489641 [NOTICE] switch_loadable_module.c:292 Adding Application 'hangup'
2018-04-24 15:06:53.489655 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_name'
2018-04-24 15:06:53.489668 [NOTICE] switch_loadable_module.c:292 Adding Application 'presence'
2018-04-24 15:06:53.489683 [NOTICE] switch_loadable_module.c:292 Adding Application 'log'
2018-04-24 15:06:53.489697 [NOTICE] switch_loadable_module.c:292 Adding Application 'info'
2018-04-24 15:06:53.489710 [NOTICE] switch_loadable_module.c:292 Adding Application 'event'
2018-04-24 15:06:53.489801 [NOTICE] switch_loadable_module.c:292 Adding Application 'sound_test'
2018-04-24 15:06:53.489819 [NOTICE] switch_loadable_module.c:292 Adding Application 'export'
2018-04-24 15:06:53.489834 [NOTICE] switch_loadable_module.c:292 Adding Application 'bridge_export'
2018-04-24 15:06:53.489848 [NOTICE] switch_loadable_module.c:292 Adding Application 'set'
2018-04-24 15:06:53.489862 [NOTICE] switch_loadable_module.c:292 Adding Application 'multiset'
2018-04-24 15:06:53.489876 [NOTICE] switch_loadable_module.c:292 Adding Application 'push'
2018-04-24 15:06:53.489890 [NOTICE] switch_loadable_module.c:292 Adding Application 'unshift'
2018-04-24 15:06:53.489903 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_global'
2018-04-24 15:06:53.489979 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_profile_var'
2018-04-24 15:06:53.489998 [NOTICE] switch_loadable_module.c:292 Adding Application 'unset'
2018-04-24 15:06:53.490012 [NOTICE] switch_loadable_module.c:292 Adding Application 'multiunset'
2018-04-24 15:06:53.490026 [NOTICE] switch_loadable_module.c:292 Adding Application 'ring_ready'
2018-04-24 15:06:53.490040 [NOTICE] switch_loadable_module.c:292 Adding Application 'remove_bugs'
2018-04-24 15:06:53.490053 [NOTICE] switch_loadable_module.c:292 Adding Application 'break'
2018-04-24 15:06:53.490067 [NOTICE] switch_loadable_module.c:292 Adding Application 'detect_speech'
2018-04-24 15:06:53.490083 [NOTICE] switch_loadable_module.c:292 Adding Application 'play_and_detect_speech'
2018-04-24 15:06:53.490176 [NOTICE] switch_loadable_module.c:292 Adding Application 'ivr'
2018-04-24 15:06:53.490194 [NOTICE] switch_loadable_module.c:292 Adding Application 'redirect'
2018-04-24 15:06:53.490208 [NOTICE] switch_loadable_module.c:292 Adding Application 'video_refresh'
2018-04-24 15:06:53.490221 [NOTICE] switch_loadable_module.c:292 Adding Application 'video_decode'
2018-04-24 15:06:53.490235 [NOTICE] switch_loadable_module.c:292 Adding Application 'send_info'
2018-04-24 15:06:53.490249 [NOTICE] switch_loadable_module.c:292 Adding Application 'jitterbuffer'
2018-04-24 15:06:53.490262 [NOTICE] switch_loadable_module.c:292 Adding Application 'send_display'
2018-04-24 15:06:53.490276 [NOTICE] switch_loadable_module.c:292 Adding Application 'respond'
2018-04-24 15:06:53.490290 [NOTICE] switch_loadable_module.c:292 Adding Application 'deflect'
2018-04-24 15:06:53.490304 [NOTICE] switch_loadable_module.c:292 Adding Application 'recovery_refresh'
2018-04-24 15:06:53.490321 [NOTICE] switch_loadable_module.c:292 Adding Application 'queue_dtmf'
2018-04-24 15:06:53.490336 [NOTICE] switch_loadable_module.c:292 Adding Application 'send_dtmf'
2018-04-24 15:06:53.490350 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_cancel'
2018-04-24 15:06:53.490363 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_hangup'
2018-04-24 15:06:53.490377 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_broadcast'
2018-04-24 15:06:53.490392 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_transfer'
2018-04-24 15:06:53.490406 [NOTICE] switch_loadable_module.c:292 Adding Application 'execute_extension'
2018-04-24 15:06:53.490483 [NOTICE] switch_loadable_module.c:292 Adding Application 'sched_heartbeat'
2018-04-24 15:06:53.490578 [NOTICE] switch_loadable_module.c:292 Adding Application 'enable_heartbeat'
2018-04-24 15:06:53.490596 [NOTICE] switch_loadable_module.c:292 Adding Application 'enable_keepalive'
2018-04-24 15:06:53.490611 [NOTICE] switch_loadable_module.c:292 Adding Application 'media_reset'
2018-04-24 15:06:53.490625 [NOTICE] switch_loadable_module.c:292 Adding Application 'mkdir'
2018-04-24 15:06:53.490639 [NOTICE] switch_loadable_module.c:292 Adding Application 'rename'
2018-04-24 15:06:53.490652 [NOTICE] switch_loadable_module.c:292 Adding Application 'transfer_vars'
2018-04-24 15:06:53.490666 [NOTICE] switch_loadable_module.c:292 Adding Application 'soft_hold'
2018-04-24 15:06:53.490680 [NOTICE] switch_loadable_module.c:292 Adding Application 'bind_meta_app'
2018-04-24 15:06:53.490694 [NOTICE] switch_loadable_module.c:292 Adding Application 'unbind_meta_app'
2018-04-24 15:06:53.490708 [NOTICE] switch_loadable_module.c:292 Adding Application 'block_dtmf'
2018-04-24 15:06:53.490722 [NOTICE] switch_loadable_module.c:292 Adding Application 'unblock_dtmf'
2018-04-24 15:06:53.490735 [NOTICE] switch_loadable_module.c:292 Adding Application 'intercept'
2018-04-24 15:06:53.490749 [NOTICE] switch_loadable_module.c:292 Adding Application 'eavesdrop'
2018-04-24 15:06:53.490763 [NOTICE] switch_loadable_module.c:292 Adding Application 'three_way'
2018-04-24 15:06:53.490776 [NOTICE] switch_loadable_module.c:292 Adding Application 'set_user'
2018-04-24 15:06:53.490790 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_dtmf'
2018-04-24 15:06:53.490803 [NOTICE] switch_loadable_module.c:292 Adding Application 'start_dtmf'
2018-04-24 15:06:53.490895 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_dtmf_generate'
2018-04-24 15:06:53.490914 [NOTICE] switch_loadable_module.c:292 Adding Application 'start_dtmf_generate'
2018-04-24 15:06:53.490928 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_tone_detect'
2018-04-24 15:06:53.490942 [NOTICE] switch_loadable_module.c:292 Adding Application 'fax_detect'
2018-04-24 15:06:53.490955 [NOTICE] switch_loadable_module.c:292 Adding Application 'tone_detect'
2018-04-24 15:06:53.490969 [NOTICE] switch_loadable_module.c:292 Adding Application 'echo'
2018-04-24 15:06:53.490982 [NOTICE] switch_loadable_module.c:292 Adding Application 'park'
2018-04-24 15:06:53.490995 [NOTICE] switch_loadable_module.c:292 Adding Application 'park_state'
2018-04-24 15:06:53.491009 [NOTICE] switch_loadable_module.c:292 Adding Application 'gentones'
2018-04-24 15:06:53.491022 [NOTICE] switch_loadable_module.c:292 Adding Application 'playback'
2018-04-24 15:06:53.491036 [NOTICE] switch_loadable_module.c:292 Adding Application 'endless_playback'
2018-04-24 15:06:53.491050 [NOTICE] switch_loadable_module.c:292 Adding Application 'loop_playback'
2018-04-24 15:06:53.491064 [NOTICE] switch_loadable_module.c:292 Adding Application 'att_xfer'
2018-04-24 15:06:53.491077 [NOTICE] switch_loadable_module.c:292 Adding Application 'read'
2018-04-24 15:06:53.491091 [NOTICE] switch_loadable_module.c:292 Adding Application 'play_and_get_digits'
2018-04-24 15:06:53.491107 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_video_write_overlay'
2018-04-24 15:06:53.491121 [NOTICE] switch_loadable_module.c:292 Adding Application 'video_write_overlay'
2018-04-24 15:06:53.491135 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_record_session'
2018-04-24 15:06:53.491227 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_session'
2018-04-24 15:06:53.491248 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_session_mask'
2018-04-24 15:06:53.491263 [NOTICE] switch_loadable_module.c:292 Adding Application 'record_session_unmask'
2018-04-24 15:06:53.491278 [NOTICE] switch_loadable_module.c:292 Adding Application 'record'
2018-04-24 15:06:53.491292 [NOTICE] switch_loadable_module.c:292 Adding Application 'preprocess'
2018-04-24 15:06:53.491306 [NOTICE] switch_loadable_module.c:292 Adding Application 'stop_displace_session'
2018-04-24 15:06:53.491321 [NOTICE] switch_loadable_module.c:292 Adding Application 'displace_session'
2018-04-24 15:06:53.491335 [NOTICE] switch_loadable_module.c:292 Adding Application 'speak'
2018-04-24 15:06:53.491432 [NOTICE] switch_loadable_module.c:292 Adding Application 'clear_speech_cache'
2018-04-24 15:06:53.491574 [NOTICE] switch_loadable_module.c:292 Adding Application 'bridge'
2018-04-24 15:06:53.491588 [NOTICE] switch_loadable_module.c:292 Adding Application 'system'
2018-04-24 15:06:53.491602 [NOTICE] switch_loadable_module.c:292 Adding Application 'bgsystem'
2018-04-24 15:06:53.491616 [NOTICE] switch_loadable_module.c:292 Adding Application 'say'
2018-04-24 15:06:53.491630 [NOTICE] switch_loadable_module.c:292 Adding Application 'detect_audio'
2018-04-24 15:06:53.491644 [NOTICE] switch_loadable_module.c:292 Adding Application 'detect_silence'
2018-04-24 15:06:53.491659 [NOTICE] switch_loadable_module.c:292 Adding Application 'wait_for_silence'
2018-04-24 15:06:53.491752 [NOTICE] switch_loadable_module.c:292 Adding Application 'session_loglevel'
2018-04-24 15:06:53.491849 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit'
2018-04-24 15:06:53.491864 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit_hash'
2018-04-24 15:06:53.491881 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit_execute'
2018-04-24 15:06:53.491896 [NOTICE] switch_loadable_module.c:292 Adding Application 'limit_hash_execute'
2018-04-24 15:06:53.491911 [NOTICE] switch_loadable_module.c:292 Adding Application 'pickup'
2018-04-24 15:06:53.491925 [NOTICE] switch_loadable_module.c:292 Adding Application 'deduplicate_dtmf'
2018-04-24 15:06:53.492022 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strepoch'
2018-04-24 15:06:53.492036 [NOTICE] switch_loadable_module.c:338 Adding API Function 'page'
2018-04-24 15:06:53.492051 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strmicroepoch'
2018-04-24 15:06:53.492065 [NOTICE] switch_loadable_module.c:338 Adding API Function 'chat'
2018-04-24 15:06:53.492079 [NOTICE] switch_loadable_module.c:338 Adding API Function 'strftime'
2018-04-24 15:06:53.492093 [NOTICE] switch_loadable_module.c:338 Adding API Function 'presence'
2018-04-24 15:06:53.492107 [NOTICE] switch_loadable_module.c:390 Adding File Format 'file_string'
2018-04-24 15:06:53.492258 [NOTICE] switch_loadable_module.c:390 Adding File Format 'file'
2018-04-24 15:06:53.492275 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'event'
2018-04-24 15:06:53.492289 [NOTICE] switch_loadable_module.c:483 Adding Chat interface 'api'
2018-04-24 15:06:53.572138 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:53.626062 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:53.700901 [INFO] mod_voicemail.c:794 Added Profile default
2018-04-24 15:06:53.700970 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_voicemail]
2018-04-24 15:06:53.700990 [NOTICE] switch_loadable_module.c:292 Adding Application 'voicemail'
2018-04-24 15:06:53.701304 [NOTICE] switch_loadable_module.c:338 Adding API Function 'voicemail'
2018-04-24 15:06:53.701349 [NOTICE] switch_loadable_module.c:338 Adding API Function 'voicemail_inject'
2018-04-24 15:06:53.701384 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_inject'
2018-04-24 15:06:53.701415 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_boxcount'
2018-04-24 15:06:53.701446 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_prefs'
2018-04-24 15:06:53.701478 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_delete'
2018-04-24 15:06:53.701509 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_read'
2018-04-24 15:06:53.701540 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_list'
2018-04-24 15:06:53.701571 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_auth_login'
2018-04-24 15:06:53.701602 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_count'
2018-04-24 15:06:53.701634 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_list'
2018-04-24 15:06:53.701666 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_get'
2018-04-24 15:06:53.701697 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_delete'
2018-04-24 15:06:53.701728 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_undelete'
2018-04-24 15:06:53.701760 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_email'
2018-04-24 15:06:53.701791 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_purge'
2018-04-24 15:06:53.701821 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_save'
2018-04-24 15:06:53.701852 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_msg_forward'
2018-04-24 15:06:53.701884 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_pref_greeting_set'
2018-04-24 15:06:53.701915 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_pref_greeting_get'
2018-04-24 15:06:53.701947 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_pref_recname_set'
2018-04-24 15:06:53.701979 [NOTICE] switch_loadable_module.c:338 Adding API Function 'vm_fsdb_pref_password_set'
2018-04-24 15:06:53.802916 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:53.804289 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_db]
2018-04-24 15:06:53.804302 [NOTICE] switch_loadable_module.c:292 Adding Application 'db'
2018-04-24 15:06:53.804330 [NOTICE] switch_loadable_module.c:292 Adding Application 'group'
2018-04-24 15:06:53.804345 [NOTICE] switch_loadable_module.c:338 Adding API Function 'db'
2018-04-24 15:06:53.804359 [NOTICE] switch_loadable_module.c:338 Adding API Function 'group'
2018-04-24 15:06:53.804373 [NOTICE] switch_loadable_module.c:556 Adding Limit interface 'db'
2018-04-24 15:06:53.819565 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_dialplan_xml]
2018-04-24 15:06:53.819594 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'XML'
2018-04-24 15:06:53.820754 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_g723_1]
2018-04-24 15:06:53.820767 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 120ms 1ch 6300bps
2018-04-24 15:06:53.820859 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 90ms 1ch 6300bps
2018-04-24 15:06:53.820862 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 60ms 1ch 6300bps
2018-04-24 15:06:53.820864 [NOTICE] switch_loadable_module.c:207 Adding Codec G723 4 G.723.1 6.3k 8000hz 30ms 1ch 6300bps
2018-04-24 15:06:53.821909 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_g729]
2018-04-24 15:06:53.821920 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 10ms 1ch 8000bps
2018-04-24 15:06:53.821923 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 20ms 1ch 8000bps
2018-04-24 15:06:53.821925 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 30ms 1ch 8000bps
2018-04-24 15:06:53.821927 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 40ms 1ch 8000bps
2018-04-24 15:06:53.821929 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 50ms 1ch 8000bps
2018-04-24 15:06:53.821931 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 60ms 1ch 8000bps
2018-04-24 15:06:53.821933 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 70ms 1ch 8000bps
2018-04-24 15:06:53.821935 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 80ms 1ch 8000bps
2018-04-24 15:06:53.821937 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 90ms 1ch 8000bps
2018-04-24 15:06:53.821938 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 100ms 1ch 8000bps
2018-04-24 15:06:53.821940 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 110ms 1ch 8000bps
2018-04-24 15:06:53.821942 [NOTICE] switch_loadable_module.c:207 Adding Codec G729 18 G.729 8000hz 120ms 1ch 8000bps
2018-04-24 15:06:53.823483 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_h26x]
2018-04-24 15:06:53.823496 [NOTICE] switch_loadable_module.c:213 Adding Codec H264 97 H.264 Video (passthru) 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:53.823521 [NOTICE] switch_loadable_module.c:213 Adding Codec H263 34 H.263 Video (passthru) 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:53.823536 [NOTICE] switch_loadable_module.c:213 Adding Codec H263-1998 115 H.263+ Video (passthru) 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:53.823550 [NOTICE] switch_loadable_module.c:213 Adding Codec H263-2000 121 H.263++ Video (passthru) 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:53.823563 [NOTICE] switch_loadable_module.c:213 Adding Codec H261 31 H.261 Video (passthru) 90000hz 0ms 1ch (VBR)
2018-04-24 15:06:53.946742 [INFO] mod_sndfile.c:388
LibSndFile Version : libsndfile-1.0.25 Supported Formats
================================================================================
AIFF (Apple/SGI)  (extension "aiff")
AU (Sun/NeXT)  (extension "au")
AVR (Audio Visual Research)  (extension "avr")
CAF (Apple Core Audio File)  (extension "caf")
FLAC (FLAC Lossless Audio Codec)  (extension "flac")
HTK (HMM Tool Kit)  (extension "htk")
IFF (Amiga IFF/SVX8/SV16)  (extension "iff")
MAT4 (GNU Octave 2.0 / Matlab 4.2)  (extension "mat")
MAT5 (GNU Octave 2.1 / Matlab 5.0)  (extension "mat")
MPC (Akai MPC 2k)  (extension "mpc")
OGG (OGG Container format)  (extension "oga")
PAF (Ensoniq PARIS)  (extension "paf")
PVF (Portable Voice Format)  (extension "pvf")
RAW (header-less)  (extension "raw")
RF64 (RIFF 64)  (extension "rf64")
SD2 (Sound Designer II)  (extension "sd2")
SDS (Midi Sample Dump Standard)  (extension "sds")
SF (Berkeley/IRCAM/CARL)  (extension "sf")
VOC (Creative Labs)  (extension "voc")
W64 (SoundFoundry WAVE 64)  (extension "w64")
WAV (Microsoft)  (extension "wav")
WAV (NIST Sphere)  (extension "wav")
WAVEX (Microsoft)  (extension "wav")
WVE (Psion Series 3)  (extension "wve")
XI (FastTracker 2)  (extension "xi")
================================================================================
2018-04-24 15:06:53.984137 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_sndfile]
2018-04-24 15:06:53.984154 [NOTICE] switch_loadable_module.c:390 Adding File Format 'aiff'
2018-04-24 15:06:53.984196 [NOTICE] switch_loadable_module.c:390 Adding File Format 'au'
2018-04-24 15:06:53.984210 [NOTICE] switch_loadable_module.c:390 Adding File Format 'avr'
2018-04-24 15:06:53.984223 [NOTICE] switch_loadable_module.c:390 Adding File Format 'caf'
2018-04-24 15:06:53.984235 [NOTICE] switch_loadable_module.c:390 Adding File Format 'flac'
2018-04-24 15:06:53.984247 [NOTICE] switch_loadable_module.c:390 Adding File Format 'htk'
2018-04-24 15:06:53.984259 [NOTICE] switch_loadable_module.c:390 Adding File Format 'iff'
2018-04-24 15:06:53.984270 [NOTICE] switch_loadable_module.c:390 Adding File Format 'mat'
2018-04-24 15:06:53.984282 [NOTICE] switch_loadable_module.c:390 Adding File Format 'mpc'
2018-04-24 15:06:53.984294 [NOTICE] switch_loadable_module.c:390 Adding File Format 'oga'
2018-04-24 15:06:53.984305 [NOTICE] switch_loadable_module.c:390 Adding File Format 'paf'
2018-04-24 15:06:53.984317 [NOTICE] switch_loadable_module.c:390 Adding File Format 'pvf'
2018-04-24 15:06:53.984328 [NOTICE] switch_loadable_module.c:390 Adding File Format 'raw'
2018-04-24 15:06:53.984340 [NOTICE] switch_loadable_module.c:390 Adding File Format 'rf64'
2018-04-24 15:06:53.984352 [NOTICE] switch_loadable_module.c:390 Adding File Format 'sd2'
2018-04-24 15:06:53.984363 [NOTICE] switch_loadable_module.c:390 Adding File Format 'sds'
2018-04-24 15:06:53.984375 [NOTICE] switch_loadable_module.c:390 Adding File Format 'sf'
2018-04-24 15:06:53.984386 [NOTICE] switch_loadable_module.c:390 Adding File Format 'voc'
2018-04-24 15:06:53.984398 [NOTICE] switch_loadable_module.c:390 Adding File Format 'w64'
2018-04-24 15:06:53.984441 [NOTICE] switch_loadable_module.c:390 Adding File Format 'wav'
2018-04-24 15:06:53.984455 [NOTICE] switch_loadable_module.c:390 Adding File Format 'wve'
2018-04-24 15:06:53.984467 [NOTICE] switch_loadable_module.c:390 Adding File Format 'xi'
2018-04-24 15:06:53.984478 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r8'
2018-04-24 15:06:53.984489 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r16'
2018-04-24 15:06:53.984501 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r24'
2018-04-24 15:06:53.984679 [NOTICE] switch_loadable_module.c:390 Adding File Format 'r32'
2018-04-24 15:06:53.984692 [NOTICE] switch_loadable_module.c:390 Adding File Format 'gsm'
2018-04-24 15:06:53.984703 [NOTICE] switch_loadable_module.c:390 Adding File Format 'ul'
2018-04-24 15:06:53.984715 [NOTICE] switch_loadable_module.c:390 Adding File Format 'ulaw'
2018-04-24 15:06:53.984726 [NOTICE] switch_loadable_module.c:390 Adding File Format 'al'
2018-04-24 15:06:53.984737 [NOTICE] switch_loadable_module.c:390 Adding File Format 'alaw'
2018-04-24 15:06:53.984748 [NOTICE] switch_loadable_module.c:390 Adding File Format 'adpcm'
2018-04-24 15:06:53.984760 [NOTICE] switch_loadable_module.c:390 Adding File Format 'vox'
2018-04-24 15:06:54.000328 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_native_file]
2018-04-24 15:06:54.000357 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PCMU'
2018-04-24 15:06:54.000399 [NOTICE] switch_loadable_module.c:390 Adding File Format 'SPEEX'
2018-04-24 15:06:54.000414 [NOTICE] switch_loadable_module.c:390 Adding File Format 'L16'
2018-04-24 15:06:54.000427 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PCMA'
2018-04-24 15:06:54.000460 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PROXY'
2018-04-24 15:06:54.000490 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G729'
2018-04-24 15:06:54.000504 [NOTICE] switch_loadable_module.c:390 Adding File Format 'H264'
2018-04-24 15:06:54.000515 [NOTICE] switch_loadable_module.c:390 Adding File Format 'H263-2000'
2018-04-24 15:06:54.000527 [NOTICE] switch_loadable_module.c:390 Adding File Format 'PROXY-VID'
2018-04-24 15:06:54.000539 [NOTICE] switch_loadable_module.c:390 Adding File Format 'G723'
2018-04-24 15:06:54.000551 [NOTICE] switch_loadable_module.c:390 Adding File Format 'H263-1998'
2018-04-24 15:06:54.000562 [NOTICE] switch_loadable_module.c:390 Adding File Format 'H261'
2018-04-24 15:06:54.000573 [NOTICE] switch_loadable_module.c:390 Adding File Format 'VP8'
2018-04-24 15:06:54.000585 [NOTICE] switch_loadable_module.c:390 Adding File Format 'VP9'
2018-04-24 15:06:54.000596 [NOTICE] switch_loadable_module.c:390 Adding File Format 'H263'
2018-04-24 15:06:54.073225 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:54.073847 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_local_stream]
2018-04-24 15:06:54.073858 [NOTICE] switch_loadable_module.c:338 Adding API Function 'local_stream'
2018-04-24 15:06:54.073888 [NOTICE] switch_loadable_module.c:390 Adding File Format 'local_stream'
2018-04-24 15:06:54.096466 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_tone_stream]
2018-04-24 15:06:54.096533 [NOTICE] switch_loadable_module.c:390 Adding File Format 'tone_stream'
2018-04-24 15:06:54.096611 [NOTICE] switch_loadable_module.c:390 Adding File Format 'silence_stream'
2018-04-24 15:06:54.290413 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:54.290616 [INFO] mod_lua.cpp:328 binding '/usr/local/freeswitch/scripts/astpp/astpp.lua' to 'dialplan'
2018-04-24 15:06:54.290624 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_lua]
2018-04-24 15:06:54.290632 [NOTICE] switch_loadable_module.c:250 Adding Dialplan 'LUA'
2018-04-24 15:06:54.290668 [NOTICE] switch_loadable_module.c:292 Adding Application 'lua'
2018-04-24 15:06:54.290684 [NOTICE] switch_loadable_module.c:315 Adding Chat Application 'lua'
2018-04-24 15:06:54.290697 [NOTICE] switch_loadable_module.c:338 Adding API Function 'luarun'
2018-04-24 15:06:54.290710 [NOTICE] switch_loadable_module.c:338 Adding API Function 'lua'
2018-04-24 15:06:54.301557 [CONSOLE] switch_loadable_module.c:1540 Successfully Loaded [mod_say_en]
2018-04-24 15:06:54.301584 [NOTICE] switch_loadable_module.c:504 Adding Say interface 'en'
2018-04-24 15:06:54.341099 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:54.341133 [CONSOLE] switch_loadable_module.c:139 Starting runtime thread for mod_event_socket
2018-04-24 15:06:54.341223 [CONSOLE] switch_loadable_module.c:139 Starting runtime thread for CORE_SOFTTIMER_MODULE
2018-04-24 15:06:54.342058 [NOTICE] switch_core.c:1472 Created ip list rfc6598.auto default (deny)
2018-04-24 15:06:54.342063 [NOTICE] switch_utils.c:545 Adding 100.64.0.0/10 (allow) [] to list rfc6598.auto
2018-04-24 15:06:54.342066 [NOTICE] switch_core.c:1478 Created ip list rfc1918.auto default (deny)
2018-04-24 15:06:54.342068 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto
2018-04-24 15:06:54.342070 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto
2018-04-24 15:06:54.342072 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto
2018-04-24 15:06:54.342074 [NOTICE] switch_utils.c:545 Adding fe80::/10 (allow) [] to list rfc1918.auto
2018-04-24 15:06:54.342076 [NOTICE] switch_core.c:1487 Created ip list wan.auto default (allow)
2018-04-24 15:06:54.342077 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/8 (deny) [] to list wan.auto
2018-04-24 15:06:54.342079 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (deny) [] to list wan.auto
2018-04-24 15:06:54.342081 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (deny) [] to list wan.auto
2018-04-24 15:06:54.342082 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (deny) [] to list wan.auto
2018-04-24 15:06:54.342084 [NOTICE] switch_utils.c:545 Adding 169.254.0.0/16 (deny) [] to list wan.auto
2018-04-24 15:06:54.342086 [NOTICE] switch_utils.c:545 Adding fe80::/10 (deny) [] to list wan.auto
2018-04-24 15:06:54.342088 [NOTICE] switch_core.c:1498 Created ip list wan_v6.auto default (allow)
2018-04-24 15:06:54.342089 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/0 (deny) [] to list wan_v6.auto
2018-04-24 15:06:54.342091 [NOTICE] switch_utils.c:545 Adding fe80::/10 (deny) [] to list wan_v6.auto
2018-04-24 15:06:54.342092 [NOTICE] switch_core.c:1506 Created ip list wan_v4.auto default (allow)
2018-04-24 15:06:54.342094 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/8 (deny) [] to list wan_v4.auto
2018-04-24 15:06:54.342095 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (deny) [] to list wan_v4.auto
2018-04-24 15:06:54.342097 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (deny) [] to list wan_v4.auto
2018-04-24 15:06:54.342099 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (deny) [] to list wan_v4.auto
2018-04-24 15:06:54.342100 [NOTICE] switch_utils.c:545 Adding 169.254.0.0/16 (deny) [] to list wan_v4.auto
2018-04-24 15:06:54.342102 [NOTICE] switch_utils.c:545 Adding ::/0 (deny) [] to list wan_v4.auto
2018-04-24 15:06:54.342104 [NOTICE] switch_core.c:1518 Created ip list any_v6.auto default (allow)
2018-04-24 15:06:54.342105 [NOTICE] switch_utils.c:545 Adding 0.0.0.0/0 (deny) [] to list any_v6.auto
2018-04-24 15:06:54.342107 [NOTICE] switch_core.c:1525 Created ip list any_v4.auto default (allow)
2018-04-24 15:06:54.342108 [NOTICE] switch_utils.c:545 Adding ::/0 (deny) [] to list any_v4.auto
2018-04-24 15:06:54.342110 [NOTICE] switch_core.c:1532 Created ip list nat.auto default (deny)
2018-04-24 15:06:54.342112 [NOTICE] switch_core.c:1534 Adding 192.168.0.72/255.255.255.0 (deny) to list nat.auto
2018-04-24 15:06:54.342114 [NOTICE] switch_utils.c:545 Adding 10.0.0.0/8 (allow) [] to list nat.auto
2018-04-24 15:06:54.342116 [NOTICE] switch_utils.c:545 Adding 172.16.0.0/12 (allow) [] to list nat.auto
2018-04-24 15:06:54.342117 [NOTICE] switch_utils.c:545 Adding 192.168.0.0/16 (allow) [] to list nat.auto
2018-04-24 15:06:54.342119 [NOTICE] switch_utils.c:545 Adding 100.64.0.0/10 (allow) [] to list nat.auto
2018-04-24 15:06:54.342121 [NOTICE] switch_core.c:1544 Created ip list loopback.auto default (deny)
2018-04-24 15:06:54.342122 [NOTICE] switch_utils.c:545 Adding 127.0.0.0/8 (allow) [] to list loopback.auto
2018-04-24 15:06:54.342125 [NOTICE] switch_utils.c:545 Adding ::1/128 (allow) [] to list loopback.auto
2018-04-24 15:06:54.342127 [NOTICE] switch_core.c:1551 Created ip list localnet.auto default (deny)
2018-04-24 15:06:54.342129 [NOTICE] switch_core.c:1554 Adding 192.168.0.72/255.255.255.0 (allow) to list localnet.auto
2018-04-24 15:06:54.346282 [INFO] switch_time.c:615 Clock synchronized to system time.
2018-04-24 15:06:54.483531 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:54.483531 [CONSOLE] switch_core.c:1581 Created ip list lan default (allow)
2018-04-24 15:06:54.483531 [NOTICE] switch_utils.c:545 Adding 192.168.42.0/24 (deny) [] to list lan
2018-04-24 15:06:54.483531 [NOTICE] switch_utils.c:545 Adding 192.168.42.42/32 (allow) [] to list lan
2018-04-24 15:06:54.483531 [CONSOLE] switch_core.c:1581 Created ip list domains default (deny)
2018-04-24 15:06:54.623560 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:54.663260 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:54.663260 [WARNING] switch_core.c:1610 Cannot locate domain 192.168.0.72
2018-04-24 15:06:54.703534 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]
2018-04-24 15:06:54.703534 [CONSOLE] switch_core.c:2427
.=============================================================.
|   _____              ______        _____ _____ ____ _   _   |
|  |  ___| __ ___  ___/ ___\ \      / /_ _|_   _/ ___| | | |  |
|  | |_ | '__/ _ \/ _ \___ \\ \ /\ / / | |  | || |   | |_| |  |
|  |  _|| | |  __/  __/___) |\ 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/         |
.=============================================================.

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


2018-04-24 15:06:54.703534 [INFO] switch_core.c:2436
FreeSWITCH Version 1.6.19+git~20170713T120145Z~7a77e0bb2c~64bit (git 7a77e0b 2017-07-13 12:01:45Z 64bit)

FreeSWITCH Started
Max Sessions [1000]
Session Rate [30]
SQL [Enabled]
2018-04-24 15:06:54.783471 [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]

Thanks for your reply

Jason

Samir Doshi

unread,
Apr 24, 2018, 7:28:50 AM4/24/18
to ASTPP
Check in below file. (Line number around 70)
/usr/local/freeswitch/log/freeswitch.xml.fsxml

From that, you should get in which module file syntax error is there. Go to that appropriate file and fix the syntax error, and then restart fs. It should fix your problem. 




Mailtrack Sender notified by
Mailtrack

Best Regards
--
Samir Doshi
iNextrix Technologies Pvt. Ltd.
http://www.inextrix.com


Disclaimer:
The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance on the contents of this information is strictly prohibited and may be unlawful. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

--
=====================================================================
Documentation : https://astpp.readthedocs.io/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+unsubscribe@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at https://groups.google.com/group/astpp.
Reply all
Reply to author
Forward
0 new messages