Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
more than 5 secs? I don't think so. @apogrebennyk can you confirm? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
and we have this at the log at the time of the core, 11064 is another process. ``` Apr 5 10:19:36 sipwise1-prx03a proxy[11064]: WARNING: dialog [dlg_handlers.c:1220]: dlg_onroute(): unable to find dialog for BYE with route param 'c68.0d81' [2156:6352] ``` -- You are receiving this because you

Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
for the relevant part of code ``` LM_WARN("inconsitent dlg timer data on dlg %p [%u:%u] " "with clid '%.*s' and tags '%.*s' '%.*s'\n", dlg, dlg->h_entry, dlg->h_id,

Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
be aware that this is from the second core ``` (gdb) info locals val = { s = 0x9aaf79 "c68.0d81;ice_caller=strip;ice_callee=strip;aset=50;rtpprx=yes;vsf=Y3Z5enJeQmp8bVRNYGQtEwxdZHR2LHRwc1RAaX0hWEFyMw1mZg-->\r\nP-NGCP-Src-Ip: 172.17.65.99\r\nP-NGCP-Src-Port:

Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
``` (gdb) f 4 #4 0x7fae32c3457e in dlg_onroute (req=0x7fae3def7ac8, route_params=0x7fad006e9b1e, param=0x7fff717dab10) at dlg_handlers.c:1350 1350dlg_handlers.c: No such file or directory. (gdb) p dlg $1 = (dlg_cell_t *) 0x7fad74f20258 (gdb) p *dlg $2 = {ref = 1264713769, next =

Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
> Did you put in pastebin the wrong file (like dlg_db_handlers.c)? Yes, I did, sorry. The right file at https://paste.debian.net/926247/ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
This is the ``NGCP`` version of 4.4.5 sources at https://github.com/sipwise/kamailio/tree/mr4.5.4 but be aware that list of patches are at https://github.com/sipwise/kamailio/blob/mr4.5.4/debian/patches/series and I changed the sensible data from the paste In order you to see the source easily

Re: [sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-06 Thread Victor Seva
same thing in another customer ``` #0 0x7fae3f1f7e14 in strnlen () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info available. #1 0x7fae3f1c0b19 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info available. #2 0x7fae3f25a216 in __vsyslog_chk () from

[sr-dev] [kamailio/kamailio] crash on run_rr_callbacks() from dlg_onroute() (#1059)

2017-04-05 Thread Victor Seva
It seems that kamailio received two BYE messages at the same time and dlg was gone? Debugging Data ``` # gdb `which kamailio` core.kamailio.sig11.19255 GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: [sr-dev] [kamailio/kamailio] Segmentation fault using http_async_client on kamailio 5.0.0 (#1056)

2017-04-05 Thread Victor Seva
@davyvdm please use the proper format (insert code) when pasting gdb output or github gets confused -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:5.0:c5d5f520: pkg/kamailio/deb: version set to 5.0.1

2017-04-05 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: c5d5f5203dd66dd6e83644973f128ca2c1551c32 URL: https://github.com/kamailio/kamailio/commit/c5d5f5203dd66dd6e83644973f128ca2c1551c32 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] tls: detection of kerberos support for openssl at runtime (#1050)

2017-03-31 Thread Victor Seva
Closed #1050. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1050#event-1023927243___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] tls: detection of kerberos support for openssl at runtime (#1050)

2017-03-31 Thread Victor Seva
like this? ``` diff --git a/modules/tls/tls_init.c b/modules/tls/tls_init.c index af2d4c54e..053cd2adc 100644 --- a/modules/tls/tls_init.c +++ b/modules/tls/tls_init.c @@ -613,6 +613,7 @@ int init_tls_h(void) #else comp_support=0; #endif + #if OPENSSL_VERSION_NUMBER < 0x01010L

Re: [sr-dev] [kamailio/kamailio] tls: detection of kerberos support for openssl at runtime (#1050)

2017-03-31 Thread Victor Seva
Reported at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844548 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] tls: detection of kerberos support for openssl at runtime (#1050)

2017-03-31 Thread Victor Seva
It was reported https://github.com/kamailio/kamailio/issues/662#issuecomment-261920382 but I think is not related to that issue, so opening another one. >From >https://buildd.debian.org/status/fetch.php?pkg=openssl=amd64=1.1.0e-1=1487270769=0 ``` Configuring OpenSSL version 1.1.0e

Re: [sr-dev] [kamailio/kamailio] sca: implement db_mode only (#781)

2017-03-30 Thread Victor Seva
2017-02-24 11:03 GMT+01:00 Victor Seva <notificati...@github.com>: > @miconda <https://github.com/miconda> I'm thinking if sca can be > redesigned and integrate the subscription part of it as a module like > presence_sca using presence infrastructure. > > The thing i

[sr-dev] git:master:52471366: pkg/kamailio/deb: version set to 5.1.0-dev2

2017-03-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 52471366d34419fbd4a70eff93420157a532bf09 URL: https://github.com/kamailio/kamailio/commit/52471366d34419fbd4a70eff93420157a532bf09 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] iOS Push Notification (#1043)

2017-03-27 Thread Victor Seva
Closed #1043. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1043#event-1016696859___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] could not make ul_rm_contact work (#1027)

2017-03-15 Thread Victor Seva
Closed #1027. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1027#event-1000999593___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Centos7 spec fixes (#1025)

2017-03-09 Thread Victor Seva
Merged #1025. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1025#event-992731652___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:88b99b53: pkg/kamailio/centos/7: updated version to 5.1.0-dev1

2017-03-09 Thread Victor Seva
Module: kamailio Branch: master Commit: 88b99b53dd35691eae9f488f4b877e3d731473d9 URL: https://github.com/kamailio/kamailio/commit/88b99b53dd35691eae9f488f4b877e3d731473d9 Author: grumvalski <federico.cabi...@gmail.com> Committer: Victor Seva <linuxman...@torreviejawireless.org> D

[sr-dev] git:master:ed956f98: pkg/kamailio/centos/7: added jansson package

2017-03-09 Thread Victor Seva
Module: kamailio Branch: master Commit: ed956f980014ecb3d44fe1531b1655b2ad1ba2ac URL: https://github.com/kamailio/kamailio/commit/ed956f980014ecb3d44fe1531b1655b2ad1ba2ac Author: grumvalski <federico.cabi...@gmail.com> Committer: Victor Seva <linuxman...@torreviejawireless.org> D

Re: [sr-dev] [kamailio/kamailio] core: initialize dns cache used memory (#1023)

2017-03-07 Thread Victor Seva
Merged #1023. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1023#event-990100167___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:d3710d36: core: initialize dns cache used memory

2017-03-07 Thread Victor Seva
Module: kamailio Branch: master Commit: d3710d365272566656dede08463386a1effeef5e URL: https://github.com/kamailio/kamailio/commit/d3710d365272566656dede08463386a1effeef5e Author: grumvalski <federico.cabi...@gmail.com> Committer: Victor Seva <linuxman...@torreviejawireless.org> D

[sr-dev] git:5.0:69b81c85: pkg/kamailio/deb: version set to 5.0.0 [skip ci]

2017-02-27 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 69b81c8553f891179553897fadc57d000995327e URL: https://github.com/kamailio/kamailio/commit/69b81c8553f891179553897fadc57d000995327e Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] support valgrind when *_MALLOC is used (#949)

2017-02-24 Thread Victor Seva
> Do you have any info on whether memcheck can deal with shared pools? I do not but I will keep searching for info -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Call-Info header support (#1009)

2017-02-24 Thread Victor Seva
Merged #1009. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1009#event-976513444___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:7815c380: core: support for parsing the Call-Info header

2017-02-24 Thread Victor Seva
Module: kamailio Branch: master Commit: 7815c3805692a049fb36951abd3c01edd546c2ae URL: https://github.com/kamailio/kamailio/commit/7815c3805692a049fb36951abd3c01edd546c2ae Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:bfdcc905: sca: use HDR_CALLINFO_T

2017-02-24 Thread Victor Seva
Module: kamailio Branch: master Commit: bfdcc905dc9ee703cb5cc0c0fb482bf789f63fae URL: https://github.com/kamailio/kamailio/commit/bfdcc905dc9ee703cb5cc0c0fb482bf789f63fae Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] Call-Info header support (#1009)

2017-02-24 Thread Victor Seva
> The license for core file has to be bsd-like Solved > so we don't have to hunt you in few more years  -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] Call-Info header support (#1009)

2017-02-24 Thread Victor Seva
and use it on ``sca`` You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1009 -- Commit Summary -- * core: support for parsing the Call-Info header * sca: use HDR_CALLINFO_T -- File Changes -- A src/core/parser/case_c_inf.h (41)

Re: [sr-dev] [kamailio/kamailio] sca: implement db_mode only (#781)

2017-02-24 Thread Victor Seva
@miconda I'm thinking if ``sca`` can be redesigned and integrate the subscription part of it as a module like ``presence_sca`` using ``presence`` infrastructure. The thing is that ``presence`` has support for process only the body not for the headers and ``sca`` is adding ``Call-Info`` header

Re: [sr-dev] git:5.0:802bf616: modules: fixed broken xml docbook files

2017-02-24 Thread Victor Seva
JFTR, I notice the 5.0 was not working and fixed mkreadmes50 job at kamailio.org ( kamailio-5.0 repo had no authentication ) ___ 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/kamailio] kamailio crashes on CANCEL due to empty reply_lumps (#872)

2017-02-22 Thread Victor Seva
Closed #872. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/872#event-973461863___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-22 Thread Victor Seva
Closed #997. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/997#event-973461136___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:5.0:ff2f146a: pkg/kamailio/deb: strip default -02 from CC_EXTRA_OPTS

2017-02-22 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: ff2f146a53edbdbdba543b2700d6fcd17a40edb0 URL: https://github.com/kamailio/kamailio/commit/ff2f146a53edbdbdba543b2700d6fcd17a40edb0 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] warnings when compiling with -O2 in core/cfg/cfg_ctx.c (#1004)

2017-02-22 Thread Victor Seva
Closed #1004 via 6ba9900f3c83bbd68ef868a8910590f6c9fbe88f. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1004#event-972608583___

[sr-dev] git:master:6ba9900f: pkg/kamailio/deb: strip default -02 from CC_EXTRA_OPTS

2017-02-22 Thread Victor Seva
Module: kamailio Branch: master Commit: 6ba9900f3c83bbd68ef868a8910590f6c9fbe88f URL: https://github.com/kamailio/kamailio/commit/6ba9900f3c83bbd68ef868a8910590f6c9fbe88f Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] warnings when compiling with -O2 in core/cfg/cfg_ctx.c (#1004)

2017-02-22 Thread Victor Seva
@juha-h I'm responsable of debian/rules adding ``DEB_CFLAGS_MAINT_STRIP=-O2`` will remove -O2 from the flags I will take care, thanks for reporting -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:4.4:4a41962b: presence: remove transaction creation from publ_notify_notifier() and mark_presentity_for_delete()

2017-02-22 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 4a41962b0389f37dbc4d905afd25e2cda5e7c39c URL: https://github.com/kamailio/kamailio/commit/4a41962b0389f37dbc4d905afd25e2cda5e7c39c Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:5b34d844: usrloc: fix ucontact shared leak

2017-02-22 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 5b34d844c2cf6caba5888f26789c1472802fb0b8 URL: https://github.com/kamailio/kamailio/commit/5b34d844c2cf6caba5888f26789c1472802fb0b8 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:4.4:36814faf: pua_reginfo: fix memory leak when usrloc is DB_ONLY

2017-02-22 Thread Victor Seva
Module: kamailio Branch: 4.4 Commit: 36814fafb02980e6165351e7cbe1acac0d11248d URL: https://github.com/kamailio/kamailio/commit/36814fafb02980e6165351e7cbe1acac0d11248d Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:324039ad: usrloc: fix ucontact shared leak

2017-02-21 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 324039ad3f89462e615b58949aaae21459ef9ece URL: https://github.com/kamailio/kamailio/commit/324039ad3f89462e615b58949aaae21459ef9ece Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] usrloc: fix ucontact shared leak (#1000)

2017-02-21 Thread Victor Seva
Merged #1000. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1000#event-972074671___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:819f9eae: usrloc: fix ucontact shared leak

2017-02-21 Thread Victor Seva
Module: kamailio Branch: master Commit: 819f9eae0066a94081b0805dadf69bd57050e4f0 URL: https://github.com/kamailio/kamailio/commit/819f9eae0066a94081b0805dadf69bd57050e4f0 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:5.0:04e5d5e8: pua_reginfo: fix memory leak when usrloc is DB_ONLY

2017-02-21 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 04e5d5e8cc8f9593e2cc809dabb5c6303e7c3214 URL: https://github.com/kamailio/kamailio/commit/04e5d5e8cc8f9593e2cc809dabb5c6303e7c3214 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:1b0e1c3c: pua_reginfo: fix memory leak when usrloc is DB_ONLY

2017-02-21 Thread Victor Seva
Module: kamailio Branch: master Commit: 1b0e1c3cbdd162fcd438a7d9bb412ddce73bc214 URL: https://github.com/kamailio/kamailio/commit/1b0e1c3cbdd162fcd438a7d9bb412ddce73bc214 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] pua_reginfo: fix memory leak when usrloc is DB_ONLY (#998)

2017-02-21 Thread Victor Seva
Merged #998. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/998#event-972054863___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:5.0:7dc1f60d: pua: update documentation, replace pua_mi reference with pua_rpc

2017-02-21 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 7dc1f60d6713527d182f4414365eed2546f82a90 URL: https://github.com/kamailio/kamailio/commit/7dc1f60d6713527d182f4414365eed2546f82a90 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:dbac66fa: pua: update documentation, replace pua_mi reference with pua_rpc

2017-02-21 Thread Victor Seva
Module: kamailio Branch: master Commit: dbac66fa165d4058973a49d7ca9035b7ce7b07d2 URL: https://github.com/kamailio/kamailio/commit/dbac66fa165d4058973a49d7ca9035b7ce7b07d2 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-20 Thread Victor Seva
@miconda should I merge both PRs? Can I backport them to 5.0 before the release? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] dialog: crash when trying to print error info (#807)

2017-02-18 Thread Victor Seva
Closed #807. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/807#event-967948295___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] dialog: crash when trying to print error info (#807)

2017-02-18 Thread Victor Seva
Yes, the memory leaks issue is #997 and reply issues was solved by https://github.com/kamailio/kamailio/commit/edb9df8ace8ff74e11e025a37645aebe5b25634e -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Victor Seva
With #998 and #1000 applied and some debug REGISTER ``` Feb 17 14:03:55 sp1 proxy[22494]: NOTICE:

[sr-dev] [kamailio/kamailio] usrloc: fix ucontact shared leak (#1000)

2017-02-17 Thread Victor Seva
keep a copy of ``urecord`` if mode is DB_ONLY as it is static preventing leaking ``ucontact`` to shared memory See #997 for details You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1000 -- Commit Summary -- * usrloc: fix ucontact

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Victor Seva
Should I start working on the solution second solution? Is that the best approach? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Victor Seva
There will be still an issue after merging #998 but the situation will improved, there will be less leaks. without the patch in a REGISTER/UPDATE REGISTER/UNREGISTER scenario I get left ``` Feb 17 11:20:52 sp1 proxy[12364]: NOTICE: fm_status: count=30 size= 1416 bytes from usrloc:

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Victor Seva
No. #998 is implementing the missing ``release_urecord()`` after ``get_urecord()`` call. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] [kamailio/kamailio] pua_reginfo: fix memory leak when usrloc is DB_ONLY (#998)

2017-02-17 Thread Victor Seva
As release_urecord() clearly says: /*! * \brief Release urecord previously obtained through get_urecord * \warning Failing to calls this function after get_urecord will * result in a memory leak when the DB_ONLY mode is used. When * the records is later deleted, e.g. with delete_urecord, then

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Victor Seva
I would suggest as possible solutions: - remove the ``get_static_urecord()`` and the use proper reserved memory for ``urecord`` and free that at ``release_urecord()`` - keep a copy of ``urecord`` before calling ul_callbacks so we can safely free the ``ucontact`` afterwards Being the second

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Victor Seva
Yes, the problem is happening for me because of pua_reginfo and I did https://github.com/linuxmaniac/kamailio/commit/2152b8c3ad4b1d61c4a456f7cb082ccfd10fe39c in order to solve it. But even with that I still get ucontac at shared mem left. I'm suspecting that the underlying problem is the

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Victor Seva
without pua_reginfo REGISTER ``` Feb 17 09:40:56 sp1 proxy[25182]: NOTICE:

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-16 Thread Victor Seva
added some debug notice in this example that ``ucontact[0x7f7b315f1d08]`` is never freed REGISTER ``` Feb 16 17:04:43 sp1 proxy[9687]: NOTICE:

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-16 Thread Victor Seva
I would say the origin of the problem is calls to get_urecord() without release_urecord() ``` /*! * \brief Release urecord previously obtained through get_urecord * \warning Failing to calls this function after get_urecord will * result in a memory leak when the DB_ONLY mode is used. When *

[sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-16 Thread Victor Seva
I've detected that the allocated shared memory is always growing due to ``` proxy[2527]: NOTICE: fm_status: count=376594 size= 103410648 bytes from usrloc: ucontact.c: new_ucontact(98) proxy[2527]: NOTICE: fm_status: count=1882939 size= 110079752 bytes from usrloc: ../../ut.h:

Re: [sr-dev] [kamailio/kamailio] kamailio crashes on CANCEL due to empty reply_lumps (#872)

2017-02-16 Thread Victor Seva
I think this will be fixed by edb9df8 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/872#issuecomment-280308975___ sr-dev mailing list

Re: [sr-dev] Branch 5.0 created

2017-02-15 Thread Victor Seva
2017-02-09 12:36 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > the GIT branch 5.0 has just been created, it will host the release > series 5.0.x. To get this branch from GIT, you can use: > > git clone https://github.com/kamailio/kamailio.git kamailio > cd kamailio > git

[sr-dev] git:5.0:6b7bdcf9: pkg/kamailio/deb: version set to 5.0.0-rc1 [skip ci]

2017-02-14 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 6b7bdcf9e654fc36723c6807724d8775f65646bd URL: https://github.com/kamailio/kamailio/commit/6b7bdcf9e654fc36723c6807724d8775f65646bd Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:e9341ad6: Makefile.defs: version set to 5.0.0-rc1 [skip ci]

2017-02-14 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: e9341ad62d0f79f546a69784b4fd56ab9c95d170 URL: https://github.com/kamailio/kamailio/commit/e9341ad62d0f79f546a69784b4fd56ab9c95d170 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:70dc811b: pkg/kamailio/deb: version set to 5.1.0-dev1

2017-02-14 Thread Victor Seva
Module: kamailio Branch: master Commit: 70dc811b3696c774c468c05e888edf4ee242b3c9 URL: https://github.com/kamailio/kamailio/commit/70dc811b3696c774c468c05e888edf4ee242b3c9 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:5.0:35e6db8a: tm: deep cloning of the request for fake environment

2017-02-14 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 35e6db8a73296c93d43f6dd2dc83aa7a204c9f73 URL: https://github.com/kamailio/kamailio/commit/35e6db8a73296c93d43f6dd2dc83aa7a204c9f73 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] tm: deep cloning of the request for fake environment (#971)

2017-02-14 Thread Victor Seva
Merged #971. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/971#event-961348396___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:edb9df8a: tm: deep cloning of the request for fake environment

2017-02-14 Thread Victor Seva
Module: kamailio Branch: master Commit: edb9df8ace8ff74e11e025a37645aebe5b25634e URL: https://github.com/kamailio/kamailio/commit/edb9df8ace8ff74e11e025a37645aebe5b25634e Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] tm: deep cloning of the request for fake environment (#971)

2017-02-14 Thread Victor Seva
I did test with our scenarios, I didn't detect any side effect -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:5.0:83366ec2: ims_isc: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 83366ec2a6f161ceb81c3a9aba6c7f7103d00466 URL: https://github.com/kamailio/kamailio/commit/83366ec2a6f161ceb81c3a9aba6c7f7103d00466 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:67be2cc6: ims_usrloc_scscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 67be2cc66521d3b9538ffa88db13ada24aeea8d8 URL: https://github.com/kamailio/kamailio/commit/67be2cc66521d3b9538ffa88db13ada24aeea8d8 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:78f0b445: ims_icscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 78f0b44532b0a2a7a97068e0f68832dec6b1b5b2 URL: https://github.com/kamailio/kamailio/commit/78f0b44532b0a2a7a97068e0f68832dec6b1b5b2 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:9ecf6347: ims_registrar_scscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 9ecf6347e91aa2cafb9873555761da4b553c0e6d URL: https://github.com/kamailio/kamailio/commit/9ecf6347e91aa2cafb9873555761da4b553c0e6d Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:60fbf3ce: ims_qos: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 60fbf3cea207bc9927ba7dc6cce2834e929d7ccf URL: https://github.com/kamailio/kamailio/commit/60fbf3cea207bc9927ba7dc6cce2834e929d7ccf Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:de05f150: ims_registrar_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: de05f15020a0125ea72a1c9a183be3d2993281cc URL: https://github.com/kamailio/kamailio/commit/de05f15020a0125ea72a1c9a183be3d2993281cc Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:b2fbe9c1: ims_usrloc_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: b2fbe9c11896da27e16dd0eeb22a5c0b61b8ca96 URL: https://github.com/kamailio/kamailio/commit/b2fbe9c11896da27e16dd0eeb22a5c0b61b8ca96 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:1c0933c4: ims_charging: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 1c0933c469940cfbb400e75e33f0fa85b4a1f935 URL: https://github.com/kamailio/kamailio/commit/1c0933c469940cfbb400e75e33f0fa85b4a1f935 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:5.0:2dcf0f49: ims_auth: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 2dcf0f490ee4e2d200de2869bfad7fc7df1b8d94 URL: https://github.com/kamailio/kamailio/commit/2dcf0f490ee4e2d200de2869bfad7fc7df1b8d94 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

Re: [sr-dev] [kamailio/kamailio] consistency on name of main c file for a module (#82)

2017-02-13 Thread Victor Seva
I think we are fine now! \o/ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/82#issuecomment-279419941___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] consistency on name of main c file for a module (#82)

2017-02-13 Thread Victor Seva
Closed #82. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/82#event-959757730___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:637a0c12: ims_usrloc_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 637a0c12b03baf04fdea8336e900332d1194824b URL: https://github.com/kamailio/kamailio/commit/637a0c12b03baf04fdea8336e900332d1194824b Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:68fa5058: ims_qos: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 68fa50585d60d8285ba46fcb5baf97399e1738bd URL: https://github.com/kamailio/kamailio/commit/68fa50585d60d8285ba46fcb5baf97399e1738bd Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:bb34e87a: ims_registrar_scscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: bb34e87a0d77e70d1502637486ec817993083dcf URL: https://github.com/kamailio/kamailio/commit/bb34e87a0d77e70d1502637486ec817993083dcf Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

Re: [sr-dev] [kamailio/kamailio] Rename rest of the modules interface files (#989)

2017-02-13 Thread Victor Seva
Merged #989. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/989#event-959756048___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:b8e14619: ims_registrar_pcscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: b8e14619a48a21d13ab295f67aaa562426204563 URL: https://github.com/kamailio/kamailio/commit/b8e14619a48a21d13ab295f67aaa562426204563 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:92dff84a: ims_isc: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 92dff84a269c0e69d39a43f8231c61eaeb4c3f49 URL: https://github.com/kamailio/kamailio/commit/92dff84a269c0e69d39a43f8231c61eaeb4c3f49 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:1ef56ad3: ims_ocs: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 1ef56ad3ca45f0902e482a21ab7c067822398bb0 URL: https://github.com/kamailio/kamailio/commit/1ef56ad3ca45f0902e482a21ab7c067822398bb0 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:da4a97f8: ims_charging: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: da4a97f897e2e8dafd64a4bd9e711fe1cdd16e49 URL: https://github.com/kamailio/kamailio/commit/da4a97f897e2e8dafd64a4bd9e711fe1cdd16e49 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:0f2a8cd9: ims_auth: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 0f2a8cd9d277abbb8273c7b0145b3b59e9b56158 URL: https://github.com/kamailio/kamailio/commit/0f2a8cd9d277abbb8273c7b0145b3b59e9b56158 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:149b76b9: ims_icscf: Rename module interface file #82

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 149b76b99a6c6f89cd5e95d33b9d9ac11208fd3f URL: https://github.com/kamailio/kamailio/commit/149b76b99a6c6f89cd5e95d33b9d9ac11208fd3f Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

[sr-dev] git:master:493ffd38: Add kjson_basic group

2017-02-13 Thread Victor Seva
Module: kamailio Branch: master Commit: 493ffd38dbcd741a0b6f89309daaad6db514d265 URL: https://github.com/kamailio/kamailio/commit/493ffd38dbcd741a0b6f89309daaad6db514d265 Author: Fabrice Fontaine <fontaine.fabr...@gmail.com> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] [kamailio/kamailio] Rename rest of the modules interface files (#989)

2017-02-13 Thread Victor Seva
You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/989 -- Commit Summary -- * ims_auth: Rename module interface file #82 * ims_charging: Rename module interface file #82 * ims_icscf: Rename module interface file #82 * ims_isc:

Re: [sr-dev] [kamailio/kamailio] consistency on name of main c file for a module (#82)

2017-02-13 Thread Victor Seva
refreshed list: - ims_auth KO - ims_charging KO - ims_icscf KO - ims_isc KO - ims_ocs KO - ims_qos KO - ims_registrar_pcscf KO - ims_registrar_scscf KO - ims_usrloc_pcscf KO - ims_usrloc_scscf KO - mi_fifo KO - mi_rpc KO -- You are receiving this because you are subscribed to this thread. Reply

[sr-dev] git:5.0:54164edd: travis-ci: use 5.0-stretch docker image [skip ci]

2017-02-10 Thread Victor Seva
Module: kamailio Branch: 5.0 Commit: 54164eddb08321eb5fa2ed72afe41a61e412dc87 URL: https://github.com/kamailio/kamailio/commit/54164eddb08321eb5fa2ed72afe41a61e412dc87 Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org>

[sr-dev] git:master:b8ff3784: pkg/kamailio/deb: remove squeeze support [skip ci]

2017-02-10 Thread Victor Seva
Module: kamailio Branch: master Commit: b8ff3784d0e1c34e6ceea28e9036981bfe779cdd URL: https://github.com/kamailio/kamailio/commit/b8ff3784d0e1c34e6ceea28e9036981bfe779cdd Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.

  1   2   3   4   5   6   7   8   9   10   >