Re: [OpenSIPS-Users] v2.1.1 Started listening on TCP ended on 'Not enough free memory'

2015-12-04 Thread Liviu Chircu
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

[OpenSIPS-Users] v2.1.1 Started listening on TCP ended on 'Not enough free memory'

2015-12-04 Thread Hamid Hashmi
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

[OpenSIPS-Users] V2.1.1 How to remove line from SDP?

2015-12-04 Thread Hamid Hashmi
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.