Module: kamailio Branch: master Commit: 99e65e1526f7720ffc861dd874eb74464e7c12ad URL: https://github.com/kamailio/kamailio/commit/99e65e1526f7720ffc861dd874eb7446...
Author: Camille Oudot camille.oudot@orange.com Committer: Camille Oudot camille.oudot@orange.com Date: 2015-02-20T14:25:15+01:00
tcpops: new function set_connection_lifetime()
---
Modified: modules/tcpops/doc/functions.xml Modified: modules/tcpops/tcpops.c Modified: modules/tcpops/tcpops.h Modified: modules/tcpops/tcpops_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/99e65e1526f7720ffc861dd874eb7446... Patch: https://github.com/kamailio/kamailio/commit/99e65e1526f7720ffc861dd874eb7446...
Thanks for this patch, quite useful to have different lifetime per connection...
One thing I would like, to add the prefix tcp_ to the function names used in config, in order to be more explicit, but also related to the module, like the previous function pattern.
Cheers, Daniel
On 20/02/15 14:27, Camille Oudot wrote:
Module: kamailio Branch: master Commit: 99e65e1526f7720ffc861dd874eb74464e7c12ad URL: https://github.com/kamailio/kamailio/commit/99e65e1526f7720ffc861dd874eb7446...
Author: Camille Oudot camille.oudot@orange.com Committer: Camille Oudot camille.oudot@orange.com Date: 2015-02-20T14:25:15+01:00
tcpops: new function set_connection_lifetime()
Modified: modules/tcpops/doc/functions.xml Modified: modules/tcpops/tcpops.c Modified: modules/tcpops/tcpops.h Modified: modules/tcpops/tcpops_mod.c
Diff: https://github.com/kamailio/kamailio/commit/99e65e1526f7720ffc861dd874eb7446... Patch: https://github.com/kamailio/kamailio/commit/99e65e1526f7720ffc861dd874eb7446...
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Le Fri, 20 Feb 2015 14:38:49 +0100, Daniel-Constantin Mierla miconda@gmail.com a écrit :
One thing I would like, to add the prefix tcp_ to the function names used in config, in order to be more explicit, but also related to the module, like the previous function pattern.
Sure, i'm doing it right now