[SR-Users] config file error for kamailio wheezy

Ramya Y y.ramya146 at gmail.com
Wed Jan 6 18:45:43 CET 2016


Hi Daniel,

Now i used single mpath: /usr/lib/i386-linux-gnu/kamailio/modules/

Still i am facing the same error.

root at debian:/etc/kamailio# kamailio start

loading modules under config path: /usr/lib/i386-linux-gnu/kamailio/modules/

ERROR: bad config file (1 errors)

Segmentation fault

2) mysql modules in my kamailio

 root at debian:~# find / -name mysql
/etc/init.d/mysql
/etc/mysql
/var/lib/mysql
/var/lib/mysql/mysql
/var/log/mysql
/usr/share/bash-completion/completions/mysql
/usr/share/mysql
/usr/lib/mysql
/usr/bin/mysql
/home/user/Desktop/sql/mysql-5.5.46/include/mysql

3) module files in kamailio

root at debian:/etc/kamailio# find / -name modules
/etc/modules
/etc/initramfs-tools/modules
/etc/gnome-vfs-2.0/modules
/lib/modules
/usr/share/initramfs-tools/modules
/usr/share/doc/initramfs-tools/examples/modules
/usr/share/doc/kamailio/modules
/usr/lib/vmware-tools/lib64/libconf/pango/1.6.0/modules
/usr/lib/vmware-tools/lib64/libconf/gtk-2.0/modules
/usr/lib/vmware-tools/lib32/libconf/pango/1.6.0/modules
/usr/lib/vmware-tools/lib32/libconf/gtk-2.0/modules
/usr/lib/i386-linux-gnu/libproxy/0.3.1/modules
/usr/lib/i386-linux-gnu/pango/1.6.0/modules
/usr/lib/i386-linux-gnu/kamailio/modules
/usr/lib/i386-linux-gnu/gio/modules
/usr/lib/xorg/modules
/usr/lib/gnome-vfs-2.0/modules
/proc/asound/modules
/proc/modules

please find the attached log file and kamailio.cfg file.
Could you please assist further.


Regards,
Ramya

On Tue, Jan 5, 2016 at 5:08 PM, Daniel-Constantin Mierla <miconda at gmail.com>
wrote:

>
>
> On 29/12/15 12:20, Ramya Y wrote:
>
> Hi,
>
> *I recently installed kamailio 4.1 on debian wheezy (i386)*
>
>
>
> Below are the list of modules in debian wheezy.
>
>
>
>
>
> root at debian:/etc/kamailio# find / -name modules
>
> /etc/modules
>
> /etc/initramfs-tools/modules
>
> /etc/gnome-vfs-2.0/modules
>
> /lib/modules
>
> /usr/share/initramfs-tools/modules
>
> /usr/share/doc/initramfs-tools/examples/modules
>
> /usr/share/doc/kamailio/modules
>
> /usr/lib/vmware-tools/lib64/libconf/pango/1.6.0/modules
>
> /usr/lib/vmware-tools/lib64/libconf/gtk-2.0/modules
>
> /usr/lib/vmware-tools/lib32/libconf/pango/1.6.0/modules
>
> /usr/lib/vmware-tools/lib32/libconf/gtk-2.0/modules
>
> /usr/lib/i386-linux-gnu/libproxy/0.3.1/modules
>
> /usr/lib/i386-linux-gnu/pango/1.6.0/modules
>
> /usr/lib/i386-linux-gnu/kamailio/modules
>
> /usr/lib/i386-linux-gnu/gio/modules
>
> /usr/lib/xorg/modules
>
> /usr/lib/gnome-vfs-2.0/modules
>
> /proc/asound/modules
>
> /proc/modules
>
>
>
> so i have added below mpath in kamaiio.cfg ,still i am facing errors
> .could you please help on it .
>
>
>
> *Added mpath in kamialio.cfg :*
>
>
>
> mpath="/.... .../:/usr/lib/i386-linux-gnu/kamailio/modules/"
>
> mpath="/usr/lib/i386-linux-gnu/kamailio/modules/"
>
>
>
> Why do you have two mpath added to your config?
>
> Cheers,
> Daniel
>
> --
> Daniel-Constantin Mierlahttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
> Book: SIP Routing With Kamailio - http://www.asipto.comhttp://miconda.eu
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users at lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20160106/4dfd5088/attachment-0001.html>
-------------- next part --------------
# SIP / UDP
listen=udp:141.0.21.79:5060
# SIP / TCP
listen=tcp:192.168.6.1:5060
# SIP / TCP/TLS
#listen=tls:134.119.8.166:5061
# SIP / Websocket
#listen=tcp:134.119.8.166:80
# SIP / Websocket/TLS
#listen=tls:134.119.8.166:443

#alias=ims.imscore.org
alias=icscf.open-ims.test
#!define NETWORK_INTERFACE "192.168.56.6"
# Port, where we listen to Traffic
#!define PORT 5060
#!define NETWORKNAME "open-ims.test"

#!define HOSTNAME "icscf.open-ims.test"

# SIP-Address of capturing node, if not set, capturing is disabled.
#!define CAPTURE_NODE "sip:10.1.8.55"
#!define DB_MODULE "db_mysql"
# Connection URL for the database:
#!define DB_URL "con1=>mysql://icscf:heslo@192.168.56.6/icscf"
#!define DB_URL2 "con2=>mysql://icscf:heslo@10.1.27.217/icscf"

#adding ramya

# Set a forced CX/DX-Peer, do not try to find one
#!define CXDX_FORCED_PEER "hss.open-ims.test"
#!define FALLBACK_AUTH


# Allowed IPs for XML-RPC-Queries
#!define XMLRPC_WHITELIST_1 "127.0.0.1"
##!define XMLRPC_WHITELIST_2 "127.0.0.1"
##!define XMLRPC_WHITELIST_3 "127.0.0.1"

# *** To run in debug mode: 
#     - define WITH_DEBUG
#
# *** To enable TLS support execute:
#     - adjust CFGDIR/tls.cfg as needed
#     - define WITH_TLS
#
# *** To enable XMLRPC support execute:
#     - define WITH_XMLRPC
#     - adjust route[XMLRPC] for access policy
#
# *** To enable a Homer SIP-Capter-Node:
#     - define CAPTURE_NODE with a proper address
#
# *** To forwarding to PSTN for unknown users:
#     - define PEERING
#
# Enabled Features for this host:
##!define WITH_DEBUG
##!define WITH_TLS
#!define WITH_XMLRPC
##!define PEERING
##!define FALLBACK_AUTH
-------------- next part --------------
#!KAMAILIO
#
# This config file implements the basic I-CSCF functionality
#     - web: http://www.kamailio.org
#     - git: http://sip-router.org
#
# Refer to the Core CookBook at http://www.kamailio.org/dokuwiki/doku.php
# for an explanation of possible statements, functions and parameters.
#
# Direct your questions about this file to: <sr-users at lists.sip-router.org>.
#
# For more information about the various parameters, functions and statements
# try http://sip-router.org/wiki/ .
#

system.shutdownmode = 0 desc "System shutdown mode"

include_file "icscf.cfg"

####### Defined Values #########
# *** Value defines - IDs used later in config

# - flags
#	FLT_ - per transaction (message) flags
#	FLB_ - per branch flags

#!define FLT_CAPTURE 1

####### Global Parameters #########
#!ifdef WITH_DEBUG
debug=5
log_stderror=yes
sip_warning=yes
#!else
debug=2
log_stderror=no
sip_warning=no
#!endif

user_agent_header="User-Agent: Kamailio I-CSCF"
server_header="Server: Kamailio I-CSCF"

/* comment the next line to enable the auto discovery of local aliases
   based on reverse DNS on IPs (default on) */
auto_aliases=no

# Do SRV-Loadbalancing:
dns_srv_lb=yes
# Always: Also try IPv6:
dns_try_ipv6=yes
# Query NAPTR-Records as well:
dns_try_naptr=no

#!ifdef WITH_XMLRPC
#!ifndef WITH_TCP
#!define WITH_TCP
#!endif
#!ifndef TCP_PROCESSES
# Number of TCP Processes
#!define TCP_PROCESSES 3
#!endif
#!endif

#!ifdef WITH_TCP
# life time of TCP connection when there is no traffic
# - a bit higher than registration expires to cope with UA behind NAT
tcp_connection_lifetime=3615
#!ifdef TCP_PROCESSES
tcp_children=TCP_PROCESSES
#!endif
#!else
disable_tcp=yes
#!endif

check_via=no    # (cmd. line: -v)
dns=no          # (cmd. line: -r)
rev_dns=no      # (cmd. line: -R)

children=64

# ------------------ module loading ----------------------------------


#mpath="/usr/lib64/kamailio/modules_k/:/usr/lib64/kamailio/modules/:/usr/lib/kamailio/modules_k/:/usr/lib/kamailio/modules/"

#mpath="/amd64/modules:/usr/amd64/i386-linux-gnu/kamailio/modules/"


mpath="/usr/lib/i386-linux-gnu/kamailio/modules/"


# (we try both the lib64 and the lib directory)
loadmodule "tm"
loadmodule "sl"
loadmodule "rr"
loadmodule "pv"
loadmodule "textops"
loadmodule "maxfwd"
loadmodule "sanity"
loadmodule "siputils"
loadmodule "kex"
loadmodule "corex"

# Control interfaces:
loadmodule "ctl"
loadmodule "cfg_rpc"
loadmodule "mi_rpc"
loadmodule "mi_fifo"
#!ifdef WITH_XMLRPC
loadmodule "xmlrpc"
#!endif

# Load the according DB-Module:
loadmodule "db_mysql"
#!ifdef DB_URL2
loadmodule "db_cluster"
#!endif

loadmodule "cdp.so"
loadmodule "cdp_avp.so"
loadmodule "xlog.so"

loadmodule "ims_icscf.so"

#!ifdef CAPTURE_NODE
loadmodule "siptrace.so"
#!endif

#!ifdef WITH_DEBUG
loadmodule "debugger.so"
#!endif

#!ifdef WITH_TLS
loadmodule "tls.so"
#!endif

#!ifdef PEERING
loadmodule "enum"
#!endif

# ----------------- setting module-specific parameters ---------------
#!ifdef DB_URL2
# ----- db_cluster params -----
modparam("db_cluster", "connection", DB_URL)
modparam("db_cluster", "connection", DB_URL2)
modparam("db_cluster", "cluster", "cluster1=>con1=2s2s;con2=1s1s")
#!endif

# ----- mi_fifo params -----
modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")
modparam("mi_fifo", "fifo_mode", 0666)
modparam("mi_fifo", "fifo_user", "kamailio")
modparam("mi_fifo", "fifo_group", "kamailio")

# -- rr params --
# add value to ;lr param to make some broken UAs happy
modparam("rr", "enable_full_lr", 1)

# -- cdp params --
modparam("cdp","config_file","/etc/kamailio/icscf.xml")

# ----- icscf params -----
# Comment the following line to enable realm routing
#!ifdef CXDX_FORCED_PEER
modparam("ims_icscf", "cxdx_forced_peer", CXDX_FORCED_PEER)
#!endif
modparam("ims_icscf","cxdx_dest_realm", NETWORKNAME)

# DB-URL, where information about S-CSCF-Server can be found:
#!ifdef DB_URL2
modparam("ims_icscf", "db_url", "cluster://cluster1")
#!else
modparam("ims_icscf", "db_url", DB_URL)
#!endif

modparam("ims_icscf","cxdx_dest_realm", NETWORKNAME)
#!ifdef PEERING
# Route which is executed, in case HSS returned "User-Unknown" on LIR request
modparam("ims_icscf","route_lir_user_unknown", "lir_term_user_unknown")
#!endif
#!ifdef FALLBACK_AUTH
# Route which is executed, in case HSS returned "User-Unknown" on UAR request
modparam("ims_icscf","route_uar_user_unknown", "uar_term_user_unknown")
#!endif

#!ifdef WITH_TLS
# ----- tls params -----
modparam("tls", "config", "/etc/kamailio/tls.cfg")
#!endif

#!ifdef WITH_XMLRPC
# ----- xmlrpc params -----
modparam("xmlrpc", "route", "XMLRPC");
modparam("xmlrpc", "url_match", "^/RPC")
#!endif

#!ifdef WITH_DEBUG
# ----- debugger params -----
modparam("debugger", "cfgtrace", 1)
#!endif

#!ifdef CAPTURE_NODE
# Destination, where to send the traffic
modparam("siptrace", "duplicate_uri", CAPTURE_NODE)
# Trace all traffic
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_to_database", 0)
modparam("siptrace", "trace_flag", FLT_CAPTURE)
modparam("siptrace", "hep_mode_on", 1)
#!endif

#!ifdef PEERING
# ----- enum params -----
modparam("enum", "domain_suffix", ENUM_SUFFIX)
#!endif

# ----- tm params -----
# auto-discard branches from previous serial forking leg
modparam("tm", "failure_reply_mode", 3)
# default retransmission timeout: 10sec
modparam("tm", "fr_timer", 10000)
# default invite retransmission timeout after 1xx: 120sec
modparam("tm", "fr_inv_timer", 120000)

# -------------------------  request routing logic -------------------
# main routing logic

route{
#!ifdef WITH_DEBUG
	xlog("$rm ($fu ($si:$sp) to $tu, $ci)\n");
#!endif

	# per request initial checks
	route(REQINIT);

	if (is_method("REGISTER")) {
		route(register);
		break;
	}

	if (is_method("INVITE|SUBSCRIBE|MESSAGE|INFO|PUBLISH|CANCEL")) {
		route(initial_request);
		break;
	} else {
		# Shouldn't get here unless missconfigured (add more methods as initial) or
		# somebody is routing unknown messages
		append_to_reply("Allow: INVITE,SUBSCRIBE,MESSAGE,INFO,PUBLISH,CANCEL\r\n");
		t_reply("406","Initial Request Method not allowed at the I-CSCF");
		break;
	}
}

######################################################################
# Helper routes (Basic-Checks, NAT-Handling/RTP-Control, XML-RPC)
######################################################################
# Per SIP request initial checks
route[REQINIT] {
	# Trace this message
#!ifdef CAPTURE_NODE
	sip_trace();	
	setflag(FLT_CAPTURE);
#!endif
	if (!mf_process_maxfwd_header("10")) {
		sl_send_reply("483","Too Many Hops");
		exit;
	}

	if(!sanity_check("1511", "7")) {
		xlog("Malformed SIP message from $si:$sp\n");
		exit;
	}

	# Check for shutdown mode:
	if (!has_totag() && ($sel(cfg_get.system.shutdownmode) > 0)) {
		send_reply("503", "Server shutting down");
		exit;
	}

	# Reply to OPTIONS:
	if (is_method("OPTIONS") && (uri==myself)) {
		options_reply();
		exit;
	}	
	
	# Ignore Re-Transmits:
	if (t_lookup_request()) {
		exit;
	}

	if (is_method("INVITE|REGISTER")) {
		send_reply("100", "Trying");
	}
}

######################################################################
# XMLRPC routing
######################################################################
#!ifdef WITH_XMLRPC
route[XMLRPC] {
	if ((method=="POST" || method=="GET")
#!ifdef XMLRPC_WHITELIST_1
&& ((src_ip == XMLRPC_WHITELIST_1)
#!ifdef XMLRPC_WHITELIST_2
 || (src_ip == XMLRPC_WHITELIST_2)
#!endif
#!ifdef XMLRPC_WHITELIST_3
 || (src_ip == XMLRPC_WHITELIST_3)
#!endif
)
#!endif
) {
		# close connection only for xmlrpclib user agents (there is a bug in
		# xmlrpclib: it waits for EOF before interpreting the response).
		if ($hdr(User-Agent) =~ "xmlrpclib")
			set_reply_close();
		set_reply_no_connect();
		dispatch_rpc();
		exit;
	}
	send_reply("403", "Forbidden");
	exit;
}
#!endif

######################################################################
# Handling of REGISTER requests
######################################################################
route[register]
{
	#first check if we have an S-CSCF list
	if (I_scscf_select("0")) {
		#there is an S-CSCF list - no need to do a UAR
		t_on_reply("register_reply");
		t_on_failure("register_failure");
		if (!t_relay()) {
			t_reply("500","Error forwarding towards S-CSCF");
			break;
		}
		break;
       } else {
		#no S-CSCF list therefore must do UAR
		#free this from the failed I_scscf_select call
		I_scscf_drop();
		# Do an asynchronous UAR:
                I_perform_user_authorization_request("REG_UAR_REPLY","0"); #0=REG/DEREG; 1=REG+Capabilities
                exit;    
	}
	break;
}

route[REG_UAR_REPLY]
{
    #this is async so to know status we have to check the reply avp
    switch ($avp(s:uaa_return_code)){
            case 1: #success
                    if (I_scscf_select("0")){
                            t_on_failure("register_failure");
                            t_on_reply("register_reply");
                            #now relay to appropriate SCSCF
                            if (!t_relay()) {
                                    t_reply("500", "Error forwarding to SCSCF");
                            }
                    } else {#select failed
                            I_scscf_drop();
                            t_reply("500", "Server error on SCSCF Select (UAR)");
                    }
                    break;
            case -1: #failure
                    xlog("L_ERR", "UAR failure - error response sent from module\n");
                    break;
            case -2: #error
                    xlog("L_ERR", "UAR error - sending error response now\n");
                    t_reply("500", "UAR failed");
                    break;
            default:
                    xlog("L_ERR", "Unknown return code from UAR, value is [$avp(s:uaa_return_code)]\n");
                    t_reply("500", "Unknown response code from UAR");
                    break;
    }
}


######################################################################
# Replies to REGISTER requests, 
######################################################################
onreply_route[register_reply]
{
	xlog("L_DBG", "Enter register reply block");
	if (!t_check_status("(408)|(480)")){
		if (!t_check_status("(401)")){
			xlog("L_DBG", "dropping scscf list on register failure");
			I_scscf_drop();
		} else {
			xlog("L_DBG", "This is a 401 - keep scscf list to do optimisation");
		}
	}
	break;
}

######################################################################
# Failed REGISTERs
######################################################################
failure_route[register_failure]
{
	if (t_check_status("(403)|(408)|(480)|([5-6][0-9][0-9])")){
		if (I_scscf_select("1")) {
			t_on_reply("register_reply");
			t_on_failure("register_failure");
			if (!t_relay()) {
				t_reply("500","Error forwarding towards next S-CSCF");
				break;
			}
			break;
		} else {
			t_reply("500", "Server error on UAR select next S-CSCF");
			break;
		}
	} else {
		if (!t_check_status("(401)")){
			xlog("L_DBG", "dropping scscf list on register failure");
			I_scscf_drop();
		} else {
			xlog("L_DBG", "This is a 401 - keep scscf list to do optimisation");
		}    
	}
	break;
}

######################################################################
# Initial requests
######################################################################
route[initial_request]
{
	I_perform_location_information_request("LIR_REPLY", "0");
}

route[LIR_REPLY] {
	if ($avp(lia_return_code) == 1) {
		if (I_scscf_select("0")) {
			xlog("L_DBG", "ru = $ru, du = $du\n");
			t_on_reply("initial_request_reply");
			t_on_failure("initial_request_failure");
			if (!t_relay()) {
				t_reply("500","Error forwarding towards S-CSCF");
				break;
			}
			break;
		} else {
			xlog("L_DBG", "dropping scscf list on initial request");
			I_scscf_drop();
			t_reply("500", "Server error on LIR select S-CSCF");
			break;
		}
	} else {
		t_reply("500", "Server error on LIR");
		break;
	}
	break;
}

######################################################################
# Replies to initial requests
######################################################################
onreply_route[initial_request_reply]
{
	xlog("L_DBG", "Enter initial request request block");
	if (!t_check_status("(408)")){
		xlog("L_DBG", "dropping scscf list on initial request reply");
		I_scscf_drop();
	}
	break;
}

######################################################################
# Failed initial requests
######################################################################
failure_route[initial_request_failure]
{
	xlog("L_DBG", "Enter initial request failure block");
	if (t_check_status("(408)")){
		xlog("L_DBG", "Got a failure for initial request");
		if (I_scscf_select("1")) {
			t_on_reply("initial_request_reply");
			t_on_failure("initial_request_failure");
			if (!t_relay()) {
				t_reply("500","Error forwarding towards next S-CSCF");
				break;
			}
			break;
		} else {
			t_reply("500", "Server error on LIR select next S-CSCF");
			break;
		}
	} else {
		xlog("L_DBG", "dropping scscf list on  initial request failure");
		I_scscf_drop();
	}
	break;
}

#!ifdef PEERING
######################################################################
# HSS returned "User-Unknown" on LIR request
######################################################################
route[lir_term_user_unknown]
{
	if (uri =~ "tel:.*") {
		# Let's check, if the number can be found in ENUM:
		if(!enum_query()) {
			# ENUM failed, send it to the PSTN-Gateway:
			route(PSTN);
			break;
		}

		# ENUM resolved to another domain
		if ($rd != NETWORKNAME) {
			t_on_reply("initial_request_reply");
			t_on_failure("initial_request_failure");
			if (!t_relay()) {
				t_reply("500","Error forwarding to external domain");
				exit;
			};
			exit;
		} else {
			t_reply("604","Does not exist anywhere - HSS User Unknown");
			exit;
		};
	} else {
		# we received a request for our domain (non-tel), but HSS said "User Unknown"
		if ($rd != NETWORKNAME) { 
			t_reply("604","Does not exist anywhere - HSS User Unknown");
			exit;
		} else {
			# try to forward non-tel request to other domain
			t_on_reply("Initial_Request_reply");
			t_on_failure("Initial_Request_failure");
			if (!t_relay()) {
				t_reply("500","Error forwarding to external domain");
				exit;
			};
			exit;
		};
	};
}

}

######################################################################
# Send calls to the PSTN-Gateways:
######################################################################
route[PSTN]
{
	t_on_failure("PSTN_failure");
	# Relay the request towards the PSTN-Gateway:
	if (!ds_select_dst("1", "4")) {
		send_reply("503", "Service not available");
		exit;
	}
	# Relay the request:
	if (!t_relay()) {
		send_reply("503", "Service not available");
		exit;
	};
	exit;
}

######################################################################
# manage failure routing cases, perform failover
######################################################################
failure_route[PSTN_failure] {
	# Choose another gateway, in case we
	# - get a local generated "408"
	# - receive a 5xx or 6xx reply from the proxy.
	if (t_branch_timeout() || t_check_status("[5-6]..")) {
		if (ds_next_dst()) {
			# Do Failover in case problems:		
			t_on_failure("PSTN_failure");
			# Relay the request:
			if (!t_relay()) {
				send_reply("503", "Service not available");
				exit;
			};
		} else {
			# Add a header, to indicate the phone should try again in 30 seconds.
			append_hf("Retry-After: 30\r\n");
			send_reply("503", "Service not available");
		}
		exit;
	}
}
#!endif

#!ifdef FALLBACK_AUTH
######################################################################
# HSS returned "User-Unknown" on UAR request,
# try to send it to any S-CSCF for authentication
######################################################################
route[uar_term_user_unknown]
{
	$rd = "scscf."+NETWORKNAME;
	t_on_reply("register_reply");
	t_on_failure("register_failure");
	if (!t_relay()) {
		t_reply("500","Error forwarding towards S-CSCF");
		break;
	}
	break;	
}
#!endif
-------------- next part --------------
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2542c frag. 0xb6e25414 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e254dc frag. 0xb6e254c4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: WITH_TCP
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e25328 frag. 0xb6e25310 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: TCP_PROCESSES
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e25364 frag. 0xb6e2534c (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2558c frag. 0xb6e25574 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1831]: pp_define_set(): ### setting define ID [TCP_PROCESSES] value [3]
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [TCP_PROCESSES] value [3]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2563c frag. 0xb6e25624 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1678]: yyparse(): loading modules under /usr/lib/i386-linux-gnu/kamailio/modules/
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e256ec frag. 0xb6e256d4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module tm
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 48) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e2579c frag. 0xb6e25784 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/tm.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e257fc frag. 0xb6e257e4 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2464) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 2464) returns address 0xb6e25874 frag. 0xb6e2585c (size=2464) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 87) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 88) returns address 0xb6e26244 frag. 0xb6e2622c (size=88) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 75) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 76) returns address 0xb6e262cc frag. 0xb6e262b4 (size=76) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 87) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 88) returns address 0xb6e26348 frag. 0xb6e26330 (size=88) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 150) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 152) returns address 0xb6e263d0 frag. 0xb6e263b8 (size=152) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 194) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 196) returns address 0xb6e26498 frag. 0xb6e26480 (size=196) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 222) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 224) returns address 0xb6e2658c frag. 0xb6e26574 (size=224) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_tm
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2669c frag. 0xb6e26684 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e266d4 frag. 0xb6e266bc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module sl
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 48) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e26784 frag. 0xb6e2676c (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/sl.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e267e4 frag. 0xb6e267cc (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 288) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 288) returns address 0xb6e2685c frag. 0xb6e26844 (size=288) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 81) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 84) returns address 0xb6e269ac frag. 0xb6e26994 (size=84) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_sl
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e26a30 frag. 0xb6e26a18 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e26a68 frag. 0xb6e26a50 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module rr
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 48) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e26b18 frag. 0xb6e26b00 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/rr.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e26b78 frag. 0xb6e26b60 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 384) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 384) returns address 0xb6e26bf0 frag. 0xb6e26bd8 (size=384) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:334]: register_module(): register PV from: rr
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e26da0 frag. 0xb6e26d88 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e26dfc frag. 0xb6e26de4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e26e58 frag. 0xb6e26e40 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e26eb4 frag. 0xb6e26e9c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_rr
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e26f10 frag. 0xb6e26ef8 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e26f48 frag. 0xb6e26f30 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module pv
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 48) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e26ff8 frag. 0xb6e26fe0 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/pv.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: pvapi.c: tr_table_add(1786)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e27058 frag. 0xb6e27040 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: pvapi.c: tr_table_add(1786)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e2709c frag. 0xb6e27084 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: pvapi.c: tr_table_add(1786)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e270e0 frag. 0xb6e270c8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: pvapi.c: tr_table_add(1786)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e27124 frag. 0xb6e2710c (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: pvapi.c: tr_table_add(1786)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e27168 frag. 0xb6e27150 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: pvapi.c: tr_table_add(1786)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e271ac frag. 0xb6e27194 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e271f0 frag. 0xb6e271d8 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 352) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 352) returns address 0xb6e27268 frag. 0xb6e27250 (size=352) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:334]: register_module(): register PV from: pv
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e273f8 frag. 0xb6e273e0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27454 frag. 0xb6e2743c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e274b0 frag. 0xb6e27498 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2750c frag. 0xb6e274f4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27568 frag. 0xb6e27550 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e275c4 frag. 0xb6e275ac (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27620 frag. 0xb6e27608 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2767c frag. 0xb6e27664 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e276d8 frag. 0xb6e276c0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27734 frag. 0xb6e2771c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27790 frag. 0xb6e27778 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e277ec frag. 0xb6e277d4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27848 frag. 0xb6e27830 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e278a4 frag. 0xb6e2788c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27900 frag. 0xb6e278e8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2795c frag. 0xb6e27944 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e279b8 frag. 0xb6e279a0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27a14 frag. 0xb6e279fc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27a70 frag. 0xb6e27a58 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27acc frag. 0xb6e27ab4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27b28 frag. 0xb6e27b10 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27b84 frag. 0xb6e27b6c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27be0 frag. 0xb6e27bc8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27c3c frag. 0xb6e27c24 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27c98 frag. 0xb6e27c80 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27cf4 frag. 0xb6e27cdc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27d50 frag. 0xb6e27d38 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27dac frag. 0xb6e27d94 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27e08 frag. 0xb6e27df0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27e64 frag. 0xb6e27e4c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27ec0 frag. 0xb6e27ea8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27f1c frag. 0xb6e27f04 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27f78 frag. 0xb6e27f60 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e27fd4 frag. 0xb6e27fbc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28030 frag. 0xb6e28018 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2808c frag. 0xb6e28074 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e280e8 frag. 0xb6e280d0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28144 frag. 0xb6e2812c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e281a0 frag. 0xb6e28188 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e281fc frag. 0xb6e281e4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28258 frag. 0xb6e28240 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e282b4 frag. 0xb6e2829c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28310 frag. 0xb6e282f8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2836c frag. 0xb6e28354 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e283c8 frag. 0xb6e283b0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28424 frag. 0xb6e2840c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28480 frag. 0xb6e28468 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e284dc frag. 0xb6e284c4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28538 frag. 0xb6e28520 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28594 frag. 0xb6e2857c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e285f0 frag. 0xb6e285d8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2864c frag. 0xb6e28634 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e286a8 frag. 0xb6e28690 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28704 frag. 0xb6e286ec (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28760 frag. 0xb6e28748 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e287bc frag. 0xb6e287a4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28818 frag. 0xb6e28800 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28874 frag. 0xb6e2885c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e288d0 frag. 0xb6e288b8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2892c frag. 0xb6e28914 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28988 frag. 0xb6e28970 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e289e4 frag. 0xb6e289cc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28a40 frag. 0xb6e28a28 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28a9c frag. 0xb6e28a84 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28af8 frag. 0xb6e28ae0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28b54 frag. 0xb6e28b3c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28bb0 frag. 0xb6e28b98 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28c0c frag. 0xb6e28bf4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28c68 frag. 0xb6e28c50 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28cc4 frag. 0xb6e28cac (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28d20 frag. 0xb6e28d08 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28d7c frag. 0xb6e28d64 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28dd8 frag. 0xb6e28dc0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28e34 frag. 0xb6e28e1c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28e90 frag. 0xb6e28e78 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28eec frag. 0xb6e28ed4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28f48 frag. 0xb6e28f30 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e28fa4 frag. 0xb6e28f8c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29000 frag. 0xb6e28fe8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2905c frag. 0xb6e29044 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e290b8 frag. 0xb6e290a0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29114 frag. 0xb6e290fc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29170 frag. 0xb6e29158 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e291cc frag. 0xb6e291b4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29228 frag. 0xb6e29210 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29284 frag. 0xb6e2926c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e292e0 frag. 0xb6e292c8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2933c frag. 0xb6e29324 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29398 frag. 0xb6e29380 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e293f4 frag. 0xb6e293dc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29450 frag. 0xb6e29438 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e294ac frag. 0xb6e29494 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29508 frag. 0xb6e294f0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29564 frag. 0xb6e2954c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e295c0 frag. 0xb6e295a8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2961c frag. 0xb6e29604 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29678 frag. 0xb6e29660 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e296d4 frag. 0xb6e296bc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29730 frag. 0xb6e29718 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2978c frag. 0xb6e29774 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e297e8 frag. 0xb6e297d0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29844 frag. 0xb6e2982c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e298a0 frag. 0xb6e29888 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e298fc frag. 0xb6e298e4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29958 frag. 0xb6e29940 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e299b4 frag. 0xb6e2999c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29a10 frag. 0xb6e299f8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29a6c frag. 0xb6e29a54 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29ac8 frag. 0xb6e29ab0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29b24 frag. 0xb6e29b0c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29b80 frag. 0xb6e29b68 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29bdc frag. 0xb6e29bc4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29c38 frag. 0xb6e29c20 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29c94 frag. 0xb6e29c7c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29cf0 frag. 0xb6e29cd8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29d4c frag. 0xb6e29d34 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29da8 frag. 0xb6e29d90 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29e04 frag. 0xb6e29dec (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29e60 frag. 0xb6e29e48 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29ebc frag. 0xb6e29ea4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29f18 frag. 0xb6e29f00 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29f74 frag. 0xb6e29f5c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e29fd0 frag. 0xb6e29fb8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a02c frag. 0xb6e2a014 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a088 frag. 0xb6e2a070 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a0e4 frag. 0xb6e2a0cc (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a140 frag. 0xb6e2a128 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a19c frag. 0xb6e2a184 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a1f8 frag. 0xb6e2a1e0 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a254 frag. 0xb6e2a23c (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a2b0 frag. 0xb6e2a298 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a30c frag. 0xb6e2a2f4 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2a368 frag. 0xb6e2a350 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_pv
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2a3c4 frag. 0xb6e2a3ac (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2a3fc frag. 0xb6e2a3e4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module textops
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 53) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2a4ac frag. 0xb6e2a494 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/textops.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: pvapi.c: tr_table_add(1786)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e2a514 frag. 0xb6e2a4fc (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2a558 frag. 0xb6e2a540 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 1536) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 1536) returns address 0xb6e2a5d0 frag. 0xb6e2a5b8 (size=1536) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_textops
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2ac00 frag. 0xb6e2abe8 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2ac3c frag. 0xb6e2ac24 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module maxfwd
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 52) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2acec frag. 0xb6e2acd4 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/maxfwd.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2ad50 frag. 0xb6e2ad38 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 256) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 256) returns address 0xb6e2adc8 frag. 0xb6e2adb0 (size=256) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_maxfwd
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2aef8 frag. 0xb6e2aee0 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2af34 frag. 0xb6e2af1c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module sanity
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 52) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2afe4 frag. 0xb6e2afcc (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/sanity.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2b048 frag. 0xb6e2b030 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 160) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 160) returns address 0xb6e2b0c0 frag. 0xb6e2b0a8 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_sanity
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2b190 frag. 0xb6e2b178 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2b1cc frag. 0xb6e2b1b4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module siputils
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 54) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2b27c frag. 0xb6e2b264 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/siputils.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2b2e4 frag. 0xb6e2b2cc (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 992) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 992) returns address 0xb6e2b35c frag. 0xb6e2b344 (size=992) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_siputils
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 13) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2b76c frag. 0xb6e2b754 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2b7ac frag. 0xb6e2b794 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module kex
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 49) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2b85c frag. 0xb6e2b844 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/kex.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2b8c0 frag. 0xb6e2b8a8 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 576) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 576) returns address 0xb6e2b938 frag. 0xb6e2b920 (size=576) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:334]: register_module(): register PV from: kex
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2bba8 frag. 0xb6e2bb90 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_kex
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 8) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2bc04 frag. 0xb6e2bbec (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2bc3c frag. 0xb6e2bc24 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module corex
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 51) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2bcec frag. 0xb6e2bcd4 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/corex.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2bd50 frag. 0xb6e2bd38 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 416) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 416) returns address 0xb6e2bdc8 frag. 0xb6e2bdb0 (size=416) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:334]: register_module(): register PV from: corex
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2bf98 frag. 0xb6e2bf80 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_corex
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2bff4 frag. 0xb6e2bfdc (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2c030 frag. 0xb6e2c018 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module ctl
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 49) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2c0e0 frag. 0xb6e2c0c8 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/ctl.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2c144 frag. 0xb6e2c12c (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e2c1bc frag. 0xb6e2c1a4 (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 78) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 80) returns address 0xb6e2c20c frag. 0xb6e2c1f4 (size=80) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 99) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 100) returns address 0xb6e2c28c frag. 0xb6e2c274 (size=100) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 83) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 84) returns address 0xb6e2c320 frag. 0xb6e2c308 (size=84) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_ctl
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 8) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2c3a4 frag. 0xb6e2c38c (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2c3dc frag. 0xb6e2c3c4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module cfg_rpc
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 53) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2c48c frag. 0xb6e2c474 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/cfg_rpc.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2c4f4 frag. 0xb6e2c4dc (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 132) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 132) returns address 0xb6e2c56c frag. 0xb6e2c554 (size=132) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 140) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 140) returns address 0xb6e2c620 frag. 0xb6e2c608 (size=140) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 133) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 136) returns address 0xb6e2c6dc frag. 0xb6e2c6c4 (size=136) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 143) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 144) returns address 0xb6e2c794 frag. 0xb6e2c77c (size=144) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 133) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 136) returns address 0xb6e2c854 frag. 0xb6e2c83c (size=136) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 157) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 160) returns address 0xb6e2c90c frag. 0xb6e2c8f4 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 150) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 152) returns address 0xb6e2c9dc frag. 0xb6e2c9c4 (size=152) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 154) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 156) returns address 0xb6e2caa4 frag. 0xb6e2ca8c (size=156) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 157) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 160) returns address 0xb6e2cb70 frag. 0xb6e2cb58 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 184) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 184) returns address 0xb6e2cc40 frag. 0xb6e2cc28 (size=184) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:544]: qm_realloc(): qm_realloc(0xb6dd9008, 0xb6e23808, 512) called from <core>: rpc_lookup.c: rpc_hash_add(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:571]: qm_realloc(): qm_realloc: realloc'ing frag 0xb6e237f0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:601]: qm_realloc(): qm_realloc: growing from 256 to 512
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 512) called from <core>: rpc_lookup.c: rpc_hash_add(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 512) returns address 0xb6e2cd28 frag. 0xb6e2cd10 (size=512) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23808), called from <core>: rpc_lookup.c: rpc_hash_add(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e237f0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:653]: qm_realloc(): qm_realloc: returning 0xb6e2cd28
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 112) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 112) returns address 0xb6e23808 frag. 0xb6e237f0 (size=256) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 101) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 104) returns address 0xb6e2cf58 frag. 0xb6e2cf40 (size=104) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 98) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 100) returns address 0xb6e2cff0 frag. 0xb6e2cfd8 (size=100) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 107) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 108) returns address 0xb6e2d084 frag. 0xb6e2d06c (size=108) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 90) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 92) returns address 0xb6e2d120 frag. 0xb6e2d108 (size=92) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 129) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 132) returns address 0xb6e2d1ac frag. 0xb6e2d194 (size=132) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 121) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 124) returns address 0xb6e2d260 frag. 0xb6e2d248 (size=124) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 110) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 112) returns address 0xb6e2d30c frag. 0xb6e2d2f4 (size=112) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_cfg_rpc
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2d3ac frag. 0xb6e2d394 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2d3e8 frag. 0xb6e2d3d0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module mi_rpc
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 52) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2d498 frag. 0xb6e2d480 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/mi_rpc.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2d4fc frag. 0xb6e2d4e4 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 70) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2d574 frag. 0xb6e2d55c (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 75) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 76) returns address 0xb6e2d5ec frag. 0xb6e2d5d4 (size=76) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 73) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 76) returns address 0xb6e2d668 frag. 0xb6e2d650 (size=76) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 77) called from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 80) returns address 0xb6e2d6e4 frag. 0xb6e2d6cc (size=80) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_mi_rpc
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2d764 frag. 0xb6e2d74c (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2d7a0 frag. 0xb6e2d788 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module mi_fifo
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 53) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2d850 frag. 0xb6e2d838 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2d8b8 frag. 0xb6e2d8a0 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_mi_fifo
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2d930 frag. 0xb6e2d918 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2d96c frag. 0xb6e2d954 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module xmlrpc
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 52) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2da1c frag. 0xb6e2da04 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/xmlrpc.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2da80 frag. 0xb6e2da68 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 96) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 96) returns address 0xb6e2daf8 frag. 0xb6e2dae0 (size=96) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_xmlrpc
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2db88 frag. 0xb6e2db70 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2dbc4 frag. 0xb6e2dbac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module db_mysql
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 54) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2dc74 frag. 0xb6e2dc5c (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:504]: load_module(): module file not found </usr/lib/i386-linux-gnu/kamailio/modules/db_mysql.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2dc74), called from <core>: sr_module.c: load_module(505)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2dc5c alloc'ed from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 63) called from <core>: sr_module.c: load_module(511)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 64) returns address 0xb6e2dcdc frag. 0xb6e2dcc4 (size=64) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:527]: load_module(): module file not found </usr/lib/i386-linux-gnu/kamailio/modules/db_mysql/db_mysql.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2dcdc), called from <core>: sr_module.c: load_module(528)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2dcc4 alloc'ed from <core>: sr_module.c: load_module(511)
 0(4133) ERROR: <core> [sr_module.c:565]: load_module(): could not find module <db_mysql> in </usr/lib/i386-linux-gnu/kamailio/modules/>
 0(4133) : <core> [cfg.y:3432]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 114, column 12-21: failed to load module
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2dd4c frag. 0xb6e2dd34 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module db_cluster
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 56) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2dc74 frag. 0xb6e2dc5c (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/db_cluster.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2ddfc frag. 0xb6e2dde4 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 64) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 64) returns address 0xb6e2dcdc frag. 0xb6e2dcc4 (size=64) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_db_cluster
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2de74 frag. 0xb6e2de5c (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2deb4 frag. 0xb6e2de9c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module cdp.so
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 49) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2df64 frag. 0xb6e2df4c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/cdp.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2dfc8 frag. 0xb6e2dfb0 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 1248) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 1248) returns address 0xb6e2e040 frag. 0xb6e2e028 (size=1248) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_cdp
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 8) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2e550 frag. 0xb6e2e538 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2e588 frag. 0xb6e2e570 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module cdp_avp.so
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 53) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2e638 frag. 0xb6e2e620 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/cdp_avp.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2e6a0 frag. 0xb6e2e688 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 64) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 64) returns address 0xb6e2e718 frag. 0xb6e2e700 (size=64) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_cdp_avp
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2e788 frag. 0xb6e2e770 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2e7c4 frag. 0xb6e2e7ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module xlog.so
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 50) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e2e874 frag. 0xb6e2e85c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/xlog.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2e8d8 frag. 0xb6e2e8c0 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 320) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 320) returns address 0xb6e2e950 frag. 0xb6e2e938 (size=320) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:334]: register_module(): register PV from: xlog
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 44) called from <core>: pvapi.c: pv_table_add(234)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 44) returns address 0xb6e2eac0 frag. 0xb6e2eaa8 (size=44) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_xlog
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2eb1c frag. 0xb6e2eb04 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2eb58 frag. 0xb6e2eb40 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module ims_icscf.so
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 55) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2ec08 frag. 0xb6e2ebf0 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2ec70 frag. 0xb6e2ec58 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 160) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 160) returns address 0xb6e2ece8 frag. 0xb6e2ecd0 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_ims_icscf
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2edb8 frag. 0xb6e2eda0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2edf8 frag. 0xb6e2ede0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module siptrace.so
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 54) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2eea8 frag. 0xb6e2ee90 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2ef10 frag. 0xb6e2eef8 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 96) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 96) returns address 0xb6e2ef88 frag. 0xb6e2ef70 (size=96) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_siptrace
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 13) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2f018 frag. 0xb6e2f000 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f058 frag. 0xb6e2f040 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.y:1659]: yyparse(): loading module debugger.so
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 54) called from <core>: sr_module.c: load_module(490)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e2f108 frag. 0xb6e2f0f0 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:569]: load_module(): trying to load </usr/lib/i386-linux-gnu/kamailio/modules/debugger.so>
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 72) called from <core>: sr_module.c: register_module(269)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 72) returns address 0xb6e2f170 frag. 0xb6e2f158 (size=72) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 160) called from <core>: sr_module.c: sr_cmd_exports_convert(224)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 160) returns address 0xb6e2f1e8 frag. 0xb6e2f1d0 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1741]: pp_define(): defining id: MOD_debugger
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 13) called from <core>: cfg.lex: pp_define(1771)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2f2b8 frag. 0xb6e2f2a0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f2f8 frag. 0xb6e2f2e0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f3a8 frag. 0xb6e2f390 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [DB_URL] value ["con1=>mysql://icscf:heslo@192.168.56.6/icscf"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f458 frag. 0xb6e2f440 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:184]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384, /ROUNDTO=4096
 0(4133) DEBUG: <core> [mem/q_malloc.c:186]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=4115, qm_block size=214012
 0(4133) DEBUG: <core> [mem/q_malloc.c:187]: qm_malloc_init(): qm_malloc_init(0xb275d000, 67108864), start=0xb275d000
 0(4133) DEBUG: <core> [mem/q_malloc.c:195]: qm_malloc_init(): qm_malloc_init: size= 67108864, init_overhead=214060
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb275d000, 4) called from <core>: mem/shm_mem.c: shm_mem_init_mallocs(179)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb275d000, 4) returns address 0xb2791414 frag. 0xb27913fc (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/shm_mem.c:193]: shm_mem_init_mallocs(): shm_mem_init: success
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 13) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'db_cluster' matches module 'db_cluster'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <connection> in module db_cluster [/usr/lib/i386-linux-gnu/kamailio/modules/db_cluster.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <connection> in module db_cluster [/usr/lib/i386-linux-gnu/kamailio/modules/db_cluster.so]
 0(4133) DEBUG: db_cluster [dbcl_data.c:198]: dbcl_parse_con_param(): connection: [con1] url: [mysql://icscf:heslo@192.168.56.6/icscf]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from db_cluster: dbcl_data.c: dbcl_init_con(104)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f548 frag. 0xb6e2f530 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb275d000, 8) called from db_cluster: dbcl_data.c: dbcl_init_con(114)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb275d000, 8) returns address 0xb2791448 frag. 0xb2791430 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f5f8 frag. 0xb6e2f5e0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f6a8 frag. 0xb6e2f690 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [DB_URL2] value ["con2=>mysql://icscf:heslo@10.1.27.217/icscf"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f758 frag. 0xb6e2f740 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 13) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'db_cluster' matches module 'db_cluster'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <connection> in module db_cluster [/usr/lib/i386-linux-gnu/kamailio/modules/db_cluster.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <connection> in module db_cluster [/usr/lib/i386-linux-gnu/kamailio/modules/db_cluster.so]
 0(4133) DEBUG: db_cluster [dbcl_data.c:198]: dbcl_parse_con_param(): connection: [con2] url: [mysql://icscf:heslo@10.1.27.217/icscf]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from db_cluster: dbcl_data.c: dbcl_init_con(104)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f808 frag. 0xb6e2f7f0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb275d000, 8) called from db_cluster: dbcl_data.c: dbcl_init_con(114)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb275d000, 8) returns address 0xb2791480 frag. 0xb2791468 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f8b8 frag. 0xb6e2f8a0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2f968 frag. 0xb6e2f950 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2fa18 frag. 0xb6e2fa00 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 13) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'db_cluster' matches module 'db_cluster'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <cluster> in module db_cluster [/usr/lib/i386-linux-gnu/kamailio/modules/db_cluster.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <cluster> in module db_cluster [/usr/lib/i386-linux-gnu/kamailio/modules/db_cluster.so]
 0(4133) DEBUG: db_cluster [dbcl_data.c:389]: dbcl_parse_cls_param(): cluster: [cluster1] : con-list [con1=2s2s;con2=1s1s]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 744) called from db_cluster: dbcl_data.c: dbcl_init_cls(325)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 744) returns address 0xb6e2fac8 frag. 0xb6e2fab0 (size=744) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 28) called from <core>: parser/parse_param.c: parse_params2(584)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 28) returns address 0xb6e2fde0 frag. 0xb6e2fdc8 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 28) called from <core>: parser/parse_param.c: parse_params2(584)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 28) returns address 0xb6e2fe2c frag. 0xb6e2fe14 (size=28) on 1 -th hit
 0(4133) DEBUG: db_cluster [dbcl_data.c:57]: dbcl_get_connection(): connection found [con2]
 0(4133) DEBUG: db_cluster [dbcl_data.c:266]: dbcl_cls_set_connections(): added con-id [con2] to rlist[1] at [0]
 0(4133) DEBUG: db_cluster [dbcl_data.c:295]: dbcl_cls_set_connections(): added con-id [con2] to wlist[1] at [0]
 0(4133) DEBUG: db_cluster [dbcl_data.c:57]: dbcl_get_connection(): connection found [con1]
 0(4133) DEBUG: db_cluster [dbcl_data.c:266]: dbcl_cls_set_connections(): added con-id [con1] to rlist[2] at [0]
 0(4133) DEBUG: db_cluster [dbcl_data.c:295]: dbcl_cls_set_connections(): added con-id [con1] to wlist[2] at [0]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2fe78 frag. 0xb6e2fe60 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2ff28 frag. 0xb6e2ff10 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e2ffd8 frag. 0xb6e2ffc0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'mi_fifo' matches module 'mi_fifo'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <fifo_name> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <fifo_name> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 19) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e30088 frag. 0xb6e30070 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e300cc frag. 0xb6e300b4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3017c frag. 0xb6e30164 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'mi_fifo' matches module 'mi_fifo'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <fifo_mode> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <fifo_mode> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3022c frag. 0xb6e30214 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e302dc frag. 0xb6e302c4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3038c frag. 0xb6e30374 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'mi_fifo' matches module 'mi_fifo'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <fifo_user> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <fifo_user> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e3043c frag. 0xb6e30424 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30478 frag. 0xb6e30460 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30528 frag. 0xb6e30510 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e305d8 frag. 0xb6e305c0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'mi_fifo' matches module 'mi_fifo'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <fifo_group> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <fifo_group> in module mi_fifo [/usr/lib/i386-linux-gnu/kamailio/modules/mi_fifo.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e30688 frag. 0xb6e30670 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e306c4 frag. 0xb6e306ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30774 frag. 0xb6e3075c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 5) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'rr' matches module 'rr'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <enable_full_lr> in module rr [/usr/lib/i386-linux-gnu/kamailio/modules/rr.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <enable_full_lr> in module rr [/usr/lib/i386-linux-gnu/kamailio/modules/rr.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30824 frag. 0xb6e3080c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e308d4 frag. 0xb6e308bc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30984 frag. 0xb6e3096c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'cdp' matches module 'cdp'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <config_file> in module cdp [/usr/lib/i386-linux-gnu/kamailio/modules/cdp.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <config_file> in module cdp [/usr/lib/i386-linux-gnu/kamailio/modules/cdp.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e30a34 frag. 0xb6e30a1c (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30a7c frag. 0xb6e30a64 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30b2c frag. 0xb6e30b14 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [CXDX_FORCED_PEER] value ["hss.open-ims.test"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30bdc frag. 0xb6e30bc4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'ims_icscf' matches module 'ims_icscf'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <cxdx_forced_peer> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <cxdx_forced_peer> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 18) called from <core>: modparam.c: set_mod_param_regex(119)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e30c8c frag. 0xb6e30c74 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30cd0 frag. 0xb6e30cb8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30d80 frag. 0xb6e30d68 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [NETWORKNAME] value ["open-ims.test"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30e30 frag. 0xb6e30e18 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'ims_icscf' matches module 'ims_icscf'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <cxdx_dest_realm> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <cxdx_dest_realm> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: modparam.c: set_mod_param_regex(119)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e30ee0 frag. 0xb6e30ec8 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30f20 frag. 0xb6e30f08 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e30fd0 frag. 0xb6e30fb8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31080 frag. 0xb6e31068 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'ims_icscf' matches module 'ims_icscf'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <db_url> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <db_url> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 19) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e31130 frag. 0xb6e31118 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31174 frag. 0xb6e3115c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31224 frag. 0xb6e3120c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [NETWORKNAME] value ["open-ims.test"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e312d4 frag. 0xb6e312bc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'ims_icscf' matches module 'ims_icscf'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <cxdx_dest_realm> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <cxdx_dest_realm> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: modparam.c: set_mod_param_regex(119)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e31384 frag. 0xb6e3136c (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e313c4 frag. 0xb6e313ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31474 frag. 0xb6e3145c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31524 frag. 0xb6e3150c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'ims_icscf' matches module 'ims_icscf'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <route_uar_user_unknown> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <route_uar_user_unknown> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 22) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e315d4 frag. 0xb6e315bc (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3161c frag. 0xb6e31604 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e316cc frag. 0xb6e316b4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3177c frag. 0xb6e31764 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'xmlrpc' matches module 'xmlrpc'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <route> in module xmlrpc [/usr/lib/i386-linux-gnu/kamailio/modules/xmlrpc.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <route> in module xmlrpc [/usr/lib/i386-linux-gnu/kamailio/modules/xmlrpc.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3182c frag. 0xb6e31814 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31864 frag. 0xb6e3184c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31914 frag. 0xb6e318fc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e319c4 frag. 0xb6e319ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'xmlrpc' matches module 'xmlrpc'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <url_match> in module xmlrpc [/usr/lib/i386-linux-gnu/kamailio/modules/xmlrpc.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <url_match> in module xmlrpc [/usr/lib/i386-linux-gnu/kamailio/modules/xmlrpc.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: modparam.c: set_mod_param_regex(108)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e31a74 frag. 0xb6e31a5c (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31aac frag. 0xb6e31a94 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31b5c frag. 0xb6e31b44 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'debugger' matches module 'debugger'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <cfgtrace> in module debugger [/usr/lib/i386-linux-gnu/kamailio/modules/debugger.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <cfgtrace> in module debugger [/usr/lib/i386-linux-gnu/kamailio/modules/debugger.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31c0c frag. 0xb6e31bf4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31cbc frag. 0xb6e31ca4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [CAPTURE_NODE] value ["sip:10.1.8.55"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31d6c frag. 0xb6e31d54 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'siptrace' matches module 'siptrace'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <duplicate_uri> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <duplicate_uri> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: modparam.c: set_mod_param_regex(119)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e31e1c frag. 0xb6e31e04 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31e5c frag. 0xb6e31e44 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31f0c frag. 0xb6e31ef4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'siptrace' matches module 'siptrace'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <trace_on> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <trace_on> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e31fbc frag. 0xb6e31fa4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3206c frag. 0xb6e32054 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'siptrace' matches module 'siptrace'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <trace_to_database> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <trace_to_database> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3211c frag. 0xb6e32104 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e321cc frag. 0xb6e321b4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [FLT_CAPTURE] value [1]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'siptrace' matches module 'siptrace'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <trace_flag> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <trace_flag> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3227c frag. 0xb6e32264 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3232c frag. 0xb6e32314 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'siptrace' matches module 'siptrace'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <hep_mode_on> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <hep_mode_on> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e323dc frag. 0xb6e323c4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3248c frag. 0xb6e32474 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 5) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'tm' matches module 'tm'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <failure_reply_mode> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <failure_reply_mode> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3253c frag. 0xb6e32524 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e325ec frag. 0xb6e325d4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 5) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'tm' matches module 'tm'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <fr_timer> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <fr_timer> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3269c frag. 0xb6e32684 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3274c frag. 0xb6e32734 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 5) called from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [modparam.c:81]: set_mod_param_regex(): 'tm' matches module 'tm'
 0(4133) DEBUG: <core> [sr_module.c:785]: find_param_export(): found <fr_inv_timer> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [modparam.c:97]: set_mod_param_regex(): found <fr_inv_timer> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: modparam.c: set_mod_param_regex(148)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: modparam.c: set_mod_param_regex(62)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e327fc frag. 0xb6e327e4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e328ac frag. 0xb6e32894 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e32954 frag. 0xb6e3293c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e32a04 frag. 0xb6e329ec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 33) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e32dbc frag. 0xb6e32da4 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 33) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e32e10 frag. 0xb6e32df8 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e32dbc), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e32da4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e32a04), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e329ec alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e32a04 frag. 0xb6e329ec (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e32ab4 frag. 0xb6e32a9c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#5 #0/1: 1(1)/ 0xb6e32a04
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e32b5c frag. 0xb6e32b44 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e32c0c frag. 0xb6e32bf4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e32cb4 frag. 0xb6e32c9c (size=216) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e32e64 frag. 0xb6e32e4c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <is_method> in module textops [/usr/lib/i386-linux-gnu/kamailio/modules/textops.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 9) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e32dbc frag. 0xb6e32da4 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e32e64), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e32e4c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e32e64 frag. 0xb6e32e4c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3321c frag. 0xb6e33204 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e332cc frag. 0xb6e332b4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#5 #0/1: 1(1)/ 0xb6e3321c
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e33374 frag. 0xb6e3335c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3341c frag. 0xb6e33404 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e32e64
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e332cc
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e334c4 frag. 0xb6e334ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e33574 frag. 0xb6e3355c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3361c frag. 0xb6e33604 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e336cc frag. 0xb6e336b4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 45) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e33a84 frag. 0xb6e33a6c (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <is_method> in module textops [/usr/lib/i386-linux-gnu/kamailio/modules/textops.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 45) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e33ae4 frag. 0xb6e33acc (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e33a84), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e33a6c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e336cc), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e336b4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e336cc frag. 0xb6e336b4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e33b44 frag. 0xb6e33b2c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e33bf4 frag. 0xb6e33bdc (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#5 #0/1: 1(1)/ 0xb6e33b44
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e33c9c frag. 0xb6e33c84 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e33d44 frag. 0xb6e33d2c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e33df4 frag. 0xb6e33ddc (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e33e9c frag. 0xb6e33e84 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e33f4c frag. 0xb6e33f34 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 54) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 56) returns address 0xb6e34304 frag. 0xb6e342ec (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <append_to_reply> in module textops [/usr/lib/i386-linux-gnu/kamailio/modules/textops.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3436c frag. 0xb6e34354 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3441c frag. 0xb6e34404 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e344c4 frag. 0xb6e344ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e34574 frag. 0xb6e3455c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3492c frag. 0xb6e34914 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e349dc frag. 0xb6e349c4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 49) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e34d94 frag. 0xb6e34d7c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e33a84 frag. 0xb6e33a6c (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2f508), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2f4f0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e34574), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3455c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 49) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e34574 frag. 0xb6e3455c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e34d94), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e34d7c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e349dc), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e349c4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e345d8 frag. 0xb6e345c0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e34680 frag. 0xb6e34668 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e336cc
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e33bf4
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e33df4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e34728 frag. 0xb6e34710 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e347d8 frag. 0xb6e347c0 (size=292) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e349dc frag. 0xb6e349c4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <sip_trace> in module siptrace [/usr/lib/i386-linux-gnu/kamailio/modules/siptrace.so]
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [FLT_CAPTURE] value [1]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e34a84 frag. 0xb6e34a6c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#39 #0/1: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e34b2c frag. 0xb6e34b14 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e34bdc frag. 0xb6e34bc4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e34c84 frag. 0xb6e34c6c (size=224) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e34df8 frag. 0xb6e34de0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 3) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e2f508 frag. 0xb6e2f4f0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <mf_process_maxfwd_header> in module maxfwd [/usr/lib/i386-linux-gnu/kamailio/modules/maxfwd.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e351b0 frag. 0xb6e35198 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e35568 frag. 0xb6e35550 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e35920 frag. 0xb6e35908 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e359d0 frag. 0xb6e359b8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e35a78 frag. 0xb6e35a60 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e35b28 frag. 0xb6e35b10 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e34d94 frag. 0xb6e34d7c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e35ee0 frag. 0xb6e35ec8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e35f90 frag. 0xb6e35f78 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e36348 frag. 0xb6e36330 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <sl_send_reply> in module sl [/usr/lib/i386-linux-gnu/kamailio/modules/sl.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e36388 frag. 0xb6e36370 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e34d94), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e34d7c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e35b28), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e35b10 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e34d94 frag. 0xb6e34d7c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e36348), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e36330 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e35f90), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e35f78 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e35f90 frag. 0xb6e35f78 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e36038 frag. 0xb6e36020 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e35568
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e359d0
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e360e0 frag. 0xb6e360c8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e36190 frag. 0xb6e36178 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e36238 frag. 0xb6e36220 (size=224) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e35b28 frag. 0xb6e35b10 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 5) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e36348 frag. 0xb6e36330 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e363bc frag. 0xb6e363a4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3646c frag. 0xb6e36454 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e36824 frag. 0xb6e3680c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <sanity_check> in module sanity [/usr/lib/i386-linux-gnu/kamailio/modules/sanity.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 5) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e36858 frag. 0xb6e36840 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e36348), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e36330 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e35b28), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e35b10 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e36348 frag. 0xb6e36330 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e36824), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3680c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3646c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e36454 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3646c frag. 0xb6e36454 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e35b28 frag. 0xb6e35b10 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e36890 frag. 0xb6e36878 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e36940 frag. 0xb6e36928 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e369e8 frag. 0xb6e369d0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e36a98 frag. 0xb6e36a80 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e36e50 frag. 0xb6e36e38 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e36ea4 frag. 0xb6e36e8c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e36e50), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e36e38 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e36a98), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e36a80 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e36a98 frag. 0xb6e36a80 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e36b40 frag. 0xb6e36b28 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e35b28
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e36940
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e36be8 frag. 0xb6e36bd0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e36c98 frag. 0xb6e36c80 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <has_totag> in module siputils [/usr/lib/i386-linux-gnu/kamailio/modules/siputils.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e36ef8 frag. 0xb6e36ee0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e372b0 frag. 0xb6e37298 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e36d40 frag. 0xb6e36d28 (size=224) on 1 -th hit
 0(4133) DEBUG: <core> [pvapi.c:268]: pv_cache_add(): PV cache not initialized, doing it now
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 94) called from <core>: pvapi.c: pv_cache_add(272)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 96) returns address 0xb6e37668 frag. 0xb6e37650 (size=96) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 424) called from <core>: select.c: parse_select(204)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 424) returns address 0xb6e376f8 frag. 0xb6e376e0 (size=424) on 1 -th hit
 0(4133) DEBUG: <core> [select.c:111]: w_parse_select(): part 0: cfg_get
 0(4133) DEBUG: <core> [select.c:111]: w_parse_select(): part 1: system
 0(4133) DEBUG: <core> [select.c:111]: w_parse_select(): part 2: shutdownmode
 0(4133) DEBUG: <core> [select.c:158]: w_parse_select(): end, total elements: 3, calling resolve_select
 0(4133) DEBUG: <core> [select.c:263]: resolve_select(): 'cfg_get'
 0(4133) DEBUG: <core> [select.c:263]: resolve_select(): 'shutdownmode'
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 28) called from <core>: cfg/cfg_select.c: cfg_new_select(50)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 28) returns address 0xb6e36e50 frag. 0xb6e36e38 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: cfg/cfg_select.c: cfg_new_select(54)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e378d0 frag. 0xb6e378b8 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: cfg/cfg_select.c: cfg_new_select(61)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e37908 frag. 0xb6e378f0 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [cfg/cfg_select.c:174]: select_cfg_var(): DEBUG: select_cfg_var(): select fixup is postponed: system.shutdownmode
 0(4133) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$sel(cfg_get.system.shutdownmode)] added in cache
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e37944 frag. 0xb6e3792c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e37cfc frag. 0xb6e37ce4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e380b4 frag. 0xb6e3809c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3846c frag. 0xb6e38454 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e38824 frag. 0xb6e3880c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e388d4 frag. 0xb6e388bc (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3897c frag. 0xb6e38964 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e38a2c frag. 0xb6e38a14 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e36824 frag. 0xb6e3680c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e38de4 frag. 0xb6e38dcc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e38e94 frag. 0xb6e38e7c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 21) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e3924c frag. 0xb6e39234 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <send_reply> in module sl [/usr/lib/i386-linux-gnu/kamailio/modules/sl.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e39294 frag. 0xb6e3927c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e36824), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3680c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e38a2c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e38a14 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 21) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e38a2c frag. 0xb6e38a14 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3924c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e39234 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e38e94), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e38e7c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e38a74 frag. 0xb6e38a5c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e38b1c frag. 0xb6e38b04 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e3846c
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e388d4
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e38bc4 frag. 0xb6e38bac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e38c74 frag. 0xb6e38c5c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e38d1c frag. 0xb6e38d04 (size=152) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e38e94 frag. 0xb6e38e7c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 8) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3924c frag. 0xb6e39234 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <is_method> in module textops [/usr/lib/i386-linux-gnu/kamailio/modules/textops.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 8) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e392c8 frag. 0xb6e392b0 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3924c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e39234 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e38e94), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e38e7c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e38e94 frag. 0xb6e38e7c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: route_struct.c: mk_elem(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e39300 frag. 0xb6e392e8 (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e39350 frag. 0xb6e39338 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e39708 frag. 0xb6e396f0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e39ac0 frag. 0xb6e39aa8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e39b70 frag. 0xb6e39b58 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <options_reply> in module siputils [/usr/lib/i386-linux-gnu/kamailio/modules/siputils.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e39c18 frag. 0xb6e39c00 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e39cc0 frag. 0xb6e39ca8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e39708
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e39b70
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e39d68 frag. 0xb6e39d50 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e39e18 frag. 0xb6e39e00 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_lookup_request> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e39ec0 frag. 0xb6e39ea8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3a278 frag. 0xb6e3a260 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3a320 frag. 0xb6e3a308 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e39ec0
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e3a278
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3a3c8 frag. 0xb6e3a3b0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3a478 frag. 0xb6e3a460 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3a520 frag. 0xb6e3a508 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3a5d0 frag. 0xb6e3a5b8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 16) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3924c frag. 0xb6e39234 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <is_method> in module textops [/usr/lib/i386-linux-gnu/kamailio/modules/textops.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 16) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3a988 frag. 0xb6e3a970 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3924c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e39234 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3a5d0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3a5b8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3a5d0 frag. 0xb6e3a5b8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3a9c8 frag. 0xb6e3a9b0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3aa78 frag. 0xb6e3aa60 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3ab20 frag. 0xb6e3ab08 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3abd0 frag. 0xb6e3abb8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e36824 frag. 0xb6e3680c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3af88 frag. 0xb6e3af70 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3b038 frag. 0xb6e3b020 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3924c frag. 0xb6e39234 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <send_reply> in module sl [/usr/lib/i386-linux-gnu/kamailio/modules/sl.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3b3f0 frag. 0xb6e3b3d8 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e36824), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3680c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3abd0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3abb8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3abd0 frag. 0xb6e3abb8 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3924c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e39234 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3b038), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3b020 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3ac08 frag. 0xb6e3abf0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e3a5d0
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e3aa78
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e3924c frag. 0xb6e39234 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e8204)[REQINIT] to 1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3acb0 frag. 0xb6e3ac98 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3ad60 frag. 0xb6e3ad48 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3b038 frag. 0xb6e3b020 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 5) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3ae10 frag. 0xb6e3adf8 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: route_struct.c: mk_elem(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e3ae48 frag. 0xb6e3ae30 (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3b424 frag. 0xb6e3b40c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3ae98 frag. 0xb6e3ae80 (size=192) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3b7dc frag. 0xb6e3b7c4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e36824 frag. 0xb6e3680c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: route_struct.c: mk_elem(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e3bb94 frag. 0xb6e3bb7c (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3bbe4 frag. 0xb6e3bbcc (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3bf9c frag. 0xb6e3bf84 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [XMLRPC_WHITELIST_1] value ["127.0.0.1"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3c354 frag. 0xb6e3c33c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3c404 frag. 0xb6e3c3ec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e3c7bc frag. 0xb6e3c7a4 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e3c7f8 frag. 0xb6e3c7e0 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3c7f8), called from <core>: cfg.y: yyparse(2135)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3c7e0 alloc'ed from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 48) called from <core>: ip_addr.c: mk_new_net(52)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e3c834 frag. 0xb6e3c81c (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: route_struct.c: mk_elem(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e3c894 frag. 0xb6e3c87c (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3c8e4 frag. 0xb6e3c8cc (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3cc9c frag. 0xb6e3cc84 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3d054 frag. 0xb6e3d03c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 77) called from <core>: pvapi.c: pv_cache_add(272)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 80) returns address 0xb6e3d104 frag. 0xb6e3d0ec (size=80) on 1 -th hit
 0(4133) DEBUG: pv [pv_core.c:2820]: pv_parse_hdr_name(): using hdr type (27) instead of <User-Agent>
 0(4133) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$hdr(User-Agent)] added in cache
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3d184 frag. 0xb6e3d16c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3d53c frag. 0xb6e3d524 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3d5ec frag. 0xb6e3d5d4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e3c7f8 frag. 0xb6e3c7e0 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3d9a4 frag. 0xb6e3d98c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3dd5c frag. 0xb6e3dd44 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3de04 frag. 0xb6e3ddec (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e3d9a4
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e3dd5c
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3deac frag. 0xb6e3de94 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3df54 frag. 0xb6e3df3c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3e004 frag. 0xb6e3dfec (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <dispatch_rpc> in module xmlrpc [/usr/lib/i386-linux-gnu/kamailio/modules/xmlrpc.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3e0ac frag. 0xb6e3e094 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3e154 frag. 0xb6e3e13c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3e204 frag. 0xb6e3e1ec (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e3cc9c
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e3de04
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3e2ac frag. 0xb6e3e294 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3e354 frag. 0xb6e3e33c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3e404 frag. 0xb6e3e3ec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3e7bc frag. 0xb6e3e7a4 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3e7f0 frag. 0xb6e3e7d8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3e8a0 frag. 0xb6e3e888 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e3ec58 frag. 0xb6e3ec40 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <send_reply> in module sl [/usr/lib/i386-linux-gnu/kamailio/modules/sl.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3ec94 frag. 0xb6e3ec7c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3e7bc), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3e7a4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3e404), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3e3ec alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e3e404 frag. 0xb6e3e3ec (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ec58), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ec40 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3e8a0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3e888 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3e440 frag. 0xb6e3e428 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:544]: qm_realloc(): qm_realloc(0xb6dd9008, 0xb6e0d89c, 16) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:571]: qm_realloc(): qm_realloc: realloc'ing frag 0xb6e0d884 alloc'ed from <core>: route.c: init_rlist(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:601]: qm_realloc(): qm_realloc: growing from 8 to 16
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 16) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3e4e8 frag. 0xb6e3e4d0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0d89c), called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0d884 alloc'ed from <core>: route.c: init_rlist(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:653]: qm_realloc(): qm_realloc: returning 0xb6e3e4e8
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e3e528 frag. 0xb6e3e510 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e8204)[XMLRPC] to 2
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3e570 frag. 0xb6e3e558 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3e620 frag. 0xb6e3e608 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3e6d0 frag. 0xb6e3e6b8 (size=188) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3e8a0 frag. 0xb6e3e888 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3ecc8 frag. 0xb6e3ecb0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3e7bc frag. 0xb6e3e7a4 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_select> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3f080 frag. 0xb6e3f068 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3e950 frag. 0xb6e3e938 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3ea00 frag. 0xb6e3e9e8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3eaa8 frag. 0xb6e3ea90 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3f438 frag. 0xb6e3f420 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3eb58 frag. 0xb6e3eb40 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3eb98 frag. 0xb6e3eb80 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3eb58), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3eb40 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3f438), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3f420 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3f438 frag. 0xb6e3f420 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3f4e8 frag. 0xb6e3f4d0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3f590 frag. 0xb6e3f578 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3f7f0 frag. 0xb6e3f7d8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e3ebd8 frag. 0xb6e3ebc0 (size=80) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_failure> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e3f640 frag. 0xb6e3f628 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ebd8), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ebc0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3f7f0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3f7d8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3f684 frag. 0xb6e3f66c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e3f734 frag. 0xb6e3f71c (size=140) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_relay> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3f7f0 frag. 0xb6e3f7d8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e3fba8 frag. 0xb6e3fb90 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e3ff60 frag. 0xb6e3ff48 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40010 frag. 0xb6e3fff8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e400b8 frag. 0xb6e400a0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e40168 frag. 0xb6e40150 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e0d89c frag. 0xb6e0d884 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e40520 frag. 0xb6e40508 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e405d0 frag. 0xb6e405b8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e3ebd8 frag. 0xb6e3ebc0 (size=80) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3ec58 frag. 0xb6e3ec40 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0d89c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0d884 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e40168), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e40150 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e40168 frag. 0xb6e40150 (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ebd8), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ebc0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e405d0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e405b8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e401b8 frag. 0xb6e401a0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40260 frag. 0xb6e40248 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e3fba8
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e40010
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40308 frag. 0xb6e402f0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e403b0 frag. 0xb6e40398 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40460 frag. 0xb6e40448 (size=144) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_drop> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e405d0 frag. 0xb6e405b8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40680 frag. 0xb6e40668 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e40728 frag. 0xb6e40710 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e40988 frag. 0xb6e40970 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3eb58 frag. 0xb6e3eb40 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e407d8 frag. 0xb6e407c0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e40d40 frag. 0xb6e40d28 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e0d89c frag. 0xb6e0d884 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_perform_user_authorization_request> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3ebd8 frag. 0xb6e3ebc0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3eb58), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3eb40 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e40988), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e40970 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3eb58 frag. 0xb6e3eb40 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0d89c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0d884 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e40d40), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e40d28 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40888 frag. 0xb6e40870 (size=208) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40d40 frag. 0xb6e40d28 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e3f080
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e3ea00
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e40460
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e40de8 frag. 0xb6e40dd0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e40e90 frag. 0xb6e40e78 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e8204)[register] to 3
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e40ed8 frag. 0xb6e40ec0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e40f88 frag. 0xb6e40f70 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 84) called from <core>: pvapi.c: pv_cache_add(272)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 84) returns address 0xb6e41038 frag. 0xb6e41020 (size=144) on 1 -th hit
 0(4133) DEBUG: <core> [usr_avp.c:882]: parse_avp_ident(): Parsing 's:uaa_return_code'
 0(4133) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$avp(s:uaa_return_code)] added in cache
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e40988 frag. 0xb6e40970 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e410f8 frag. 0xb6e410e0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e414b0 frag. 0xb6e41498 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e41560 frag. 0xb6e41548 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e41608 frag. 0xb6e415f0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e416b8 frag. 0xb6e416a0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e0d89c frag. 0xb6e0d884 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_select> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e41a70 frag. 0xb6e41a58 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e41e28 frag. 0xb6e41e10 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e41ed8 frag. 0xb6e41ec0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e41f80 frag. 0xb6e41f68 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e42030 frag. 0xb6e42018 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e423e8 frag. 0xb6e423d0 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_failure> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e4242c frag. 0xb6e42414 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e423e8), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e423d0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e42030), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e42018 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e42030 frag. 0xb6e42018 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e420e0 frag. 0xb6e420c8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e42188 frag. 0xb6e42170 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e42470 frag. 0xb6e42458 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e3ec18 frag. 0xb6e3ec00 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e423e8 frag. 0xb6e423d0 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ec18), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ec00 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e42470), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e42458 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e42238 frag. 0xb6e42220 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e422e8 frag. 0xb6e422d0 (size=208) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_relay> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e42470 frag. 0xb6e42458 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e42828 frag. 0xb6e42810 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e42be0 frag. 0xb6e42bc8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e42c90 frag. 0xb6e42c78 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e42d38 frag. 0xb6e42d20 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e42de8 frag. 0xb6e42dd0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3ec18 frag. 0xb6e3ec00 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e431a0 frag. 0xb6e43188 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e43250 frag. 0xb6e43238 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 26) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 28) returns address 0xb6e43608 frag. 0xb6e435f0 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e43654 frag. 0xb6e4363c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ec18), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ec00 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e42de8), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e42dd0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 26) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 28) returns address 0xb6e42de8 frag. 0xb6e42dd0 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e43608), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e435f0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e43250), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e43238 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e42e34 frag. 0xb6e42e1c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e42828
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e42c90
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e42edc frag. 0xb6e42ec4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e42f8c frag. 0xb6e42f74 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_drop> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e43034 frag. 0xb6e4301c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e430e4 frag. 0xb6e430cc (size=140) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e43250 frag. 0xb6e43238 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e43688 frag. 0xb6e43670 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3ec18 frag. 0xb6e3ec00 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e43300 frag. 0xb6e432e8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e43a40 frag. 0xb6e43a28 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 35) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e433b0 frag. 0xb6e43398 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e43608 frag. 0xb6e435f0 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ec18), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ec00 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e43688), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e43670 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 35) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e43404 frag. 0xb6e433ec (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e433b0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e43398 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e43a40), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e43a28 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e43458 frag. 0xb6e43440 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e41a70
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e41ed8
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e42f8c
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e43500 frag. 0xb6e434e8 (size=216) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: cfg.y: mk_case_stm(3718)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e433b0 frag. 0xb6e43398 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e43a40 frag. 0xb6e43a28 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e43688 frag. 0xb6e43670 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e43738 frag. 0xb6e43720 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e437e0 frag. 0xb6e437c8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e43df8 frag. 0xb6e43de0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3ec18 frag. 0xb6e3ec00 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e43890 frag. 0xb6e43878 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e441b0 frag. 0xb6e44198 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 47) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e43940 frag. 0xb6e43928 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e439a0 frag. 0xb6e43988 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ec18), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ec00 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e43df8), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e43de0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 47) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e439d8 frag. 0xb6e439c0 (size=56) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e43940), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e43928 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e441b0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44198 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e441b0 frag. 0xb6e44198 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: cfg.y: mk_case_stm(3718)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e43940 frag. 0xb6e43928 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e43df8 frag. 0xb6e43de0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44258 frag. 0xb6e44240 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e44308 frag. 0xb6e442f0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e443b0 frag. 0xb6e44398 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e44568 frag. 0xb6e44550 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3ec18 frag. 0xb6e3ec00 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44460 frag. 0xb6e44448 (size=216) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e44920 frag. 0xb6e44908 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 40) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e44cd8 frag. 0xb6e44cc0 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e44d30 frag. 0xb6e44d18 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ec18), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ec00 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e44568), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44550 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 40) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e44568 frag. 0xb6e44550 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e44cd8), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44cc0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e44920), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44908 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e445c0 frag. 0xb6e445a8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e44670 frag. 0xb6e44658 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44718 frag. 0xb6e44700 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e44920 frag. 0xb6e44908 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e3ec18 frag. 0xb6e3ec00 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e447c8 frag. 0xb6e447b0 (size=296) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e44d68 frag. 0xb6e44d50 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e44cd8 frag. 0xb6e44cc0 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e45120 frag. 0xb6e45108 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3ec18), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3ec00 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e44920), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44908 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 11) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e3ec18 frag. 0xb6e3ec00 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e44cd8), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44cc0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e44d68), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44d50 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e44d68 frag. 0xb6e44d50 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: cfg.y: mk_case_stm(3718)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e44cd8 frag. 0xb6e44cc0 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44e10 frag. 0xb6e44df8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e44ec0 frag. 0xb6e44ea8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44f68 frag. 0xb6e44f50 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e44920 frag. 0xb6e44908 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e45018 frag. 0xb6e45000 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e45050 frag. 0xb6e45038 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e45154 frag. 0xb6e4513c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 66) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 68) returns address 0xb6e4550c frag. 0xb6e454f4 (size=68) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e45580 frag. 0xb6e45568 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45018), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e45000 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e44920), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e44908 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 66) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 68) returns address 0xb6e44920 frag. 0xb6e44908 (size=68) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4550c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e454f4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45154), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4513c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44994 frag. 0xb6e4497c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e44a44 frag. 0xb6e44a2c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44aec frag. 0xb6e44ad4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e45154 frag. 0xb6e4513c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e45018 frag. 0xb6e45000 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e44b9c frag. 0xb6e44b84 (size=268) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e455b8 frag. 0xb6e455a0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 31) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e4550c frag. 0xb6e454f4 (size=68) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e45970 frag. 0xb6e45958 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45018), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e45000 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45154), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4513c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 31) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e45154 frag. 0xb6e4513c (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4550c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e454f4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e455b8), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e455a0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e451a4 frag. 0xb6e4518c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: cfg.y: mk_case_stm(3718)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e4550c frag. 0xb6e454f4 (size=68) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4524c frag. 0xb6e45234 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#17 #0/2: 22(16)/ 0xb6e40988
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#17 #1/2: 24(18)/ 0xb6e433b0
 0(4133) DEBUG: <core> [mem/q_malloc.c:544]: qm_realloc(): qm_realloc(0xb6dd9008, 0xb6e3e4e8, 32) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:571]: qm_realloc(): qm_realloc: realloc'ing frag 0xb6e3e4d0 alloc'ed from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:601]: qm_realloc(): qm_realloc: growing from 16 to 32
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e452f4 frag. 0xb6e452dc (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e3e4e8), called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e3e4d0 alloc'ed from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:653]: qm_realloc(): qm_realloc: returning 0xb6e452f4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e45344 frag. 0xb6e4532c (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e8204)[REG_UAR_REPLY] to 4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4538c frag. 0xb6e45374 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4543c frag. 0xb6e45424 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e455b8 frag. 0xb6e455a0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e45660 frag. 0xb6e45648 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e459a4 frag. 0xb6e4598c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e45018 frag. 0xb6e45000 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e45710 frag. 0xb6e456f8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e45d5c frag. 0xb6e45d44 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 27) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 28) returns address 0xb6e457c0 frag. 0xb6e457a8 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e3e4e8 frag. 0xb6e3e4d0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45018), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e45000 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e459a4), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4598c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 27) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 28) returns address 0xb6e4580c frag. 0xb6e457f4 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e457c0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e457a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45d5c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e45d44 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e45858 frag. 0xb6e45840 (size=232) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e45d5c frag. 0xb6e45d44 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e45e04 frag. 0xb6e45dec (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e459a4 frag. 0xb6e4598c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e457c0 frag. 0xb6e457a8 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_check_status> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 12) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e45eb4 frag. 0xb6e45e9c (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e457c0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e457a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e459a4), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4598c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e459a4 frag. 0xb6e4598c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e46114 frag. 0xb6e460fc (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e45ef0 frag. 0xb6e45ed8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e45fa0 frag. 0xb6e45f88 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e46048 frag. 0xb6e46030 (size=156) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e464cc frag. 0xb6e464b4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e45018 frag. 0xb6e45000 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_check_status> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e457c0 frag. 0xb6e457a8 (size=28) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45018), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e45000 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e464cc), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e464b4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e464cc frag. 0xb6e464b4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e46884 frag. 0xb6e4686c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e46c3c frag. 0xb6e46c24 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e46cec frag. 0xb6e46cd4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e46d94 frag. 0xb6e46d7c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e46e44 frag. 0xb6e46e2c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e45018 frag. 0xb6e45000 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e471fc frag. 0xb6e471e4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e472ac frag. 0xb6e47294 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 40) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e47664 frag. 0xb6e4764c (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e476bc frag. 0xb6e476a4 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45018), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e45000 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e46e44), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e46e2c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 40) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e46e44 frag. 0xb6e46e2c (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e47664), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4764c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e472ac), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47294 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e46e9c frag. 0xb6e46e84 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e46f4c frag. 0xb6e46f34 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_drop> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e46ff4 frag. 0xb6e46fdc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e470a4 frag. 0xb6e4708c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4714c frag. 0xb6e47134 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e472ac frag. 0xb6e47294 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e45018 frag. 0xb6e45000 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e476f4 frag. 0xb6e476dc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e477a4 frag. 0xb6e4778c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 51) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e47b5c frag. 0xb6e47b44 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e47664 frag. 0xb6e4764c (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e45018), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e45000 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e472ac), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47294 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 51) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e472ac frag. 0xb6e47294 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e47b5c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47b44 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e477a4), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4778c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e47310 frag. 0xb6e472f8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e46884
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e46cec
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e470a4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e473b8 frag. 0xb6e473a0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e46114
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e47310
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e47460 frag. 0xb6e47448 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e47b5c frag. 0xb6e47b44 (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e81b4)[register_reply] to 1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e47508 frag. 0xb6e474f0 (size=300) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e477a4 frag. 0xb6e4778c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e47854 frag. 0xb6e4783c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e478fc frag. 0xb6e478e4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e47bc0 frag. 0xb6e47ba8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_check_status> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e47a00 frag. 0xb6e479e8 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e47bc0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47ba8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e47bc0 frag. 0xb6e47ba8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e47a54 frag. 0xb6e47a3c (size=216) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e47f78 frag. 0xb6e47f60 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e48020 frag. 0xb6e48008 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e480d0 frag. 0xb6e480b8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e45018 frag. 0xb6e45000 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_select> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e48488 frag. 0xb6e48470 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e48840 frag. 0xb6e48828 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e488f0 frag. 0xb6e488d8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e48998 frag. 0xb6e48980 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e48a48 frag. 0xb6e48a30 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e48e00 frag. 0xb6e48de8 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e48a48), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e48a30 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e48a48 frag. 0xb6e48a30 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e48af8 frag. 0xb6e48ae0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e48ba0 frag. 0xb6e48b88 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e48e40 frag. 0xb6e48e28 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_failure> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e48c50 frag. 0xb6e48c38 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e48e40), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e48e28 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e48c94 frag. 0xb6e48c7c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e48d44 frag. 0xb6e48d2c (size=140) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_relay> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e48e40 frag. 0xb6e48e28 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e491f8 frag. 0xb6e491e0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e495b0 frag. 0xb6e49598 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e49660 frag. 0xb6e49648 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e49708 frag. 0xb6e496f0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e497b8 frag. 0xb6e497a0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e49b70 frag. 0xb6e49b58 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e49c20 frag. 0xb6e49c08 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 37) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e49fd8 frag. 0xb6e49fc0 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4a030 frag. 0xb6e4a018 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e497b8), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e497a0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 37) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e497b8 frag. 0xb6e497a0 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e49fd8), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e49fc0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e49c20), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e49c08 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e49810 frag. 0xb6e497f8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e498b8 frag. 0xb6e498a0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e491f8
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e49660
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e49960 frag. 0xb6e49948 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e49a08 frag. 0xb6e499f0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e49ab8 frag. 0xb6e49aa0 (size=136) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e49c20 frag. 0xb6e49c08 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4a064 frag. 0xb6e4a04c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e49cd0 frag. 0xb6e49cb8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4a41c frag. 0xb6e4a404 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 39) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e49fd8 frag. 0xb6e49fc0 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e49d80 frag. 0xb6e49d68 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4a064), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4a04c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 39) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e49db4 frag. 0xb6e49d9c (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e49fd8), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e49fc0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4a41c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4a404 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e49e0c frag. 0xb6e49df4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e49eb4 frag. 0xb6e49e9c (size=244) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e48488
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e488f0
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e49ab8
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4a41c frag. 0xb6e4a404 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4a4cc frag. 0xb6e4a4b4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4a574 frag. 0xb6e4a55c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4a064 frag. 0xb6e4a04c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_check_status> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e49fd8 frag. 0xb6e49fc0 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4a064), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4a04c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4a064 frag. 0xb6e4a04c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4a7d4 frag. 0xb6e4a7bc (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4a624 frag. 0xb6e4a60c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4a6d4 frag. 0xb6e4a6bc (size=208) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4ab8c frag. 0xb6e4ab74 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4ac3c frag. 0xb6e4ac24 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4aff4 frag. 0xb6e4afdc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4b0a4 frag. 0xb6e4b08c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 40) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e4b45c frag. 0xb6e4b444 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4b4b4 frag. 0xb6e4b49c (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4ac3c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4ac24 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 40) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e4ac3c frag. 0xb6e4ac24 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b45c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b444 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b0a4), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b08c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4ac94 frag. 0xb6e4ac7c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4ad44 frag. 0xb6e4ad2c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_drop> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4adec frag. 0xb6e4add4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4ae9c frag. 0xb6e4ae84 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4af44 frag. 0xb6e4af2c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4b0a4 frag. 0xb6e4b08c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4b4ec frag. 0xb6e4b4d4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4b59c frag. 0xb6e4b584 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 51) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e4b954 frag. 0xb6e4b93c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4b45c frag. 0xb6e4b444 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e479ac), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e47994 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b0a4), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b08c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 51) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 52) returns address 0xb6e4b0a4 frag. 0xb6e4b08c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b954), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b93c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b59c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b584 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4b108 frag. 0xb6e4b0f0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e4a7d4
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e4a6d4
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e4ae9c
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4b1b0 frag. 0xb6e4b198 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e47bc0
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e49eb4
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e4b108
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4b258 frag. 0xb6e4b240 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e479ac frag. 0xb6e47994 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e81dc)[register_failure] to 1
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4b300 frag. 0xb6e4b2e8 (size=300) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4b59c frag. 0xb6e4b584 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4b64c frag. 0xb6e4b634 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4b6f4 frag. 0xb6e4b6dc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4b9b8 frag. 0xb6e4b9a0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e4b954 frag. 0xb6e4b93c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4b7a4 frag. 0xb6e4b78c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4bd70 frag. 0xb6e4bd58 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4b854 frag. 0xb6e4b83c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_perform_location_information_request> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 10) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 12) returns address 0xb6e4b888 frag. 0xb6e4b870 (size=12) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b954), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b93c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b9b8), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b9a0 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4b954 frag. 0xb6e4b93c (size=52) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b854), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b83c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4bd70), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4bd58 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e4b8c4 frag. 0xb6e4b8ac (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e8204)[initial_request] to 5
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4bd70 frag. 0xb6e4bd58 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4be20 frag. 0xb6e4be08 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 82) called from <core>: pvapi.c: pv_cache_add(272)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 84) returns address 0xb6e4bed0 frag. 0xb6e4beb8 (size=84) on 1 -th hit
 0(4133) DEBUG: <core> [usr_avp.c:882]: parse_avp_ident(): Parsing 'lia_return_code'
 0(4133) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$avp(lia_return_code)] added in cache
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4b9b8 frag. 0xb6e4b9a0 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4c128 frag. 0xb6e4c110 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4c4e0 frag. 0xb6e4c4c8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4bf54 frag. 0xb6e4bf3c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4c004 frag. 0xb6e4bfec (size=244) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4c898 frag. 0xb6e4c880 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4c948 frag. 0xb6e4c930 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4b854 frag. 0xb6e4b83c (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_select> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4cd00 frag. 0xb6e4cce8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d0b8 frag. 0xb6e4d0a0 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4d168 frag. 0xb6e4d150 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d210 frag. 0xb6e4d1f8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4d2c0 frag. 0xb6e4d2a8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4b90c frag. 0xb6e4b8f4 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d678 frag. 0xb6e4d660 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4d728 frag. 0xb6e4d710 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e4dae0 frag. 0xb6e4dac8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4db24 frag. 0xb6e4db0c (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4b90c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4b8f4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4d2c0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4d2a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e4b90c frag. 0xb6e4b8f4 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4dae0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4dac8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4d728), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4d710 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d728 frag. 0xb6e4d710 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4d7d8 frag. 0xb6e4d7c0 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d880 frag. 0xb6e4d868 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4d2c0 frag. 0xb6e4d2a8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 22) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e4d930 frag. 0xb6e4d918 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 22) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e4d978 frag. 0xb6e4d960 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4d930), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4d918 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4d2c0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4d2a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d9c0 frag. 0xb6e4d9a8 (size=240) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4d2c0 frag. 0xb6e4d2a8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d368 frag. 0xb6e4d350 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4db5c frag. 0xb6e4db44 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e4d930 frag. 0xb6e4d918 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_failure> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e4d418 frag. 0xb6e4d400 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4d930), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4d918 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4db5c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4db44 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d460 frag. 0xb6e4d448 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4d510 frag. 0xb6e4d4f8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_relay> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4db5c frag. 0xb6e4db44 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4df14 frag. 0xb6e4defc (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4d5b8 frag. 0xb6e4d5a0 (size=144) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4e2cc frag. 0xb6e4e2b4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4e374 frag. 0xb6e4e35c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4e424 frag. 0xb6e4e40c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4dae0 frag. 0xb6e4dac8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4e7dc frag. 0xb6e4e7c4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4e88c frag. 0xb6e4e874 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e4ec44 frag. 0xb6e4ec2c (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4d930 frag. 0xb6e4d918 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4dae0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4dac8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4e424), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4e40c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e4e424 frag. 0xb6e4e40c (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4ec44), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4ec2c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4e88c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4e874 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4e474 frag. 0xb6e4e45c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4e51c frag. 0xb6e4e504 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e4df14
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e4e2cc
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4e5c4 frag. 0xb6e4e5ac (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4e66c frag. 0xb6e4e654 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4e71c frag. 0xb6e4e704 (size=144) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4e88c frag. 0xb6e4e874 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4ec94 frag. 0xb6e4ec7c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4dae0 frag. 0xb6e4dac8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4e93c frag. 0xb6e4e924 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4f04c frag. 0xb6e4f034 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 39) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e4e9ec frag. 0xb6e4e9d4 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4ec44 frag. 0xb6e4ec2c (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4dae0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4dac8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4ec94), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4ec7c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 39) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e4ea44 frag. 0xb6e4ea2c (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4e9ec), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4e9d4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4f04c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4f034 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4ea9c frag. 0xb6e4ea84 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4eb4c frag. 0xb6e4eb34 (size=200) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_drop> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4f04c frag. 0xb6e4f034 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4f0fc frag. 0xb6e4f0e4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4f1a4 frag. 0xb6e4f18c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4ec94 frag. 0xb6e4ec7c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4dae0 frag. 0xb6e4dac8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4f254 frag. 0xb6e4f23c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4f404 frag. 0xb6e4f3ec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 34) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e4e9ec frag. 0xb6e4e9d4 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4f304 frag. 0xb6e4f2ec (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4dae0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4dac8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4ec94), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4ec7c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 34) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e4f338 frag. 0xb6e4f320 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4e9ec), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4e9d4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4f404), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4f3ec alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4f404 frag. 0xb6e4f3ec (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4f4ac frag. 0xb6e4f494 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e4cd00
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e4d168
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e4e71c
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4f554 frag. 0xb6e4f53c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4f604 frag. 0xb6e4f5ec (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4f6ac frag. 0xb6e4f694 (size=224) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4ec94 frag. 0xb6e4ec7c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4dae0 frag. 0xb6e4dac8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4f7bc frag. 0xb6e4f7a4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4f86c frag. 0xb6e4f854 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e4e9ec frag. 0xb6e4e9d4 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e4f38c frag. 0xb6e4f374 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4dae0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4dac8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4ec94), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4ec7c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e4dae0 frag. 0xb6e4dac8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4e9ec), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4e9d4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4f86c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4f854 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4f86c frag. 0xb6e4f854 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4f914 frag. 0xb6e4f8fc (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e4c4e0
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e4f4ac
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e4f604
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4f9bc frag. 0xb6e4f9a4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e4e9ec frag. 0xb6e4e9d4 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e8204)[LIR_REPLY] to 6
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4fa64 frag. 0xb6e4fa4c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4fb14 frag. 0xb6e4fafc (size=224) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4ec94 frag. 0xb6e4ec7c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4ed3c frag. 0xb6e4ed24 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4fc24 frag. 0xb6e4fc0c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4f3c0 frag. 0xb6e4f3a8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4edec frag. 0xb6e4edd4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4ffdc frag. 0xb6e4ffc4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e4ee9c frag. 0xb6e4ee84 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4eef0 frag. 0xb6e4eed8 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4f3c0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4f3a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4fc24), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4fc0c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e4ef28 frag. 0xb6e4ef10 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4ee9c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4ee84 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4ffdc), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4ffc4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e4ef7c frag. 0xb6e4ef64 (size=160) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e4ffdc frag. 0xb6e4ffc4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e50084 frag. 0xb6e5006c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4fc24 frag. 0xb6e4fc0c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4f3c0 frag. 0xb6e4f3a8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_check_status> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4ee9c frag. 0xb6e4ee84 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4f3c0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4f3a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4fc24), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4fc0c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e4fc24 frag. 0xb6e4fc0c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e50394 frag. 0xb6e5037c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e50134 frag. 0xb6e5011c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e501e4 frag. 0xb6e501cc (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e5028c frag. 0xb6e50274 (size=216) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e5074c frag. 0xb6e50734 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e4f3c0 frag. 0xb6e4f3a8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e50b04 frag. 0xb6e50aec (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e50bb4 frag. 0xb6e50b9c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 45) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e50f6c frag. 0xb6e50f54 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e50fcc frag. 0xb6e50fb4 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e4f3c0), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e4f3a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e5074c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e50734 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 45) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e5074c frag. 0xb6e50734 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e50f6c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e50f54 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e50bb4), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e50b9c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e507ac frag. 0xb6e50794 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e5085c frag. 0xb6e50844 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_drop> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e50904 frag. 0xb6e508ec (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e50394
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e501e4
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e509ac frag. 0xb6e50994 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:544]: qm_realloc(): qm_realloc(0xb6dd9008, 0xb6e0d98c, 16) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:571]: qm_realloc(): qm_realloc: realloc'ing frag 0xb6e0d974 alloc'ed from <core>: route.c: init_rlist(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:601]: qm_realloc(): qm_realloc: growing from 8 to 16
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 16) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e4f3c0 frag. 0xb6e4f3a8 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0d98c), called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0d974 alloc'ed from <core>: route.c: init_rlist(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:653]: qm_realloc(): qm_realloc: returning 0xb6e4f3c0
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e50f6c frag. 0xb6e50f54 (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e81b4)[initial_request_reply] to 2
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e50a54 frag. 0xb6e50a3c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e50bb4 frag. 0xb6e50b9c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e50c64 frag. 0xb6e50c4c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e50d0c frag. 0xb6e50cf4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e51004 frag. 0xb6e50fec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e0d98c frag. 0xb6e0d974 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e50dbc frag. 0xb6e50da4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e513bc frag. 0xb6e513a4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e50e6c frag. 0xb6e50e54 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e50ec0 frag. 0xb6e50ea8 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0d98c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0d974 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e51004), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e50fec alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 36) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e50ef8 frag. 0xb6e50ee0 (size=68) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e50e6c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e50e54 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e513bc), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e513a4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e513bc frag. 0xb6e513a4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e5146c frag. 0xb6e51454 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e51514 frag. 0xb6e514fc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e51004 frag. 0xb6e50fec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e0d98c frag. 0xb6e0d974 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_check_status> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e50e6c frag. 0xb6e50e54 (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0d98c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0d974 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e51004), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e50fec alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e51004 frag. 0xb6e50fec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e515c4 frag. 0xb6e515ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e51674 frag. 0xb6e5165c (size=208) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e51774 frag. 0xb6e5175c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e51824 frag. 0xb6e5180c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e0d98c frag. 0xb6e0d974 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e51bdc frag. 0xb6e51bc4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e51c8c frag. 0xb6e51c74 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 34) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e52044 frag. 0xb6e5202c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e52098 frag. 0xb6e52080 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0d98c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0d974 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e51824), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5180c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 34) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 36) returns address 0xb6e51824 frag. 0xb6e5180c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e52044), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5202c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e51c8c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e51c74 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e51878 frag. 0xb6e51860 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e51928 frag. 0xb6e51910 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e519d0 frag. 0xb6e519b8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e51c8c frag. 0xb6e51c74 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 2) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e0d98c frag. 0xb6e0d974 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_select> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e520d0 frag. 0xb6e520b8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e51a80 frag. 0xb6e51a68 (size=300) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e52488 frag. 0xb6e52470 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e52530 frag. 0xb6e52518 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e525e0 frag. 0xb6e525c8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 22) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e52044 frag. 0xb6e5202c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 22) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e52998 frag. 0xb6e52980 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e52044), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5202c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e525e0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e525c8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e525e0 frag. 0xb6e525c8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e52690 frag. 0xb6e52678 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e52738 frag. 0xb6e52720 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e529e0 frag. 0xb6e529c8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e52044 frag. 0xb6e5202c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_failure> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e527e8 frag. 0xb6e527d0 (size=24) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e52044), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5202c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e529e0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e529c8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e52830 frag. 0xb6e52818 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e528e0 frag. 0xb6e528c8 (size=136) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_relay> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e529e0 frag. 0xb6e529c8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e52d98 frag. 0xb6e52d80 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e53150 frag. 0xb6e53138 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e53200 frag. 0xb6e531e8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e532a8 frag. 0xb6e53290 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e53358 frag. 0xb6e53340 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e52044 frag. 0xb6e5202c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e53710 frag. 0xb6e536f8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e537c0 frag. 0xb6e537a8 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 37) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e53b78 frag. 0xb6e53b60 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e53bd0 frag. 0xb6e53bb8 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e52044), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5202c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e53358), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e53340 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 37) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e53358 frag. 0xb6e53340 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e53b78), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e53b60 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e537c0), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e537a8 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e533b0 frag. 0xb6e53398 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e53458 frag. 0xb6e53440 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e52d98
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e53200
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e53500 frag. 0xb6e534e8 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e535a8 frag. 0xb6e53590 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e53658 frag. 0xb6e53640 (size=136) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e537c0 frag. 0xb6e537a8 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e53c04 frag. 0xb6e53bec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e52044 frag. 0xb6e5202c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e53870 frag. 0xb6e53858 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e53fbc frag. 0xb6e53fa4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 39) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e53b78 frag. 0xb6e53b60 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e53920 frag. 0xb6e53908 (size=4) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e52044), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5202c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e53c04), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e53bec alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 39) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 40) returns address 0xb6e53954 frag. 0xb6e5393c (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e53b78), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e53b60 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e53fbc), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e53fa4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e539ac frag. 0xb6e53994 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e53a54 frag. 0xb6e53a3c (size=244) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e520d0
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e52488
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e53658
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e53fbc frag. 0xb6e53fa4 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e5406c frag. 0xb6e54054 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e54114 frag. 0xb6e540fc (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e53c04 frag. 0xb6e53bec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e52044 frag. 0xb6e5202c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e541c4 frag. 0xb6e541ac (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e54374 frag. 0xb6e5435c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 48) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e54274 frag. 0xb6e5425c (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <xlog> in module xlog [/usr/lib/i386-linux-gnu/kamailio/modules/xlog.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 6) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e53b78 frag. 0xb6e53b60 (size=40) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e52044), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5202c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e53c04), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e53bec alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 48) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 48) returns address 0xb6e542d4 frag. 0xb6e542bc (size=112) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e54274), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5425c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e54374), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5435c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e54374 frag. 0xb6e5435c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e54424 frag. 0xb6e5440c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <I_scscf_drop> in module ims_icscf [/usr/lib/i386-linux-gnu/kamailio/modules/ims_icscf.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e544cc frag. 0xb6e544b4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e51004
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e51674
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 8(8)/ 0xb6e5406c
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e54574 frag. 0xb6e5455c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:544]: qm_realloc(): qm_realloc(0xb6dd9008, 0xb6e0da7c, 16) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:571]: qm_realloc(): qm_realloc: realloc'ing frag 0xb6e0da64 alloc'ed from <core>: route.c: init_rlist(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:601]: qm_realloc(): qm_realloc: growing from 8 to 16
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 16) called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e52044 frag. 0xb6e5202c (size=36) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e0da7c), called from <core>: route.c: route_new_list(200)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e0da64 alloc'ed from <core>: route.c: init_rlist(146)
 0(4133) DEBUG: <core> [mem/q_malloc.c:653]: qm_realloc(): qm_realloc: returning 0xb6e52044
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e54274 frag. 0xb6e5425c (size=48) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e81dc)[initial_request_failure] to 2
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e5461c frag. 0xb6e54604 (size=224) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e53c04 frag. 0xb6e53bec (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 64) called from <core>: pvapi.c: pv_cache_add(272)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 64) returns address 0xb6e53cb4 frag. 0xb6e53c9c (size=64) on 1 -th hit
 0(4133) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$rd] added in cache
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 20) called from <core>: cfg.y: yyparse(2700)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e53d24 frag. 0xb6e53d0c (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e53d68 frag. 0xb6e53d50 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e5472c frag. 0xb6e54714 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 7) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 8) returns address 0xb6e0da7c frag. 0xb6e0da64 (size=8) on 1 -th hit
 0(4133) DEBUG: <core> [cfg.lex:1850]: pp_define_get(): ### returning define ID [NETWORKNAME] value ["open-ims.test"]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e53e18 frag. 0xb6e53e00 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e54ae4 frag. 0xb6e54acc (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 14) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e53ec8 frag. 0xb6e53eb0 (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr2(2673)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e54e9c frag. 0xb6e54e84 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e53f08 frag. 0xb6e53ef0 (size=132) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#63 #0/2: 21(15)/ 0xb6e53d24
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#63 #1/2: 22(16)/ 0xb6e54e9c
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e55254 frag. 0xb6e5523c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e55304 frag. 0xb6e552ec (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e553ac frag. 0xb6e55394 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e5545c frag. 0xb6e55444 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e55814 frag. 0xb6e557fc (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 15) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 16) returns address 0xb6e55854 frag. 0xb6e5583c (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e55814), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e557fc alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e5545c), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e55444 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e5545c frag. 0xb6e55444 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e5550c frag. 0xb6e554f4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e555b4 frag. 0xb6e5559c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e55894 frag. 0xb6e5587c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e55664 frag. 0xb6e5564c (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_on_failure> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 17) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 20) returns address 0xb6e556a8 frag. 0xb6e55690 (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e55664), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5564c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e55894), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5587c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e556ec frag. 0xb6e556d4 (size=248) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e55894 frag. 0xb6e5587c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_relay> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e55c4c frag. 0xb6e55c34 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr1(2615)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e56004 frag. 0xb6e55fec (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e5593c frag. 0xb6e55924 (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e559ec frag. 0xb6e559d4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #0/2: 9(9)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#24 #1/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e55a94 frag. 0xb6e55a7c (size=128) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e563bc frag. 0xb6e563a4 (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e55814 frag. 0xb6e557fc (size=16) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 128) called from <core>: cfg.lex: addstr(1410)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 128) returns address 0xb6e55b44 frag. 0xb6e55b2c (size=216) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 904) called from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 904) returns address 0xb6e56774 frag. 0xb6e5675c (size=904) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e56b2c frag. 0xb6e56b14 (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [sr_module.c:689]: find_mod_export_record(): find_export_record: found <t_reply> in module tm [/usr/lib/i386-linux-gnu/kamailio/modules/tm.so]
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 4) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 4) returns address 0xb6e55664 frag. 0xb6e5564c (size=20) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e55814), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e557fc alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e563bc), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e563a4 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 32) called from <core>: rvalue.c: rval_get_str(1256)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 32) returns address 0xb6e563bc frag. 0xb6e563a4 (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e56b2c), called from <core>: rvalue.c: rval_force_clean(90)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e56b14 alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2547)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e56774), called from <core>: rvalue.c: rve_destroy(172)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e5675c alloc'ed from <core>: rvalue.c: mk_rval_expr_v(2536)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e5640c frag. 0xb6e563f4 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e564b4 frag. 0xb6e5649c (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #0/3: 22(16)/ 0xb6e56004
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #1/3: 8(8)/ 0xb6e559ec
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#16 #2/3: 0(0)/ (nil)
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 120) called from <core>: route_struct.c: mk_action(118)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 120) returns address 0xb6e5655c frag. 0xb6e56544 (size=120) on 1 -th hit
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #0/2: 3(3)/ (nil)
 0(4133) DEBUG: <core> [route_struct.c:129]: mk_action(): ACTION_#2 #1/2: 3(3)/ 0x4
 0(4133) DEBUG: <core> [mem/q_malloc.c:352]: qm_malloc(): qm_malloc(0xb6dd9008, 24) called from <core>: route.c: route_add(124)
 0(4133) DEBUG: <core> [mem/q_malloc.c:395]: qm_malloc(): qm_malloc(0xb6dd9008, 24) returns address 0xb6e56b2c frag. 0xb6e56b14 (size=32) on 1 -th hit
 0(4133) DEBUG: <core> [route.c:129]: route_add(): mapping routing block (0x83e8204)[uar_term_user_unknown] to 7
ERROR: bad config file (1 errors)
 0(4133) DEBUG: <core> [ppcfg.c:224]: pp_ifdef_level_check(): same number of pairing preprocessor directives #!IF[N]DEF - #!ENDIF
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22a9c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22a84 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e225d8), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e225c0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d084), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d06c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e269ac), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e26994 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22a00), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e229e8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23e98), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23e80 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23c38), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23c20 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23774), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2375c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22ffc), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22fe4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22790), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22778 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d668), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d650 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e26498), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e26480 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22f6c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22f54 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2cf58), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2cf40 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2234c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22334 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23a6c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23a54 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23348), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23330 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22bd8), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22bc0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22670), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22658 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d6e4), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d6cc alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2cc40), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2cc28 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2cb70), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2cb58 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23090), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23078 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d5ec), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d5d4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e236e4), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e236cc alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e231c0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e231a8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22828), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22810 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e263d0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e263b8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e223fc), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e223e4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2253c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22524 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22974), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2295c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e262cc), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e262b4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23504), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e234ec alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22edc), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22ec4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22d10), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22cf8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e26348), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e26330 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e233dc), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e233c4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22b40), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22b28 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e26244), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2622c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e235c4), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e235ac alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23244), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2322c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23ba0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23b88 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d574), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d55c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e239d0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e239b8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2345c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23444 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c9dc), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c9c4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c854), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c83c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c620), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c608 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23d68), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23d50 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23df8), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23de0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22708), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e226f0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23f5c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23f44 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e232c0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e232a8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c56c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c554 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c28c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c274 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d30c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d2f4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c90c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c8f4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22e54), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22e3c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d1ac), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d194 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23cd0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23cb8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e22c84), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22c6c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2cff0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2cfd8 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2658c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e26574 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c6dc), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c6c4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c320), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c308 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c20c), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c1f4 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23128), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23110 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2caa4), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2ca8c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23b08), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23af0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e228b0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22898 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d260), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d248 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2d120), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2d108 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23808), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e237f0 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2c794), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2c77c alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23938), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23920 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e23650), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e23638 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e224a0), called from <core>: rpc_lookup.c: destroy_rpcs(65)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22488 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(100)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2221c), called from <core>: rpc_lookup.c: destroy_rpcs(68)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e22204 alloc'ed from <core>: str_hash.h: str_hash_alloc(59)
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, 0xb6e2cd28), called from <core>: rpc_lookup.c: destroy_rpcs(69)
 0(4133) DEBUG: <core> [mem/q_malloc.c:459]: qm_free(): qm_free: freeing frag. 0xb6e2cd10 alloc'ed from <core>: rpc_lookup.c: rpc_hash_add(146)
 0(4133) DEBUG: cdp_avp [mod.c:224]: cdp_avp_destroy(): Destroying module cdp_avp
 0(4133) DEBUG: <core> [mem/q_malloc.c:424]: qm_free(): qm_free(0xb6dd9008, (nil)), called from cdp_avp: mod.c: cdp_avp_destroy(225)
 0(4133) WARNING: <core> [mem/q_malloc.c:429]: qm_free(): WARNING:qm_free: free(0) called from cdp_avp: mod.c: cdp_avp_destroy(225)
 0(4133) INFO: cdp [mod.c:242]: cdp_exit(): CDiameterPeer child stopping ...


More information about the sr-users mailing list