Skip to content

Instantly share code, notes, and snippets.

@orlaqp
Created October 5, 2014 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlaqp/c53b115d17121171bba4 to your computer and use it in GitHub Desktop.
Save orlaqp/c53b115d17121171bba4 to your computer and use it in GitHub Desktop.
**/usr/local/freeswitch/mod/mod_v8.so: cannot open shared object file: No such file or directory**
2014-10-05 14:04:34.343812 [DEBUG] switch_loadable_module.c:1398 Loading module with global namespace at request of module
2014-10-05 14:04:34.343846 [NOTICE] switch_loadable_module.c:227 Adding Dialplan 'LUA'
2014-10-05 14:04:34.343873 [NOTICE] switch_loadable_module.c:269 Adding Application 'lua'
2014-10-05 14:04:34.343906 [NOTICE] switch_loadable_module.c:292 Adding Chat Application 'lua'
2014-10-05 14:04:34.343948 [NOTICE] switch_loadable_module.c:315 Adding API Function 'luarun'
2014-10-05 14:04:34.343976 [NOTICE] switch_loadable_module.c:315 Adding API Function 'lua'
2014-10-05 14:04:34.344295 [NOTICE] switch_loadable_module.c:471 Adding Say interface 'en'
2014-10-05 14:04:34.344477 [DEBUG] mod_event_socket.c:2883 Socket up listening on 127.0.0.1:8021
2014-10-05 14:04:34.344459 [DEBUG] switch_loadable_module.c:702 Chat Thread Started
2014-10-05 14:04:34.344538 [DEBUG] switch_loadable_module.c:702 Chat Thread Started
2014-10-05 14:04:34.344563 [INFO] switch_time.c:602 Clock synchronized to system time.
2014-10-05 14:04:34.344776 [NOTICE] switch_core.c:1305 Created ip list rfc1918.auto default (deny)
2014-10-05 14:04:34.344782 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (allow) [] to list rfc1918.auto
2014-10-05 14:04:34.344786 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (allow) [] to list rfc1918.auto
2014-10-05 14:04:34.344789 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (allow) [] to list rfc1918.auto
2014-10-05 14:04:34.344794 [NOTICE] switch_core.c:1313 Created ip list wan.auto default (allow)
2014-10-05 14:04:34.344796 [NOTICE] switch_utils.c:325 Adding 0.0.0.0/8 (deny) [] to list wan.auto
2014-10-05 14:04:34.344800 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (deny) [] to list wan.auto
2014-10-05 14:04:34.344803 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (deny) [] to list wan.auto
2014-10-05 14:04:34.344806 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (deny) [] to list wan.auto
2014-10-05 14:04:34.344809 [NOTICE] switch_utils.c:325 Adding 169.254.0.0/16 (deny) [] to list wan.auto
2014-10-05 14:04:34.344811 [NOTICE] switch_core.c:1323 Created ip list nat.auto default (deny)
2014-10-05 14:04:34.344815 [NOTICE] switch_core.c:1325 Adding 192.99.201.40/255.255.255.0 (deny) to list nat.auto
2014-10-05 14:04:34.344818 [NOTICE] switch_utils.c:325 Adding 10.0.0.0/8 (allow) [] to list nat.auto
2014-10-05 14:04:34.344823 [NOTICE] switch_utils.c:325 Adding 172.16.0.0/12 (allow) [] to list nat.auto
2014-10-05 14:04:34.344826 [NOTICE] switch_utils.c:325 Adding 192.168.0.0/16 (allow) [] to list nat.auto
2014-10-05 14:04:34.344829 [NOTICE] switch_core.c:1334 Created ip list loopback.auto default (deny)
2014-10-05 14:04:34.344832 [NOTICE] switch_utils.c:325 Adding 127.0.0.0/8 (allow) [] to list loopback.auto
2014-10-05 14:04:34.344835 [NOTICE] switch_core.c:1340 Created ip list localnet.auto default (deny)
2014-10-05 14:04:34.344838 [NOTICE] switch_core.c:1343 Adding 192.99.201.40/255.255.255.0 (allow) to list localnet.auto
2014-10-05 14:04:34.344847 [NOTICE] switch_utils.c:325 Adding 192.168.42.0/24 (deny) [] to list lan
2014-10-05 14:04:34.344851 [NOTICE] switch_core.c:1443 Adding 192.168.42.0/24 (deny) to list lan
2014-10-05 14:04:34.344855 [NOTICE] switch_utils.c:325 Adding 192.168.42.42/32 (allow) [] to list lan
2014-10-05 14:04:34.344858 [NOTICE] switch_core.c:1443 Adding 192.168.42.42/32 (allow) to list lan
2014-10-05 14:04:34.344885 [NOTICE] switch_utils.c:325 Adding 192.0.2.0/24 (allow) [brian@192.99.201.40] to list domains
2014-10-05 14:04:34.344964 [INFO] switch_core.c:2211
FreeSWITCH Version 1.5.15b+git~20141003T234323Z~f7210b2402~64bit (git f7210b2 2014-10-03 23:43:23Z 64bit)
FreeSWITCH Started
Max Sessions [1000]
Session Rate [30]
SQL [Enabled]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment