Re: [SR-Users] memory: Free fragment not found

2017-02-17 Thread Dmitri Savolainen
from syslog and > send them here to check if there is any potential pkg leak in the sip > worker one. > > Cheers, > Daniel > > On 16/02/2017 08:27, Dmitri Savolainen wrote: > > No any tests. It was running two weeks and crushed in out of peak period. > i have never seen th

Re: [SR-Users] memory: Free fragment not found

2017-02-15 Thread Dmitri Savolainen
as it any stress test or just normal traffic? > > The issue is related to pkg memory, to get the stats of it per each > process, run: > > kamcmd pkg.stats > > Cheers, > Daniel > > On 15/02/2017 21:04, Dmitri Savolainen wrote: > > Hi. > My kamailio v4.4.5 instal

[SR-Users] memory: Free fragment not found

2017-02-15 Thread Dmitri Savolainen
Hi. My kamailio v4.4.5 installation ( -m 512 -M 64 ) stop sip processing with repeatable error: Feb 15 21:45:05 kamailio[14173] ERROR: [mem/f_malloc.c:415]: > fm_search_defrag(): fm_search_defrag(0x7f39917fa010, 952); Free fragment > not found! > Feb 15 21:45:05 kamailio[14173] ERROR: [mem/f_ma

Re: [SR-Users] using myself in equation with from_uri

2016-01-25 Thread Dmitri Savolainen
according to docs it takes IP as well: *uri* - Valid SIP URI or IP address to check against the list of local IP addresses or domains. In my instance it works with domain only (version 4.2 checked) 2016-01-25 11:22 GMT+03:00 Daniel-Constantin Mierla : > Hello, > > On 22/01/16 17:10, Dirk Teurli

Re: [SR-Users] using myself in equation with from_uri

2016-01-23 Thread Dmitri Savolainen
it is possible to use is_myself("$fd"), but there are some issues: if you listen on IP like "listen=xxx.xxx.xxx.xxx", $fd have to be reverse DNS lookup for this IP ; alias and auto_aliases

Re: [SR-Users] dispatcher state x and the return of the probing mode

2016-01-14 Thread Dmitri Savolainen
ay be changed via config 2016-01-14 12:34 GMT+03:00 Sven Neuhaus : > Hi Dmitri, > > Am 13.01.2016 um 16:08 schrieb Dmitri Savolainen: > > 1. Have you set modparam("dispatcher", "ds_probing_mode", 1)? If so, it > > will be moved to PROBING mode after ds_pi

Re: [SR-Users] dispatcher state x and the return of the probing mode

2016-01-13 Thread Dmitri Savolainen
hi. Sven. 1. Have you set modparam("dispatcher", "ds_probing_mode", 1)? If so, it will be moved to PROBING mode after ds_ping_interval 2. 'X' means "not any set". just a cross ;) 2016-01-13 16:17 GMT+03:00 Sven Neuhaus : > Hello, > > when trying to set a destination to inactive using dispatch

Re: [SR-Users] Append to reply in default action of failure_route

2015-12-22 Thread Dmitri Savolainen
Andrew, I use smth like this for adding header to any response request_route{ if (is_method("INVITE")){ t_check_trans(); t_on_failure("INV_FAIL"); t_relay("mysip", "5060"); } } failure_route[INV_FAIL] { xlog("L_INFO", "failure_route code: $T_reply_code; reason:

Re: [SR-Users] ACC module from_tag, to_tag and callid

2015-12-20 Thread Dmitri Savolainen
eader fields are not reversed in the response > message as one might expect them to be. This is because the To and From > header fields in SIP are defined to indicate the direction of the request, > not the direction of the message. > > Any ideas? > > On Sun, Dec 20, 2015 at 1:

Re: [SR-Users] ACC module from_tag, to_tag and callid

2015-12-20 Thread Dmitri Savolainen
hi, it means BYE was generated by called party, so the To and From URIs and tags have been swapped. 2015-12-20 11:52 GMT+03:00 Gholamreza Sabery : > In the ACC modules' database table (acc) in Kamailio sometimes from_tag, > to_tag and callid of an INVITE and corresponding BYE completely match. Bu

Re: [SR-Users] Kamailio drouting failure not working

2015-05-26 Thread Dmitri Savolainen
is 486? > > > > Regards, > > Ali > > > > *From:* sr-users [mailto:sr-users-boun...@lists.sip-router.org] *On > Behalf Of *Dmitri Savolainen > *Sent:* Tuesday, May 26, 2015 6:20 PM > > *To:* Kamailio (SER) - Users Mailing List > *Subject:* Re: [SR-Users] Ka

Re: [SR-Users] Kamailio drouting failure not working

2015-05-26 Thread Dmitri Savolainen
B0]* > > *Join us at* > > [image: Description: Description: cid:image006.png@01CDB760.3643AA40] > <http://www.facebook.com/pages/Vanrise-Solutions-Offshore/128309743915533> > [image: > Description: Description: cid:image007.png@01CDB760.3643AA40] > <http://www.linked

Re: [SR-Users] Kamailio drouting failure not working

2015-05-26 Thread Dmitri Savolainen
[image: Description: Description: cid:image006.png@01CDB760.3643AA40] > <http://www.facebook.com/pages/Vanrise-Solutions-Offshore/128309743915533> > [image: > Description: Description: cid:image007.png@01CDB760.3643AA40] > <http://www.linkedin.com/company/vanrise-solutions> [image:

Re: [SR-Users] Kamailio drouting failure not working

2015-05-26 Thread Dmitri Savolainen
CDB760.3643AA40] > <http://www.facebook.com/pages/Vanrise-Solutions-Offshore/128309743915533> > [image: > Description: Description: cid:image007.png@01CDB760.3643AA40] > <http://www.linkedin.com/company/vanrise-solutions> [image: Description: > Description: cid:image008.png@01CDB76

Re: [SR-Users] Kamailio drouting failure not working

2015-05-26 Thread Dmitri Savolainen
if (t_check_status("[34][0-9][0-9]")) { exit; } request timeout == 408 error, so "if (use_next_gw()) {" never called -- Savolainen Dmitri ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@list

Re: [SR-Users] Issue with Asterisk interconnection for VoiceMail

2015-05-15 Thread Dmitri Savolainen
And $ru is OK while sending to wrong (initial) IP? Did you try to set/check $du too? 2015-05-15 11:30 GMT+03:00 Igor Potjevlesch : > Hello, > > > > I experienced a strange issue with some of VoIP accounts. > > > > When the INVITE comes into MANAGE_FAILURE, after timeout, the config > identifies,