Re: [sr-dev] [kamailio] Database timeout over SSL? (#406)

2015-12-14 Thread Tobias Lindgren
Hello, Have been running your latest patch for some days now and this issue still occurs, but much more seldom than before. I also removed some TCP-childs as I don't handle much TCP traffic. Found one time where it looks like all/most processes got their connections dropped: ``` Dec 13

[sr-dev] [kamailio] failed to send the BYE request to callee. (#444)

2015-12-14 Thread DileepNunna
send_bye(): failed to send the BYE request in dialog_ng modulewhen kamailio creating and sending BYE request to callee, it has to take callee 200OK record routes - caller record routes - self record routebut it is taking all 200OK record routes --- Reply to this email directly or view it on

Re: [sr-dev] [kamailio] crash on using http_query (#432)

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

[sr-dev] git:master:d24863d0: presence: init variable to prevent invalid cleanup on error getting presence document

2015-12-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d24863d071417effe5df863736ef037ec8e0b414 URL: https://github.com/kamailio/kamailio/commit/d24863d071417effe5df863736ef037ec8e0b414 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:6e9f017d: tmx: Consistent naming of counters

2015-12-14 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 6e9f017dd3509296b83f12d3467309c583a248b1 URL: https://github.com/kamailio/kamailio/commit/6e9f017dd3509296b83f12d3467309c583a248b1 Author: Stefan Mititelu Committer: Stefan Mititelu Date:

Re: [sr-dev] [kamailio] Bad usage of presence, xcap server and pidf-manipulation makes Kamailio crash (#441)

2015-12-14 Thread Daniel-Constantin Mierla
I pushed a commit to master branch, can you fetch latest git and try again? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/441#issuecomment-164473501___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] Bad usage of presence, xcap server and pidf-manipulation makes Kamailio crash (#441)

2015-12-14 Thread foucse
Hello Daniel, Looks like it is solved, not crashing anymore: ``` [...] Dec 14 16:58:25 banshee1 kamailio-0[16952]: INFO:

[sr-dev] [kamailio] Bad usage of presence, xcap server and pidf-manipulation makes Kamailio crash (#441)

2015-12-14 Thread foucse
Hi everyone, ``` version: kamailio 440-dev7 (i386/linux) c73b9c-dirty flags: STATS: Off, EXTRA_DEBUG, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX,

Re: [sr-dev] [kamailio] Bad usage of presence, xcap server and pidf-manipulation makes Kamailio crash (#441)

2015-12-14 Thread Daniel-Constantin Mierla
Closed #441. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/441#event-491156274___ 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] Bad usage of presence, xcap server and pidf-manipulation makes Kamailio crash (#441)

2015-12-14 Thread Daniel-Constantin Mierla
Thanks for testing! --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/441#issuecomment-164481726___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:09be0ae1: Merge pull request #442 from smititelu/KAMAILIO-30

2015-12-14 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 09be0ae191404409322bb5d8ab9df0a03c1a4845 URL: https://github.com/kamailio/kamailio/commit/09be0ae191404409322bb5d8ab9df0a03c1a4845 Author: Stefan Mititelu Committer: Stefan Mititelu Date:

Re: [sr-dev] [kamailio] dmq_usrloc/usrloc core dumping (#440)

2015-12-14 Thread Daniel-Constantin Mierla
Can you give the output of: ``` p *_r p *_r->slot p *_r->slot->d p *_r->slot->d->contacts ``` --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/440#issuecomment-164469254___ sr-dev mailing list

Re: [sr-dev] [kamailio] dmq_usrloc/usrloc core dumping (#440)

2015-12-14 Thread 00Asgaroth00
``` (gdb) p *_r $1 = {domain = 0x746d616e3a706973, aor = {s = 0x3931403130747365 , len = 909192754}, aorhash = 893007672, contacts = 0x39383d7361696c61, slot = 0x3133312e3130312e, prev = 0x3336327e3032312e, next = 0x317e38} (gdb) p *_r->slot Cannot access memory at address 0x3133312e3130312e

Re: [sr-dev] [kamailio] crash on using http_query (#432)

2015-12-14 Thread Daniel-Constantin Mierla
Closing this one as it seems to be fixed. If still an issue, reopen with new details. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/432#issuecomment-164469465___ sr-dev mailing list

Re: [sr-dev] [kamailio] Better counting of received_replies counter (#442)

2015-12-14 Thread Stefan Mititelu
Merged #442. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/442#event-491059145___ 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] how to send BYE to outbound leg in kamailio? (#437)

2015-12-14 Thread DileepNunna
send_bye(): failed to send the BYE request in dialog_ng module.when kamailio creating and sending BYE to callee, it has to take callee 200OK record routes - caller record routes - self record route.but it is taking all 200OK record routes. --- Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio] modules/websocket: ensure linkage to libcrypto (#439)

2015-12-14 Thread Daniel-Constantin Mierla
Merged #439. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/439#event-491005363___ 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/websocket: ensure linkage to libcrypto (#439)

2015-12-14 Thread Daniel-Constantin Mierla
Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/439#issuecomment-164446791___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:665eef8b: Merge pull request #439 from andrey-utkin/websocket_libcrypto_linkage

2015-12-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 665eef8b4bf9dbe984b8655206585a467253322f URL: https://github.com/kamailio/kamailio/commit/665eef8b4bf9dbe984b8655206585a467253322f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] Migarting Opensips to Kamailio

2015-12-14 Thread yasir ay
Hai Team, We have a customized sip routing script in opensip 1.11 now for good performance and stability we are moving to kamailio 4.1 . So here am facing some issues related to kamailio module and funciotns ,with opensip I Like to know the function using in kamailio that same in opensips Like

Re: [sr-dev] [kamailio] htable: fixing htable.stats for max slot value (#436)

2015-12-14 Thread Daniel-Constantin Mierla
Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/436#issuecomment-164447124___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:305381bb: htable: fixing htable.stats for max slot value

2015-12-14 Thread Dmitri Savolainen
Module: kamailio Branch: master Commit: 305381bb6b40dc4859f0862411a0c1a261b476c2 URL: https://github.com/kamailio/kamailio/commit/305381bb6b40dc4859f0862411a0c1a261b476c2 Author: Dmitri Savolainen Committer: Dmitri Savolainen Date:

[sr-dev] [kamailio] Better counting of received_replies counter (#442)

2015-12-14 Thread Stefan Mititelu
Consider the simple basic dialog scenario: ``` Messages INVITE --> 1 407 <-- 1 ACK --> 1 INVITE --> 1 100 <-- 1 180 <-- 1 183 <-- 0 200 <-- 1 ACK

Re: [sr-dev] Migarting Opensips to Kamailio

2015-12-14 Thread Daniel-Constantin Mierla
Btw, I recommend to use kamailio v4.3.x, is better than 4.1.x for a new deployment. Cheers, Daniel On 14/12/15 14:48, Daniel-Constantin Mierla wrote: > Hello, > > not familiar with the other project after it forked from kamailio, but > I expect that match_dialog() is like dlg_manage() from

[sr-dev] git:master:572fa1b4: tmx: Update doku

2015-12-14 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: 572fa1b4497571ec68453c97b3080740364d3335 URL: https://github.com/kamailio/kamailio/commit/572fa1b4497571ec68453c97b3080740364d3335 Author: Stefan Mititelu Committer: Stefan Mititelu Date:

[sr-dev] Planning to release v4.2.7

2015-12-14 Thread Daniel-Constantin Mierla
Hello, later this week, on Thursday, Dec 17, I am planning to release a minor version based on branch 4.2, respectively 4.2.7 -- it's been a while since v4.2.6. As usual, if there are issues not yet reported or patches to be backported, write to sr-dev mailing list. If time allows, in the same

Re: [sr-dev] [kamailio] Better counting of received_replies counter (#442)

2015-12-14 Thread Daniel-Constantin Mierla
Thanks for this contribution, I think the result shows better what happens with the replies handled by tm. The patch can be merged. But afterwards, because we are already having different names and change the overall counting for those replies, I think is better to go to a more coherent

[sr-dev] git:master:4d89a505: tm: avoiding conditional directives that split up parts of statements

2015-12-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4d89a50544324fdac0f08497dc142c171bfcd97d URL: https://github.com/kamailio/kamailio/commit/4d89a50544324fdac0f08497dc142c171bfcd97d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio] Avoiding conditional directives that split up parts of statements. (#434)

2015-12-14 Thread Daniel-Constantin Mierla
Patch applied manually to format properly the commit message. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/434#issuecomment-164448458___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] Avoiding conditional directives that split up parts of statements. (#434)

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

Re: [sr-dev] Migarting Opensips to Kamailio

2015-12-14 Thread Daniel-Constantin Mierla
Hello, not familiar with the other project after it forked from kamailio, but I expect that match_dialog() is like dlg_manage() from dialog module of kamailio. For the other function, can you write shortly what is supposed to do? Or better, do it for both functions, and then maybe someone here

Re: [sr-dev] [kamailio] Better counting of received_replies counter (#442)

2015-12-14 Thread Stefan Mititelu
Running a cfa scenario: ``` ... tmx:received_replies = 11 tmx:received_replies_absorbed = 6 tmx:relayed_locally = 4 tmx:relayed_received = 5 tmx:relayed_total = 9 ``` --- Reply to this email directly or view it on GitHub:

[sr-dev] git:master:aa50c18b: Merge pull request #436 from snen/htable_stats_fixing

2015-12-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: aa50c18b724a25f772a1fefdec3b9d260b7c6dbf URL: https://github.com/kamailio/kamailio/commit/aa50c18b724a25f772a1fefdec3b9d260b7c6dbf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] [kamailio] htable: fixing htable.stats for max slot value (#436)

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

[sr-dev] git:master:aeb3e185: tmx: refactor counters

2015-12-14 Thread Stefan Mititelu
Module: kamailio Branch: master Commit: aeb3e18527b565f22bd05f6c6989b2ae86968b71 URL: https://github.com/kamailio/kamailio/commit/aeb3e18527b565f22bd05f6c6989b2ae86968b71 Author: Stefan Mititelu Committer: Stefan Mititelu Date:

[sr-dev] [kamailio] modules/cfgt: debugger config test support (#443)

2015-12-14 Thread Victor Seva
generates reports of testing scenarios: * received message * messages sent * flow of executed routes ( `start`, `drop`, `exit`, `return` ) * list of the variables and its value at every route executed controlled by mask (`CFGT_DP_NULL`, `CFGT_DP_AVP`, `CFGT_DP_SCRIPTVAR` `CFGT_DP_XAVP`,

[sr-dev] Panning next major release - v4.4

2015-12-14 Thread Daniel-Constantin Mierla
Hello, sketching the road to the next major release, so people can plan their goals for it and discuss, if needed, before the start of winter holidays: - development freezing by end of January 2016 - test for one to one and a half month - release in the first part of March 2016 If there

[sr-dev] git:4.3:05ec88af: modules/lcr: backported ruri_user_avp fix

2015-12-14 Thread Juha Heinanen
Module: kamailio Branch: 4.3 Commit: 05ec88af66344c2897f34b51b0ca7fc6d66ee2a1 URL: https://github.com/kamailio/kamailio/commit/05ec88af66344c2897f34b51b0ca7fc6d66ee2a1 Author: Juha Heinanen Committer: Juha Heinanen Date: 2015-12-15T00:15:07+02:00 modules/lcr:

[sr-dev] [kamailio] dmq_usrloc/usrloc core dumping (#440)

2015-12-14 Thread 00Asgaroth00
I have 3 kamailio 434 registrars replicating between each other using dmq usrloc module I have recently noticed that all of the registrars crash at random intervals over the course of the day, they all dont crash at the same time, but randomly, independantly of each other I cannot see any