I ready do SEMS node installation, and create sems.conf, but started fail. I share the log and conf as below. This problem has troubled me for a long time, I hope you can help me
This is all sems.conf:
general {
stderr = no
syslog_loglevel = 2
syslog_facility = LOCAL0
node_id = 8
shutdown_mode {
code = 508
reason = "Yeti node in shutdown mode"
allow_uac = true
}
media_processor_threads = 4
rtp_receiver_threads = 4
session_processor_threads = 20
sip_udp_server_threads = 2
sip_tcp_server_threads = 2
dead_rtp_time=30
default_bl_ttl=0
symmetric_rtp_mode = packets
symmetric_rtp_packets = 20
}
signaling-interfaces {
interface internal {
default-media-interface = internal
ip4 {
sip-udp {
address = 127.0.0.1
port = 5060
use-raw-sockets = off
}
sip-tcp {
address = 127.0.0.1
port = 5060
connect-timeout = 2000
static-client-port = on
idle-timeout=900000
use-raw-sockets = off
}
}
}
}
media-interfaces {
interface internal {
ip4 {
rtp {
address = 127.0.0.1
low-port = 16384
high-port = 32769
dscp = 46
use-raw-sockets = off
}
}
}
}
modules {
module “di_log” {}
module “mp3” {}
module “opus” {}
module “wav” {}
module “gsm” {}
module “ilbc” {}
module “adpcm” {}
module “l16” {}
module “g722” {}
module “g729bcg” {}
module "registrar_client" {}
module "sctp_bus" {}
module "session_timer" {}
module "jsonrpc" {
listen{
address = 127.0.0.1
port = 7080
}
server_threads = 1
}
module "http_client" {}
module-global "uac_auth" {}
module "options_prober" {}
module "radius_client" {}
module "yeti" {
pop_id = 4
lega_cdr_headers {
header(p-charge-info, string)
header(diversion, array)
}
auth {
realm = yeti-switch
}
msg_logger_dir = /var/spool/sems/dump
audio_recorder_dir = /var/spool/sems/records
audio_recorder_compress = true
db_refresh_interval = 5
ip_auth_reject_if_no_matched = true
routing {
schema = switch20
function = route_release
init = init
master_pool {
host = 127.0.0.1
port = 5432
name = yeti
user = yeti
pass = somepassword
size = 4
check_interval = 10
max_exceptions = 0
statement_timeout=3000
}
failover_to_slave = false
slave_pool {
host = 127.0.0.1
port = 5432
name = yeti
user = yeti
pass = somepassword
size = 4
check_interval = 10
max_exceptions = 0
statement_timeout=3000
}
}
cdr {
dir = /var/spool/sems/cdrs
completed_dir = /var/spool/sems/cdrs/completed
pool_size = 2
schema = switch
function = writecdr
master {
host = 192.168.0.118
port = 5432
name = cdr
user = cdr
pass = somepassword
}
failover_to_slave = false
slave {
host = 192.168.0.118
port = 5432
name = cdr
user = cdr
pass = somepassword
}
failover_requeue = true
failover_to_file = false
serialize_dynamic_fields = true
batch_size = 1
batch_timeout = 5000
}
resources {
reject_on_error = false
write {
host = 127.0.0.1
port = 6379
size = 2
timeout = 500
}
read {
host = 127.0.0.1
port = 6379
size = 2
timeout = 1000
}
}
registrations {
check_interval = 5000
}
registrar {
enabled = true
expires_min = 600
expires_max = 7200
expires_default = 1200
redis {
host = 127.0.0.1
port = 6379
}
}
rpc {
calls_show_limit = 10000
}
core_options_handling = yes
}
}
routing {
application = yeti
}
sems -E -D3 log:
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘A’ to 500 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘B’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘D’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘E’ to 500 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘F’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘K’ to 5000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘G’ to 500 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘H’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘I’ to 5000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘J’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘L’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘M’ to 8000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘C’ to 180000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘BL’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:2208] DEBUG: iface=‘lo’;ip=‘127.0.0.1’;flags=0x10049
[91715/91715] [AmLcConfig.cpp:2208] DEBUG: iface=‘eth0’;ip=‘192.168.0.38’;flags=0x11043
[91715/91715] [AmLcConfig.cpp:2208] DEBUG: iface=‘lo’;ip=‘::1’;flags=0x10049
Configuration:
configuration file: /etc/sems/sems.conf
plug-in path: /usr/lib/sems/plug-in
[91715/91715] [AmLcConfig.cpp:1929] INFO: Signaling interfaces:
[91715/91715] [AmLcConfig.cpp:1932] INFO: (0) name=‘internal’
[91715/91715] [AmLcConfig.cpp:1949] INFO: UDP
[91715/91715] [AmLcConfig.cpp:1951] INFO: LocalIP=‘127.0.0.1’;local_port=‘5060’;PublicIP=‘’; DSCP=0
[91715/91715] [AmLcConfig.cpp:1937] INFO: TCP 2000/900000
[91715/91715] [AmLcConfig.cpp:1951] INFO: LocalIP=‘127.0.0.1’;local_port=‘5060’;PublicIP=‘’; DSCP=0
[91715/91715] [AmLcConfig.cpp:1961] INFO: Signaling address map:
[91715/91715] [AmLcConfig.cpp:1968] INFO: 127.0.0.1 → internal
[91715/91715] [AmLcConfig.cpp:1973] INFO: Media interfaces:
[91715/91715] [AmLcConfig.cpp:1977] INFO: (0) name=‘internal’
[91715/91715] [AmLcConfig.cpp:1981] INFO: RTP
[91715/91715] [AmLcConfig.cpp:1985] INFO: LocalIP=‘127.0.0.1’;Ports=[16384;32769];MediaCapacity=8193;PublicIP=‘’; DSCP=46
[91715/91715] [sems.cpp:430] INFO: Open FDs limit has been raised to 65535
[91715/91716] [AmThread.cpp:92] INFO: Thread 139742639859456 is starting
[91715/91717] [AmThread.cpp:92] INFO: Thread 139742638806784 is starting
[91715/91715] [AmPlugIn.cpp:890] DEBUG: DI Interface ‘core’ registered.
[91715/91715] [sems.cpp:763] INFO: Starting application timer scheduler
[91715/91715] [AmThread.cpp:261] DEBUG: trying to add thread 0 to thread watcher
[91715/91715] [AmThread.cpp:267] DEBUG: added thread 0 to thread watcher
[91715/91715] [sems.cpp:767] INFO: Starting session container
[91715/91718] [AmThread.cpp:92] INFO: Thread 139742637754112 is starting
[91715/91715] [sems.cpp:771] INFO: Starting session processor threads
[91715/91715] [AmSessionProcessor.cpp:90] DEBUG: starting 20 session processor threads
[91715/91719] [AmThread.cpp:92] INFO: Thread 139742636701440 is starting
[91715/91720] [AmThread.cpp:92] INFO: Thread 139742635648768 is starting
[91715/91721] [AmThread.cpp:92] INFO: Thread 139742634596096 is starting
[91715/91720] [AmSessionProcessor.cpp:139] DEBUG: running processing loop
[91715/91715] [sems.cpp:776] INFO: Starting audio recorder
[91715/91715] [sems.cpp:779] INFO: Starting pcap recorder
[91715/91740] [AmThread.cpp:92] INFO: Thread 139742615648000 is starting
[91715/91715] [sems.cpp:782] INFO: Starting media processor
[91715/91741] [AmThread.cpp:92] INFO: Thread 139742614595328 is starting
[91715/91738] [AmThread.cpp:92] INFO: Thread 139742617753344 is starting
[91715/91738] [AmSessionProcessor.cpp:139] DEBUG: running processing loop
[91715/91739] [AmThread.cpp:92] INFO: Thread 139742616700672 is starting
[91715/91715] [AmMediaProcessor.cpp:95] DEBUG: Starting 4 MediaProcessorThreads.
[91715/91743] [AmThread.cpp:92] INFO: Thread 139742612121344 is starting
[91715/91715] [sems.cpp:785] INFO: Starting stun processor
[91715/91742] [AmThread.cpp:92] INFO: Thread 139742613174016 is starting
[91715/91744] [AmThread.cpp:92] INFO: Thread 139742611068672 is starting
[91715/91745] [AmThread.cpp:92] INFO: Thread 139742610016000 is starting
[91715/91715] [sems.cpp:798] INFO: Starting RTP receiver
[91715/91746] [AmThread.cpp:92] INFO: Thread 139742608963328 is starting
[91715/91747] [AmThread.cpp:92] INFO: Thread 139742607349504 is starting
[91715/91748] [AmThread.cpp:92] INFO: Thread 139742606296832 is starting
[91715/91749] [AmThread.cpp:92] INFO: Thread 139742605244160 is starting
[91715/91715] [sems.cpp:801] INFO: Starting SIP stack (control interface)
[91715/91750] [AmThread.cpp:92] INFO: Thread 139742604191488 is starting
[91715/91715] [sip/udp_trsp.cpp:162] DEBUG: UDP transport bound to 127.0.0.1/5060
[91715/91715] [sip/udp_trsp.cpp:514] INFO: Added SIP server UDP transport on 127.0.0.1:5060
[91715/91715] [sip/udp_trsp.cpp:514] INFO: Added SIP server UDP transport on 127.0.0.1:5060
[91715/91715] [sip/tcp_base_trsp.cpp:908] DEBUG: TCP transport bound to 127.0.0.1/5060
[91715/91715] [sip/tcp_base_trsp.cpp:939] DEBUG: 0x55f08ba28760 created ev_accept 0x55f08ba798a0 with base 0x55f08ba280a0
[91715/91715] [sip/tcp_base_trsp.cpp:940] DEBUG: 0x55f08ba28760 add ev_accept 0x55f08ba798a0
[91715/91715] [sip/tcp_base_trsp.cpp:1031] INFO: Added SIP server tcp transport on 127.0.0.1:5060
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/opus.so…
[91715/91715] [AmPlugIn.cpp:686] WARNING: codec 60 does not provide bytes2samples function
[91715/91715] [AmPlugIn.cpp:689] WARNING: codec 60 does not provide samples2bytes function
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 60 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘OPUS/24000’ inserted with id 101 and order 201
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/wav.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 1 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 2 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 61 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘PCMU/8000’ inserted with id 0 and order 100
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘PCMA/8000’ inserted with id 8 and order 108
[91715/91715] [AmPlugIn.cpp:767] DEBUG: file format Wav inserted
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/gsm.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 3 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘GSM/8000’ inserted with id 3 and order 103
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/ilbc.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 4 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘iLBC/8000’ inserted with id 102 and order 202
[91715/91715] [AmPlugIn.cpp:767] DEBUG: file format iLBC inserted
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/adpcm.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 8 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 9 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 10 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 11 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-32/8000’ inserted with id 103 and order 203
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G721/8000’ inserted with id 2 and order 102
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-24/8000’ inserted with id 104 and order 204
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-40/8000’ inserted with id 105 and order 205
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-16/8000’ inserted with id 106 and order 206
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/l16.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 12 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘L16/32000’ inserted with id 107 and order 207
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘L16/16000’ inserted with id 108 and order 208
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘L16/8000’ inserted with id 109 and order 209
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/g722.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 13 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘g722/16000’ inserted with id 9 and order 109
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/g729bcg.so…
[91715/91715] [AmPlugIn.cpp:259] ERROR: AmPlugIn::loadPlugIn: /usr/lib/sems/plug-in/g729bcg.so: /usr/lib/sems/plug-in/g729bcg.so: cannot open shared object file: No such file or directory
[91715/91715] [AmPlugIn.cpp:182] ERROR: while loading plug-in ‘/usr/lib/sems/plug-in/g729bcg.so’
[91715/91715] [sems.cpp:868] INFO: Disposing session container
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-cleaner 139742636701440 (139742636701440)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionContainer.cpp:172] DEBUG: brodcasting ServerShutdown system event to 0 sessions…
[91715/91715] [AmSessionContainer.cpp:187] DEBUG: waiting for active event queues to stop…
[91715/91741] [PcapFileRecorder.cpp:75] DEBUG: 0 unprocessed events on stop
[91715/91741] [PcapFileRecorder.cpp:83] DEBUG: pcap recorder stopped
[91715/91741] [AmThread.cpp:98] INFO: Thread pcap recorder 139742614595328 is ending
[91715/91715] [AmSessionContainer.cpp:199] DEBUG: cleaning sessions…
[91715/91715] [AmThread.cpp:148] DEBUG: Thread rtp-rx 139742606296832 (139742606296832)calling on_stop, give it a chance to clean up
[91715/91715] [AmRtpReceiver.cpp:115] INFO: requesting RTP receiver to stop.
[91715/91715] [AmThread.cpp:173] DEBUG: Thread rtp-rx 139742606296832 (139742606296832) finished detach
[91715/91748] [AmThread.cpp:98] INFO: Thread rtp-rx 139742606296832 is ending
[91715/91715] [AmThread.cpp:148] DEBUG: Thread rtp-rx 139742605244160 (139742605244160)calling on_stop, give it a chance to clean up
[91715/91715] [AmRtpReceiver.cpp:115] INFO: requesting RTP receiver to stop.
[91715/91715] [AmThread.cpp:173] DEBUG: Thread rtp-rx 139742605244160 (139742605244160) finished detach
[91715/91749] [AmThread.cpp:98] INFO: Thread rtp-rx 139742605244160 is ending
[91715/91715] [AmThread.cpp:148] DEBUG: Thread rtp-rx 139742604191488 (139742604191488)calling on_stop, give it a chance to clean up
[91715/91715] [AmRtpReceiver.cpp:115] INFO: requesting RTP receiver to stop.
[91715/91715] [AmThread.cpp:173] DEBUG: Thread rtp-rx 139742604191488 (139742604191488) finished detach
[91715/91750] [AmThread.cpp:98] INFO: Thread rtp-rx 139742604191488 is ending
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [sems.cpp:888] INFO: Stop session processor
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742635648768 (139742635648768)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742635648768
[91715/91720] [AmThread.cpp:98] INFO: Thread session-proc 139742635648768 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742635648768 (139742635648768) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742634596096 (139742634596096)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742634596096
[91715/91721] [AmThread.cpp:98] INFO: Thread session-proc 139742634596096 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742634596096 (139742634596096) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742499325696 (139742499325696)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742499325696
[91715/91722] [AmThread.cpp:98] INFO: Thread session-proc 139742499325696 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742499325696 (139742499325696) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742633543424 (139742633543424)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742633543424
[91715/91723] [AmThread.cpp:98] INFO: Thread session-proc 139742633543424 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742633543424 (139742633543424) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742632490752 (139742632490752)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742632490752
[91715/91724] [AmThread.cpp:98] INFO: Thread session-proc 139742632490752 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742632490752 (139742632490752) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742631438080 (139742631438080)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742631438080
[91715/91725] [AmThread.cpp:98] INFO: Thread session-proc 139742631438080 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742631438080 (139742631438080) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742630385408 (139742630385408)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742630385408
[91715/91726] [AmThread.cpp:98] INFO: Thread session-proc 139742630385408 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742630385408 (139742630385408) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742629332736 (139742629332736)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742629332736
[91715/91727] [AmThread.cpp:98] INFO: Thread session-proc 139742629332736 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742629332736 (139742629332736) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742628280064 (139742628280064)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742628280064
[91715/91728] [AmThread.cpp:98] INFO: Thread session-proc 139742628280064 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742628280064 (139742628280064) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742627227392 (139742627227392)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742627227392
[91715/91729] [AmThread.cpp:98] INFO: Thread session-proc 139742627227392 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742627227392 (139742627227392) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742626174720 (139742626174720)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742626174720
[91715/91730] [AmThread.cpp:98] INFO: Thread session-proc 139742626174720 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742626174720 (139742626174720) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742625122048 (139742625122048)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742625122048
[91715/91731] [AmThread.cpp:98] INFO: Thread session-proc 139742625122048 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742625122048 (139742625122048) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742624069376 (139742624069376)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742624069376
[91715/91732] [AmThread.cpp:98] INFO: Thread session-proc 139742624069376 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742624069376 (139742624069376) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742623016704 (139742623016704)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742623016704
[91715/91733] [AmThread.cpp:98] INFO: Thread session-proc 139742623016704 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742623016704 (139742623016704) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742621964032 (139742621964032)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742621964032
[91715/91734] [AmThread.cpp:98] INFO: Thread session-proc 139742621964032 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742621964032 (139742621964032) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742620911360 (139742620911360)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742620911360
[91715/91735] [AmThread.cpp:98] INFO: Thread session-proc 139742620911360 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742620911360 (139742620911360) finished detach
[91715/91715] [sems.cpp:897] INFO: Disposing audio file recorder
[91715/91715] [AmThread.cpp:148] DEBUG: Thread recorder 139742615648000 (139742615648000)calling on_stop, give it a chance to clean up
[91715/91740] [AmAudioFileRecorder.cpp:89] DEBUG: 0 unprocessed events on stop
[91715/91740] [AmAudioFileRecorder.cpp:97] DEBUG: 0 mono recorders on stop
[91715/91740] [AmAudioFileRecorder.cpp:101] DEBUG: 0 stereo recorders on stop
[91715/91740] [AmAudioFileRecorder.cpp:105] DEBUG: Audio recorder stopped
[91715/91740] [AmThread.cpp:98] INFO: Thread recorder 139742615648000 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread recorder 139742615648000 (139742615648000) finished detach
[91715/91715] [sems.cpp:900] INFO: Disposing pcap file recorder
[91715/91715] [sems.cpp:903] INFO: Disposing event dispatcher
[91715/91715] [AmEventDispatcher.cpp:238] DEBUG: *** dumping Event dispatcher buckets ***
[91715/91715] [AmEventDispatcher.cpp:256] DEBUG: *** End of Event dispatcher bucket dump ***
[91715/91715] [SipCtrlInterface.cpp:829] DEBUG: Stopping SIP control interface threads
[91715/91715] [SipCtrlInterface.cpp:822] DEBUG: dec_ref(0x55f08ba27160)
[91715/91715] [SipCtrlInterface.cpp:822] DEBUG: dec_ref(0x55f08ba28760)
[91715/91715] [sip/resolver.cpp:1550] DEBUG: resolver::clear_cache() 0 entries removed
[91715/91715] [AmThread.cpp:148] DEBUG: Thread resolver 139742639859456 (139742639859456)calling on_stop, give it a chance to clean up
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742639859456
[91715/91716] [sip/resolver.cpp:1626] DEBUG: resolver thread finished
[91715/91716] [AmThread.cpp:98] INFO: Thread resolver 139742639859456 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread resolver 139742639859456 (139742639859456) finished detach
[91715/91715] [AmThread.cpp:273] DEBUG: cleanup threads garbage collector
[91715/91717] [AmThread.cpp:290] DEBUG: Thread watcher starting its work
[91715/91717] [AmThread.cpp:302] DEBUG: thread 139742637754112 is to be processed in thread watcher
[91715/91717] [AmThread.cpp:306] DEBUG: request thread 139742637754112 to stop and join it
[91715/91717] [AmThread.cpp:148] DEBUG: Thread app-wheeltimer 139742637754112 (139742637754112)calling on_stop, give it a chance to clean up
[91715/91717] [AmThread.cpp:156] DEBUG: join thread 139742637754112
[91715/91718] [AmThread.cpp:98] INFO: Thread app-wheeltimer 139742637754112 is ending
[91715/91717] [AmThread.cpp:173] DEBUG: Thread app-wheeltimer 139742637754112 (139742637754112) finished detach
[91715/91717] [AmThread.cpp:312] DEBUG: thread 139742637754112 has been destroyed
[91715/91717] [AmThread.cpp:329] DEBUG: Thread watcher completed
[91715/91717] [AmThread.cpp:333] DEBUG: Thread watcher finished
[91715/91717] [AmThread.cpp:98] INFO: Thread AmThreadWatcher 139742638806784 is ending
[91715/91715] [sems.cpp:930] INFO: Disposing plug-ins
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: di_log
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: stderr
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: syslog
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: core
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: di_log
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: /usr/lib/sems/plug-in/di_log.so
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: di_log
[91715/91715] [sems.cpp:941] INFO: Exiting (failure)