[SR-Users] Loading Xcap_server

Kethzer Docteur kethzer.dr at gmail.com
Mon Jul 8 18:12:23 CEST 2013


Im trying to load the modules Xcap and Im getting this error at that part.
Here is the moduli I have in my server:
acc.so
alias_db.so
async.so
auth_db.so
auth_diameter.so
auth.so
avpops.so
avp.so
benchmark.so
blst.so
call_control.so
cfg_db.so
cfg_rpc.so
cfgutils.so
corex.so
counters.so
ctl.so
db2_ops.so
db_cluster.so
db_flatstore.so
db_mysql.so
db_text.so
debugger.so
dialog.so
dispatcher.so
diversion.so
dmq.so
domainpolicy.so
domain.so
drouting.so
enum.so
exec.so
group.so
htable.so
imc.so
ipops.so
kex.so
malloc_test.so
mangler.so
matrix.so
maxfwd.so
mediaproxy.so
mi_datagram.so
mi_fifo.so
mi_rpc.so
mqueue.so
msilo.so
msrp.so
mtree.so
nathelper.so
nat_traversal.so
path.so
pdb.so
pdt.so
permissions.so
pike.so
pipelimit.so
prefix_route.so
presence_conference.so
presence_profile.so
presence.so
presence_xml.so
print_lib.so
print.so
p_usrloc.so
pv.so
qos.so
ratelimit.so
registrar.so
rr.so
rtimer.so
rtpproxy.so
sanity.so
sca.so
sdpops.so
seas.so
sipcapture.so
siptrace.so
siputils.so
sl.so
sms.so
speeddial.so
sqlops.so
sst.so
statistics.so
textops.so
textopsx.so
timer.so
tls.so
tmrec.so
tm.so
tmx.so
topoh.so
uac_redirect.so
uac.so
uid_auth_db.so
uid_avp_db.so
uid_domain.so
uid_gflags.so
uid_uri_db.so
uri_db.so
userblacklist.so
usrloc.so
xcap_client.so
xcap_server.so
xhttp_rpc.so
xhttp.so
xlog.so
xprint.so

#!ifdef WITH_XCAPSRV
#!define WITH_XHTTPAUTH
event_route[xhttp:request] {
 xdbg("===== xhttp: request [$rv] $rm => $hu\n");
 if (!www_authorize("xcap", "subscriber"))
 www_challenge("xcap", "0");
 unknown command, missing loadmodule?


pres_update_watchers("$var(uri)", "presence");
pres_refresh_watchers("$var(uri)", "presence", 1);
unknown command, missing loadmodule?

 0(21724) DEBUG: <core> [cfg.y:1804]: loading modules under
/usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/
loading modules under
/usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module db_mysql.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/db_mysql.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/db_mysql/db_mysql.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/db_mysql.so>
 0(21724) DEBUG: <core> [db_query.c:400]: About to allocate sql_buf size =
65535
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module mi_fifo.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/mi_fifo.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/mi_fifo/mi_fifo.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/mi_fifo.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module kex.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/kex.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/kex/kex.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/kex.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: kex
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module corex.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/corex.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/corex/corex.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/corex.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module tm.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/tm.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/tm/tm.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/tm.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module tmx.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/tmx.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/tmx/tmx.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/tmx.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: tmx
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module sl.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/sl.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/sl/sl.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/sl.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module rr.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/rr.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/rr/rr.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/rr.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: rr
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module pv.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/pv.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/pv/pv.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/pv.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: pv
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module maxfwd.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/maxfwd.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/maxfwd/maxfwd.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/maxfwd.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module usrloc.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/usrloc.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/usrloc/usrloc.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/usrloc.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module registrar.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/registrar.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/registrar/registrar.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/registrar.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: registrar
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module textops.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/textops.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/textops/textops.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/textops.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module siputils.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/siputils.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/siputils/siputils.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/siputils.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module xlog.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/xlog.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/xlog/xlog.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/xlog.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: xlog
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module sanity.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/sanity.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/sanity/sanity.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/sanity.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module ctl.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/ctl.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/ctl/ctl.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/ctl.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module cfg_rpc.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/cfg_rpc.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/cfg_rpc/cfg_rpc.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/cfg_rpc.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module mi_rpc.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/mi_rpc.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/mi_rpc/mi_rpc.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/mi_rpc.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module acc.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/acc.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/acc/acc.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/acc.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module nathelper.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/nathelper.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/nathelper/nathelper.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/nathelper.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: nathelper
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module rtpproxy.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/rtpproxy.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/rtpproxy/rtpproxy.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/rtpproxy.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: rtpproxy
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module tls.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/tls.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/tls/tls.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/tls.so>
 0(21724) DEBUG: <core> [mem/q_malloc.c:202]: qm_malloc_init:
QM_OPTIMIZE=16384, /ROUNDTO=1024
 0(21724) DEBUG: <core> [mem/q_malloc.c:204]: qm_malloc_init:
QM_HASH_SIZE=1043, qm_block size=20884
)/ 0xb7157ef8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_check_trans> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7157c08
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7157268
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7157c98
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7156ec8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71580e8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7158298
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_check_trans> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb71584d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<remove_hf> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<record_route> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7158cf8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7159188
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLT_ACC]
value [1]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#39 #0/1: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7159458
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7159818
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7159938
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7159a58
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7159b78
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<sl_send_reply> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715a538
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715a968
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb715afd8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb715b0f8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_is_set> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_on_branch> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715ba48
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715be78
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715b278
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715bf98
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb714ffb8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7150358
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<xhttp_reply> in module xhttp [/usr/local/lib/kamailio/modules/xhttp.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb71514a8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7151d08
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xdbg>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<xcaps_put> in module xcap_server
[/usr/local/lib/kamailio/modules/xcap_server.so]
 0(21724) DEBUG: xcap_server [xcap_misc.c:805]: uri name [u] - key [auid]
 0(21724) DEBUG: xcap_server [xcap_misc.c:734]: uri found [u]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xlog>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_update_watchers> not found
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_update_watchers> not found
 0(21724) ERROR: <core> [cfg.y:3431]: cfg. parser: failed to find command
pres_update_watchers
 0(21724) : <core> [cfg.y:3570]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 543, column 65: unknown command,
missing loadmodule?

 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_refresh_watchers> not found
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_refresh_watchers> not found
 0(21724) ERROR: <core> [cfg.y:3431]: cfg. parser: failed to find command
pres_refresh_watchers
 0(21724) : <core> [cfg.y:3570]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 544, column 69: unknown command,
missing loadmodule?

 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7153df8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7153c28
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x4
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xlog>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<xcaps_get> in module xcap_server
[/usr/local/lib/kamailio/modules/xcap_server.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x4
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<xcaps_del> in module xcap_server
[/usr/local/lib/kamailio/modules/xcap_server.so]
 0(21724) DEBUG: xcap_server [xcap_misc.c:805]: uri name [u] - key [auid]
 0(21724) DEBUG: xcap_server [xcap_misc.c:734]: uri found [u]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xlog>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_update_watchers> not found
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_update_watchers> not found
 0(21724) ERROR: <core> [cfg.y:3431]: cfg. parser: failed to find command
pres_update_watchers
 0(21724) : <core> [cfg.y:3570]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 558, column 65: unknown command,
missing loadmodule?

 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_refresh_watchers> not found
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<pres_refresh_watchers> not found
 0(21724) ERROR: <core> [cfg.y:3431]: cfg. parser: failed to find command
pres_refresh_watchers
 0(21724) : <core> [cfg.y:3570]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 559, column 69: unknown command,
missing loadmodule?

 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7156348
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7155de8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x4
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#17 #0/2: 22(16)/
0xb71526c8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#17 #1/2: 24(18)/
0xb7154de8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb714a978
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb714a428
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<xhttp_reply> in module xhttp [/usr/local/lib/kamailio/modules/xhttp.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7157dd8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<sampling_time_unit> in module pike
[/usr/local/lib/kamailio/modules/pike.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<sampling_time_unit> in module pike
[/usr/local/lib/kamailio/modules/pike.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'pike'
matches module 'pike'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<reqs_density_per_unit> in module pike
[/usr/local/lib/kamailio/modules/pike.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<reqs_density_per_unit> in module pike
[/usr/local/lib/kamailio/modules/pike.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'pike'
matches module 'pike'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<remove_latency> in module pike [/usr/local/lib/kamailio/modules/pike.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<remove_latency> in module pike [/usr/local/lib/kamailio/modules/pike.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'htable'
matches module 'htable'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<htable> in module htable [/usr/local/lib/kamailio/modules/htable.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<htable> in module htable [/usr/local/lib/kamailio/modules/htable.so]
 0(21724) DEBUG: htable [ht_api.c:802]: htable [ipban] - expire [300]
 0(21724) DEBUG: htable [ht_api.c:807]: htable [ipban] - size [8]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'debugger'
matches module 'debugger'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<cfgtrace> in module debugger [/usr/local/lib/kamailio/modules/debugger.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<cfgtrace> in module debugger [/usr/local/lib/kamailio/modules/debugger.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'xcap_server'
matches module 'xcap_server'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<db_url> in module xcap_server
[/usr/local/lib/kamailio/modules/xcap_server.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<db_url> in module xcap_server
[/usr/local/lib/kamailio/modules/xcap_server.so]
 0(21724) DEBUG: <core> [cfg.lex:1770]: defining id: WITH_XHTTPAUTH
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xdbg>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<www_authorize> not found
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<www_authorize> not found
 0(21724) ERROR: <core> [cfg.y:3431]: cfg. parser: failed to find command
www_authorize
 0(21724) : <core> [cfg.y:3570]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 485, column 41: unknown command,
missing loadmodule?

 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<www_challenge> not found
 0(21724) DEBUG: <core> [sr_module.c:680]: find_export_record:
<www_challenge> not found
 0(21724) ERROR: <core> [cfg.y:3431]: cfg. parser: failed to find command
www_challenge
 0(21724) : <core> [cfg.y:3570]: parse error in config file
/usr/local/etc/kamailio/kamailio.cfg, line 487, column 34: unknown command,
missing loadmodule?

 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb71496c8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71494e8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: xcap_server [xcap_misc.c:805]: uri name [u] - key [data]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #0/2: 21(15)/
0xb714aec8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #1/2: 22(16)/
0xb714af98
 0(21724) DEBUG: xcap_server [xcap_misc.c:805]: uri name [u] - key [xuid]
 0(21724) DEBUG: xcap_server [xcap_misc.c:734]: uri found [u]
 0(21724) DEBUG: xcap_server [xcap_misc.c:805]: uri name [u] - key [xuid]
 0(21724) DEBUG: xcap_server [xcap_misc.c:734]: uri found [u]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #0/2: 21(15)/
0xb714c0d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #1/2: 22(16)/
0xb714c1d8
 0(21724) DEBUG: xcap_server [xcap_misc.c:805]: uri name [u] - key [xuid]
 0(21724) DEBUG: xcap_server [xcap_misc.c:734]: uri found [u]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #0/2: 21(15)/
0xb714c698
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #1/2: 22(16)/
0xb714df48
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb714bc58
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb714c578
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 8(8)/
0xb714e2e8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xlog>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: xcap_server [xcap_misc.c:805]: uri name [u] - key [auid]
 0(21724) DEBUG: xcap_server [xcap_misc.c:734]: uri found [u]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #0/2: 21(15)/
0xb714e908
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #1/2: 22(16)/
0xb7150e38
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<xhttp_reply> in module xhttp [/usr/local/lib/kamailio/modules/xhttp.so]
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<report_ack> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<report_ack> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<report_cancels> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<report_cancels> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<detect_direction> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<detect_direction> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLT_ACC]
value [1]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<log_flag> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<log_flag> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID
[FLT_ACCMISSED] value [2]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<log_missed_flag> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<log_missed_flag> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<log_extra> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<log_extra> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID
[FLT_ACCFAILED] value [3]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<failed_transaction_flag> in module acc
[/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<failed_transaction_flag> in module acc
[/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'rtpproxy'
matches module 'rtpproxy'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<rtpproxy_sock> in module rtpproxy
[/usr/local/lib/kamailio/modules/rtpproxy.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<rtpproxy_sock> in module rtpproxy
[/usr/local/lib/kamailio/modules/rtpproxy.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'nathelper'
matches module 'nathelper'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<natping_interval> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<natping_interval> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'nathelper'
matches module 'nathelper'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<ping_nated_only> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<ping_nated_only> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID
[FLB_NATSIPPING] value [7]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'nathelper'
matches module 'nathelper'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<sipping_bflag> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<sipping_bflag> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'nathelper'
matches module 'nathelper'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<sipping_from> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<sipping_from> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex:
'nathelper|registrar' matches module 'nathelper'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<received_avp> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<received_avp> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex:
'nathelper|registrar' matches module 'registrar'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<received_avp> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<received_avp> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLB_NATB]
value [6]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'usrloc'
matches module 'usrloc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<nat_bflag> in module usrloc [/usr/local/lib/kamailio/modules/usrloc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<nat_bflag> in module usrloc [/usr/local/lib/kamailio/modules/usrloc.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'tls' matches
module 'tls'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<config> in module tls [/usr/local/lib/kamailio/modules/tls.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<config> in module tls [/usr/local/lib/kamailio/modules/tls.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'pike'
matches module 'pike' 0(21724) DEBUG: <core> [mem/q_malloc.c:205]:
qm_malloc_init(0xb4842000, 33554432), start=0xb4842000
 0(21724) DEBUG: <core> [mem/q_malloc.c:213]: qm_malloc_init: size=
33554432, init_overhead=20912
 0(21724) DEBUG: <core> [mem/shm_mem.c:203]: shm_mem_init: success
 0(21724) INFO: tls [tls_init.c:385]: tls: init_tls: disabling
compression...
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: tls
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module htable.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/htable.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/htable/htable.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/htable.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: htable
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module pike.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/pike.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/pike/pike.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/pike.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module debugger.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/debugger.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/debugger/debugger.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/debugger.so>
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module xhttp.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/xhttp.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/xhttp/xhttp.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/xhttp.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: xhttp
 0(21724) DEBUG: <core> [cfg.y:1791]: loading module xcap_server.so
 0(21724) DEBUG: <core> [sr_module.c:499]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/xcap_server.so>
 0(21724) DEBUG: <core> [sr_module.c:522]: load_module: module file not
found </usr/local/lib/kamailio/modules_k/xcap_server/xcap_server.so>
 0(21724) DEBUG: <core> [sr_module.c:564]: load_module: trying to load
</usr/local/lib/kamailio/modules/xcap_server.so>
 0(21724) DEBUG: <core> [sr_module.c:343]: register PV from: xcap_server
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'mi_fifo'
matches module 'mi_fifo'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<fifo_name> in module mi_fifo [/usr/local/lib/kamailio/modules/mi_fifo.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<fifo_name> in module mi_fifo [/usr/local/lib/kamailio/modules/mi_fifo.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'tm' matches
module 'tm'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<failure_reply_mode> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<failure_reply_mode> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'tm' matches
module 'tm'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<fr_timer> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<fr_timer> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'tm' matches
module 'tm'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<fr_inv_timer> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<fr_inv_timer> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'rr' matches
module 'rr'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<enable_full_lr> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<enable_full_lr> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'rr' matches
module 'rr'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<append_fromtag> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<append_fromtag> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'registrar'
matches module 'registrar'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<method_filtering> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<method_filtering> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'registrar'
matches module 'registrar'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<max_expires> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<max_expires> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'registrar'
matches module 'registrar'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<gruu_enabled> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<gruu_enabled> in module registrar
[/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [sr_module.c:770]: find_param_export: found
<early_media> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:113]: set_mod_param_regex: found
<early_media> in module acc [/usr/local/lib/kamailio/modules/acc.so]
 0(21724) DEBUG: <core> [modparam.c:96]: set_mod_param_regex: 'acc' matches
module 'acc'
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7174d88
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<isdsturiset> in module kex [/usr/local/lib/kamailio/modules/kex.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<handle_ruri_alias> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7175488
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71758b8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<append_hf> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7176448
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7175ef8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7176328
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xdbg>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7176b48
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xdbg>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7177028
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb71776e8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71770b8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7177a88
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_is_canceled> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7177cc8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7178068
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
ERROR: bad config file (6 errors)
 0(21724) DEBUG: tm [t_funcs.c:118]: DEBUG: tm_shutdown : start
 0(21724) DEBUG: tm [t_funcs.c:121]: DEBUG: tm_shutdown : emptying hash
table
 0(21724) DEBUG: tm [t_funcs.c:123]: DEBUG: tm_shutdown : removing
semaphores
 0(21724) DEBUG: tm [t_funcs.c:125]: DEBUG: tm_shutdown : destroying tmcb
lists
 0(21724) DEBUG: tm [t_funcs.c:128]: DEBUG: tm_shutdown : done
 0(21724) DEBUG: <core> [mem/shm_mem.c:242]: shm_mem_destroy
 0(21724) DEBUG: <core> [mem/shm_mem.c:245]: destroying the shared memory
lock
root at kmlx:/usr/local/etc/kamailio#
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<fix_nated_register> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<add_contact_alias> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb716f708
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb716fb38
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 8(8)/
0xb716fc58
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLT_NATS]
value [5]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#39 #0/1: 3(3)/ 0x5
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb716f248
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb716fce8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_request> in module siputils
[/usr/local/lib/kamailio/modules/siputils.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<has_totag> in module siputils [/usr/local/lib/kamailio/modules/siputils.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<check_route_param> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLB_NATB]
value [6]
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<setbflag> in module kex [/usr/local/lib/kamailio/modules/kex.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7170ed8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7171308
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb71705e8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7171738
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7170128
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71717c8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLT_NATS]
value [5]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#41 #0/1: 3(3)/ 0x5
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLB_NATB]
value [6]
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<isbflagset> in module kex [/usr/local/lib/kamailio/modules/kex.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7172918
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7172cb8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<rtpproxy_manage> in module rtpproxy
[/usr/local/lib/kamailio/modules/rtpproxy.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_request> in module siputils
[/usr/local/lib/kamailio/modules/siputils.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<has_totag> in module siputils [/usr/local/lib/kamailio/modules/siputils.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<add_rr_param> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7173878
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7173ca8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7173018
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7173dc8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_reply> in module siputils [/usr/local/lib/kamailio/modules/siputils.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLB_NATB]
value [6]
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<isbflagset> in module kex [/usr/local/lib/kamailio/modules/kex.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<add_contact_alias> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb71748c8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7174cf8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7174188
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLB_NATB]
value [6]
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<setbflag> in module kex [/usr/local/lib/kamailio/modules/kex.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7167f58
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7167578
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <save>
in module registrar [/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<sl_reply_error> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7168b78
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7168fa8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7167bb8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7167608
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [usr_avp.c:895]: Parsing 'oexten'
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #0/2: 21(15)/
0xb71693a8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #1/2: 22(16)/
0xb7169478
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<lookup> in module registrar [/usr/local/lib/kamailio/modules/registrar.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #0/2: 21(15)/
0xb716a258
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #1/2: 22(16)/
0xb716a298
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb716a6c8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_newtran> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<send_reply> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<send_reply> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#17 #0/2: 22(16)/
0xb716a998
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#17 #1/2: 24(18)/
0xb7169368
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7169df8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb716a638
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID
[FLT_ACCMISSED] value [2]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#39 #0/1: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb716be58
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb716c598
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb716c6b8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb716ced8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb716d278
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<sl_send_reply> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb716e528
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb716e958
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x2
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<nat_uac_test> in module nathelper
[/usr/local/lib/kamailio/modules/nathelper.so]ruct.c:166]: ACTION_#24 #1/2:
3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<loose_route> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7163da8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLT_ACC]
value [1]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#39 #0/1: 3(3)/ 0x1
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID
[FLT_ACCFAILED] value [3]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#39 #0/1: 3(3)/ 0x3
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7164ac8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<record_route> in module rr [/usr/local/lib/kamailio/modules/rr.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7164d98
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71651e8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7164708
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7164b58
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 8(8)/
0xb7165278
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7164078
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7164438
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 8(8)/
0xb7165308
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7165428
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7166228
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7165e88
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71662b8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_check_trans> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#5 #0/1: 1(1)/
0xb7166e98
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7166af8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7166f28
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 8(8)/
0xb7167048
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7166618
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71670d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<sl_send_reply> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7163a08
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7163e38
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 8(8)/
0xb71663d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb71635d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71677d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [cfg.lex:1879]: ### returning define ID [FLT_NATS]
value [5]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#41 #0/1: 3(3)/ 0x53)/
(nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_is_set> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_on_reply> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715cc48
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715d078
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715c358
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715d198
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<is_method> in module textops [/usr/local/lib/kamailio/modules/textops.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_is_set> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_on_failure> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715dd98
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715e1c8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715d538
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715e2e8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<t_relay> in module tm [/usr/local/lib/kamailio/modules/tm.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<sl_reply_error> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715ea48
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb715e5b8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: htable [ht_var.c:162]: htable [ipban] - key [$si]
 0(21724) DEBUG: <core> [pvapi.c:390]: PV <$si> is not in cache
 0(21724) DEBUG: <core> [pvapi.c:269]: PV cache not initialized, doing it
now
 0(21724) DEBUG: <core> [pvapi.c:294]: pvar [$si] added in cache
 0(21724) DEBUG: htable [ht_api.c:216]: htable found [ipban]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xdbg>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715fca8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71600d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<pike_check_req> in module pike [/usr/local/lib/kamailio/modules/pike.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xlog>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: htable [ht_var.c:162]: htable [ipban] - key [$si]
 0(21724) DEBUG: <core> [pvapi.c:322]: pvar [$si] found in cache
 0(21724) DEBUG: htable [ht_api.c:216]: htable found [ipban]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #0/2: 21(15)/
0xb7160ef8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#63 #1/2: 22(16)/
0xb7161238
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb71609d8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71604c8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb715eff8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7160288
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<mf_process_maxfwd_header> in module maxfwd
[/usr/local/lib/kamailio/modules/maxfwd.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<sl_send_reply> in module sl [/usr/local/lib/kamailio/modules/sl.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7161ec8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb71622f8
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<sanity_check> in module sanity [/usr/local/lib/kamailio/modules/sanity.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found <xlog>
in module xlog [/usr/local/lib/kamailio/modules/xlog.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #0/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#2 #1/2: 3(3)/ 0x1
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #0/3: 22(16)/
0xb7162418
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #1/3: 8(8)/
0xb7163098
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#16 #2/3: 0(0)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #1/2: 3(3)/ (nil)
 0(21724) DEBUG: <core> [sr_module.c:674]: find_export_record: found
<has_totag> in module siputils [/usr/local/lib/kamailio/modules/siputils.so]
 0(21724) DEBUG: <core> [route_struct.c:166]: ACTION_#24 #0/2: 9(9)/ (nil)
-- 
Kethzer Docteur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20130708/818163e6/attachment-0001.html>


More information about the sr-users mailing list