That's PKG memory, you should increase your "-M" command-line parameter
of the opensips binary.
In a standard setup, you'd change the "P_MEMORY" variable from
/etc/default/opensips.
Liviu Chircu
OpenSIPS Developer
http://www.opensips-solutions.com
On 04.12.2015 15:32, Hamid Hashmi wrote:
Ser
Service is already listening on UDP. I just loaded TCP module with a line
listen=tcp:192.168.26.180:7000 and ended with following error. I also tried
memlog=1 but could not find the issue.WARNING:core:fm_malloc: Not enough free
memory, will attempt defragmentation
CRITICAL:core:init_io_wait: cou
I did not find any method to remove line from SDP so I am trying to replace it
with some other value but this solution is also NOT working.
$var(line1) = $(rb{sdp.line,b});
$var(line2) = $(rb{sdp.line,b,1});
replace_body("$var(line1)", "a=ptime:20");
replace_body("$var(line2)", "a=qos");
Hamid R.