Hi Daniel!
The "out of memory" happened again. This time they were able to dump the
memory statistics before restarting the server.
There are almost no allocations from other modules, but lot of
allocations from usrloc and snmpstats:
# grep 'd from usrloc' syslog_core_dump|wc -l
138083
# gr
Thanks!
works great.
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Thanks Andrew
I added profile_with_value module parameter and with that I am able to
overcome this error.
My code looks as below.
dlg_manage();
if (is_method("INVITE")) {
if (!has_totag()) {
#$var(SIZE) = 0;
get_prof
On 10/30/2011 06:19 AM, Uri Shacked wrote:
I need to store the user i get from the 301 reply to an AVP and use it
afterwards in another route.
How can i retrieve the contact from the 3xx reply?
uac_redirect does not have this option and t_load_contacts does not
work for me as well
This c
-- Forwarded message --
From: Uri Shacked
Date: Sun, Oct 30, 2011 at 12:16 PM
Subject: how to retrieve the contact username from 3xx reply?
To: "SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users
Mailing List"
I need to store the user i get from the 301 reply