Re: [sr-dev] [kamailio] presence : add min_expires param (#78)

2015-02-10 Thread lazedo
Hi juha, i don't think that its part of any standard. what we observed is that UAs do respect the expires we send with subscription=active this acts like the max_expires params, if its out of bounds it corrects the value and subscribes with that value in expires. when it send the subscription=acti

Re: [sr-dev] [kamailio] presence : add min_expires param (#78)

2015-02-10 Thread juha-h
lazedo writes: > some UAs send very low values for subscriptions causing unwanted > flooding of the server with subscribe/notify messages > this new parameter allows to set a minimum value for the subscription. is that supported by the standards, i.e., can presence server tell the ua the minimum

[sr-dev] [kamailio] presence : add min_expires param (#78)

2015-02-10 Thread lazedo
some UAs send very low values for subscriptions causing unwanted flooding of the server with subscribe/notify messages this new parameter allows to set a minimum value for the subscription. default value is 0 to preserve existing behaviour You can view, comment on, or merge this pull request onlin

Re: [sr-dev] [kamailio] presence : min_expires (#77)

2015-02-10 Thread lazedo
Closed #77. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/77#event-233731104___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] presence : min_expires (#77)

2015-02-10 Thread lazedo
some UAs send very low expires values for subscriptions flooding the server with subscribe/notify messages this pr allows a minimum expire value for subscriptions. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/77 -- Commit Summary -

[sr-dev] [kamailio] No need for findAndModify if we don't need the updated/original document... (#76)

2015-02-10 Thread mikomarrache
... to be returned You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/76 -- Commit Summary -- * No need for findAndModify if we don't need the updated/original document to be returned -- File Changes -- M modules/db_mongodb/mongod

[sr-dev] [kamailio] For dbmongo update, use an update document using the set update operator (#75)

2015-02-10 Thread mikomarrache
...instead of replacing the entire document with partial data. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/75 -- Commit Summary -- * For dbmongo updates, use an update document using the set update operator -- File Changes --

Re: [sr-dev] rtpengine: changing rtpengine_tout granularity from seconds to milliseconds

2015-02-10 Thread Richard Fuchs
On 10/02/15 12:21 PM, Lucian Balaceanu wrote: > Hi, > > We would like to propose to change rtpengine_tout granularity from > seconds to milliseconds as for example INVITE retransmissions occur > faster than this (e.g. 500ms) We would benefit from kamailio falling > back to another rtpengine in cas

[sr-dev] rtpengine: changing rtpengine_tout granularity from seconds to milliseconds

2015-02-10 Thread Lucian Balaceanu
Hi, We would like to propose to change rtpengine_tout granularity from seconds to milliseconds as for example INVITE retransmissions occur faster than this (e.g. 500ms) We would benefit from kamailio falling back to another rtpengine in case one is not responsive before the retransmission. Sh

[sr-dev] Kamailio v4.2.3 Released

2015-02-10 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.2.3 stable release is out. This is a maintenance release of the latest stable branch, 4.2, that includes fixes since release of v4.2.2. There is no change to database schema or configuration language structure that you have to do on installations of v4.2.x. Deploymen

[sr-dev] git:4.2:cf4ade36: Makefile.defs: version set to 4.2.3

2015-02-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: cf4ade36b6c138da8c76f7bbd7395f63bd38508d URL: https://github.com/kamailio/kamailio/commit/cf4ade36b6c138da8c76f7bbd7395f63bd38508d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-02-10T15:08:43+01:00 Makefile.defs: version se

[sr-dev] git:4.2:ccc46dfc: pkg/rpm: set version 4.2.3 in spec files

2015-02-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: ccc46dfcba8e64899c2a77d95fc078158443126d URL: https://github.com/kamailio/kamailio/commit/ccc46dfcba8e64899c2a77d95fc078158443126d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-02-10T15:07:53+01:00 pkg/rpm: set version 4.2.

[sr-dev] git:4.2:2ad63ac4: pkg/deb: version set to 4.2.3 in spec files

2015-02-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: 2ad63ac4b6f2395facf28b88046bd326348ae384 URL: https://github.com/kamailio/kamailio/commit/2ad63ac4b6f2395facf28b88046bd326348ae384 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-02-10T15:05:44+01:00 pkg/deb: version set to 4

[sr-dev] git:4.2:d76f8e38: ChangeLog: content updated for v4.2.3

2015-02-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: d76f8e3875e90481ee6311971200c69b17f5d2ed URL: https://github.com/kamailio/kamailio/commit/d76f8e3875e90481ee6311971200c69b17f5d2ed Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-02-10T15:23:37+01:00 ChangeLog: content update

[sr-dev] git:4.2:c2b03863: sctp: fixes for FreeBSD 10.1 compile error and 2 warnings

2015-02-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: c2b03863299b490346735e8b2501098117a42310 URL: https://github.com/kamailio/kamailio/commit/c2b03863299b490346735e8b2501098117a42310 Author: Mikko Lehto Committer: Daniel-Constantin Mierla Date: 2015-02-10T13:22:47+01:00 sctp: fixes for FreeBSD 10.1 compile e

[sr-dev] git:4.2:f5b42be4: fix compile errors in srutils/sha256 on SunOS (SmartOS)

2015-02-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: f5b42be4a36d035332a796dde62e4f91e709f3c3 URL: https://github.com/kamailio/kamailio/commit/f5b42be4a36d035332a796dde62e4f91e709f3c3 Author: Jon Auer Committer: Daniel-Constantin Mierla Date: 2015-02-10T13:21:47+01:00 fix compile errors in srutils/sha256 on S

Re: [sr-dev] [kamailio] TCP packets are Malformed (#51)

2015-02-10 Thread Varghese Paul
Thanks Daniel for the inputs. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/51#issuecomment-73689400___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/list

Re: [sr-dev] [kamailio] TCP packets are Malformed (#51)

2015-02-10 Thread Daniel-Constantin Mierla
You can try to use 'tcpdump -s 0 ...' to see what comes there. Beware that tcp is a stream protocol and network sniffing tools can see parts of the same messages coming as separate packet on the wire, which can be a matter of how the kernel flushes the outbuffer. Also, don't forget about the op

Re: [sr-dev] [kamailio] TCP packets are Malformed (#51)

2015-02-10 Thread Varghese Paul
In the destination i can see the PACKETS reached in the machine and Freeswitch (destination sip ) not able to detect those SIP packets. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/51#issuecomment-73686848_

Re: [sr-dev] [kamailio] TCP packets are Malformed (#51)

2015-02-10 Thread Daniel-Constantin Mierla
Do you get any parsing errors in at the destination? That would be the an indication there is a transmission error. If you want to see what kamailio is sending out, add onsend_route and print $snd(buf) -- be sure you have the pv buffer big enough (see core cookbook for the global parameter whic

Re: [sr-dev] [kamailio] modules/sctp - Fixes FreeBSD compile error and 2 warnings (#74)

2015-02-10 Thread Mikko Lehto
Daniel-Constantin Mierla: > I pushed the patch manually, with you as author -- the commit message was not > appropriate for the changelog style, changed that to something more human > friendly. Cool, thanks! -- Mikko Lehto ___ sr-dev mailing list s

Re: [sr-dev] [kamailio] TCP packets are Malformed (#51)

2015-02-10 Thread Varghese Paul
We captured using ngrep only. Yeah that can be one reason for the packet truncation. But when we restarted the kamailio the issue is resolved. Is there anything else we can monitor in our end for debugging this issue in detail ? --- Reply to this email directly or view it on GitHub: https://gi

Re: [sr-dev] Registrar: check local path - backport?

2015-02-10 Thread Charles Chance
Hi Daniel, Understood, no problem. Thanks, Charles On 10 Feb 2015 09:23, "Daniel-Constantin Mierla" wrote: > Hello, > > this is rather a new feature than a fix. It is also not solving issues > with broken devices out there. I won't push new code in stable branches on > very used modules like

Re: [sr-dev] Registrar: check local path - backport?

2015-02-10 Thread Daniel-Constantin Mierla
Hello, this is rather a new feature than a fix. It is also not solving issues with broken devices out there. I won't push new code in stable branches on very used modules like registrar. A new major release should be out in few months. Cheers, Daniel On 10/02/15 10:18, Charles Chance wrote: > Hi

[sr-dev] Registrar: check local path - backport?

2015-02-10 Thread Charles Chance
Hi, Is it OK to backport the above ( https://github.com/kamailio/kamailio/commit/635f23b12eff2431ca9a14bb39f4204dc2a7227b) to 4.2? The patch preserves existing behaviour, having optional parameter to enable (default disabled). Cheers, Charles -- www.sipcentric.com Follow us on twitter @sipce

[sr-dev] pull request for mohqueue

2015-02-10 Thread Daniel-Constantin Mierla
Hello, can you check the pull request for mohqueue module at: - https://github.com/kamailio/kamailio/pull/71 It would be good to merge it asap, eventually get those end of lines for log messages even in 4.2 branch. Cheers, Daniel -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - ht

Re: [sr-dev] [kamailio] modules/sctp - Fixes FreeBSD compile error and 2 warnings (#74)

2015-02-10 Thread Daniel-Constantin Mierla
Closed #74. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/74#event-233057503___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] modules/sctp - Fixes FreeBSD compile error and 2 warnings (#74)

2015-02-10 Thread Daniel-Constantin Mierla
I pushed the patch manually, with you as author -- the commit message was not appropriate for the changelog style, changed that to something more human friendly. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/74#issuecomment-73665449_

[sr-dev] git:master:fdb4c775: fix compile errors in srutils/sha256 on SunOS (SmartOS)

2015-02-10 Thread Jon Auer
Module: kamailio Branch: master Commit: fdb4c7758f0d6d6ebed8cf9d01a412ed024efb8b URL: https://github.com/kamailio/kamailio/commit/fdb4c7758f0d6d6ebed8cf9d01a412ed024efb8b Author: Jon Auer Committer: Jon Auer Date: 2015-02-05T23:34:59Z fix compile errors in srutils/sha256 on SunOS (SmartOS) --

[sr-dev] git:master:b06626e8: sctp: fixes for FreeBSD 10.1 compile error and 2 warnings

2015-02-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b06626e811edae93c5f28dc132eca7542a6dcc97 URL: https://github.com/kamailio/kamailio/commit/b06626e811edae93c5f28dc132eca7542a6dcc97 Author: Mikko Lehto Committer: Daniel-Constantin Mierla Date: 2015-02-10T09:57:31+01:00 sctp: fixes for FreeBSD 10.1 compil

Re: [sr-dev] [kamailio] TCP packets are Malformed (#51)

2015-02-10 Thread Daniel-Constantin Mierla
How did you get the pcap file? For example ngrep is usually truncating big packets. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/51#issuecomment-73663552___ sr-dev mailing list sr-dev@lists.sip-rout

Re: [sr-dev] [kamailio] TCP packets are Malformed (#51)

2015-02-10 Thread Varghese Paul
Hi Oej, Yes the issue is still occurring. Today we saw the TCP calls to some set of Media servers is failing. >From the PCAP we can see the INVITE packet generated from kamailio is not >correct and we are not seeing this error after restarting kamailio. PCAP: https://www.dropbox.com/s/m3nw

Re: [sr-dev] Planing to release Kamailio v4.2.3

2015-02-10 Thread Daniel-Constantin Mierla
Hello, short reminder that I am going to push v4.2.3 out later today. If anyone needs to push a patch to branch 4.2 after 12:00GMT, write to sr-dev mailing list and wait for an answer. Cheers, Daniel On 03/02/15 14:01, Daniel-Constantin Mierla wrote: > Hello, > > I am planning to release a new v