Re: [sr-dev] Changes to init.d-File

2015-06-29 Thread Jason Penton
+1. We are already doing that. Would be great to make it std On 29 Jun 2015 22:45, "Carsten Bock" wrote: > Hi, > > i'd like to propose a few, simple changes to the init.d file for Debian: > - for NAME use "basename $0", so a simple copy would result in a new $NAME > > - use $NAME in the following

[sr-dev] Changes to init.d-File

2015-06-29 Thread Carsten Bock
Hi, i'd like to propose a few, simple changes to the init.d file for Debian: - for NAME use "basename $0", so a simple copy would result in a new $NAME - use $NAME in the following variables: HOMEDIR=/var/run/$NAME PIDFILE=$HOMEDIR/$NAME.pid DEFAULTS=/etc/default/$NAME CFGFILE=/etc/$NAME/kamailio

[sr-dev] git:4.2:00a36ae0: modules/rtpengine: unset "don't fragment" ip header flag

2015-06-29 Thread Juha Heinanen
Module: kamailio Branch: 4.2 Commit: 00a36ae07c587992d6486277ce2e9ae6c009685f URL: https://github.com/kamailio/kamailio/commit/00a36ae07c587992d6486277ce2e9ae6c009685f Author: Juha Heinanen Committer: Juha Heinanen Date: 2015-06-29T17:57:28+03:00 modules/rtpengine: unset "don't fragment" ip he

Re: [sr-dev] [kamailio] kex: per module memory debugging (#225)

2015-06-29 Thread Stefan Mititelu
One approach to this feature would have been to create some callbacks to update the memory stats, called by malloc/realloc/free functions. This approach would have been questionable because processing has to be done each time somememory functions were called. The current approach is to export so

Re: [sr-dev] [kamailio] kex: per module memory debugging (#225)

2015-06-29 Thread Stefan Mititelu
The new feature is under the DBG_MOD_STATS define (currently enabled in the f_,q_ and tlsf headers). While implementing this I've noticed that the structures I have to use were similar to those used when the MEMDBG=1. So I decided to "merge" some parts of the code(stubs and some structure params

[sr-dev] [kamailio] kex: per module memory debugging (#225)

2015-06-29 Thread Stefan Mititelu
Kex module updated to also give some details about memory used by each module. Changed f_*, q_* and tlsf_* memory stubs to also include the module name. Added 2 new memory API functions(for each of the memory algos) which will iterate throughout the memory fragments and agregate the memory size use

[sr-dev] git:4.3:5e9862c1: modules/rtpengine: unset "don't fragment" ip header flag

2015-06-29 Thread Juha Heinanen
Module: kamailio Branch: 4.3 Commit: 5e9862c1b669a8d4d359ed73f47a008b1e8d7865 URL: https://github.com/kamailio/kamailio/commit/5e9862c1b669a8d4d359ed73f47a008b1e8d7865 Author: Juha Heinanen Committer: Juha Heinanen Date: 2015-06-29T17:38:02+03:00 modules/rtpengine: unset "don't fragment" ip he

Re: [sr-dev] rtpengine request don't fragment flag

2015-06-29 Thread Juha Heinanen
Richard Fuchs writes: > It's not entirely Linux-specific, at least FreeBSD also supports it. > #ifdef IP_MTU_DISCOVER should probably be sufficient. done, juha ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mai

[sr-dev] git:master:5de00fa4: modules/rtpengine: unset "don't fragment" ip header flag

2015-06-29 Thread Juha Heinanen
Module: kamailio Branch: master Commit: 5de00fa47bd3e9f0a05324463325dcaf891174a5 URL: https://github.com/kamailio/kamailio/commit/5de00fa47bd3e9f0a05324463325dcaf891174a5 Author: Juha Heinanen Committer: Juha Heinanen Date: 2015-06-29T17:29:35+03:00 modules/rtpengine: unset "don't fragment" ip

Re: [sr-dev] rtpengine request don't fragment flag

2015-06-29 Thread Richard Fuchs
On 29/06/15 10:15 AM, Juha Heinanen wrote: Richard Fuchs writes: Good idea. I'm not sure how well this is supported on other (non-Linux) Unixes, so it might be advisable to enclose this in #ifdefs. thanks for your response. i'll can enclose the code within #ifdef __OS_linux #endif It's no

Re: [sr-dev] rtpengine request don't fragment flag

2015-06-29 Thread Juha Heinanen
Richard Fuchs writes: > Good idea. I'm not sure how well this is supported on other (non-Linux) > Unixes, so it might be advisable to enclose this in #ifdefs. thanks for your response. i'll can enclose the code within #ifdef __OS_linux #endif -- juha _

Re: [sr-dev] rtpengine request don't fragment flag

2015-06-29 Thread Richard Fuchs
On 29/06/15 02:11 AM, Juha Heinanen wrote: as i reported on sr-users list, i noticed that sometimes rtpengine requests from kamailio set ip header don't fragment flag that causes icmp error message from a router on the path to rtpengine. as result, rtpengine modules things that the rtpengine is

[sr-dev] [kamailio] core: clean previous routename (#224)

2015-06-29 Thread Victor Seva
fix c44685cbcefb8f6ecfa6f11369699906db832c39 routename is not been reset when no name is use like on main or reply route You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/224 -- Commit Summary -- * core: clean previous routename in ord

Re: [sr-dev] [kamailio] Added modparam id_in_avp for carrierroute (#221)

2015-06-29 Thread Thomas Boros
any updates? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/221#issuecomment-116524992___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev