Re: [sr-dev] [kamailio/kamailio] TSILO crashes kamailio on ts_store() (#1775)

2019-01-09 Thread ForGuru
@linuxmaniac Thanks for ur reply. After us suggested fix, crash is gone. but I see this in logs > ERROR: tsilo [ts_store.c:75]: ts_store(): malformed aor from > uri[sip:192.168.8.100:5090;transport=TCP;registering_acc=example.com] What is the mistake on my side ```

Re: [sr-dev] [kamailio/kamailio] TSILO crashes kamailio on ts_store() (#1775)

2019-01-09 Thread Victor Seva
I'm not the author of the module, so @grumvalski can explain in a better way. But looking into the code, the problem here is that the r-ruri has no user part, you are not passing a uri value so module is trying to get it from r-uri. -- You are receiving this because you are subscribed to this

[sr-dev] [kamailio/kamailio] tsilo: add check for empty aor (#1802)

2019-01-09 Thread Victor Seva
Fix: #1775 You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1802 -- Commit Summary -- * tsilo: add check for empty aor -- File Changes -- M src/modules/tsilo/ts_store.c (5) -- Patch Links --

[sr-dev] git:5.2:ead1feb8: tm: Add fixup for PVS in fixup_t_check_status

2019-01-09 Thread Hugh Waite
Module: kamailio Branch: 5.2 Commit: ead1feb83283dc9c4875f8d6afd57eea4359f64a URL: https://github.com/kamailio/kamailio/commit/ead1feb83283dc9c4875f8d6afd57eea4359f64a Author: Hugh Waite Committer: Hugh Waite Date: 2019-01-09T10:18:53Z tm: Add fixup for PVS in fixup_t_check_status - Allows

[sr-dev] git:5.1:440ba8f9: tm: Add fixup for PVS in fixup_t_check_status

2019-01-09 Thread Hugh Waite
Module: kamailio Branch: 5.1 Commit: 440ba8f9b37c61a6f631a5a8a0552a2215128fad URL: https://github.com/kamailio/kamailio/commit/440ba8f9b37c61a6f631a5a8a0552a2215128fad Author: Hugh Waite Committer: Hugh Waite Date: 2019-01-09T10:19:19Z tm: Add fixup for PVS in fixup_t_check_status - Allows

[sr-dev] [kamailio/kamailio] sdpops : added new function named as get_sdp_address_family (#1801)

2019-01-09 Thread Yasin CANER
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README

Re: [sr-dev] [kamailio/kamailio] TLS module: Unable to load tls module (#1797)

2019-01-09 Thread com4bizz
> I use TLS with `kamailio:5.1` branch and OpenSSL 1.1.1a > If info about 5.1 branch acceptable for you. Will test it, thank you :-) On other hand I see OpenSUSE Leap 15 comes with: - libopenssl1_0_0-1.0.2n-lp150.1.25 - libopenssl1_1-1.1.0h-lp150.2.1 The tls module is compiled against: -

Re: [sr-dev] [kamailio/kamailio] Update for Readme Dispatcher module (#1800)

2019-01-09 Thread Jurijs I
Just saw that I need to do changes in doc/ subfolder instead of Readme. Will try to make proper pull request tomorrow. -- 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: in dlg_onreq function, the result of this check is always false (#1791)

2019-01-09 Thread Jose Luis Verdeguer
All works fine for me. Thanks for the fix -- 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/1791#issuecomment-452739295___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Update for Readme Dispatcher module (#1800)

2019-01-09 Thread Jurijs I
Closed #1800. -- 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/1800#event-2063321570___ Kamailio (SER) - Development Mailing List

[sr-dev] [kamailio/kamailio] Update for Readme Dispatcher module (#1800)

2019-01-09 Thread Jurijs I
Update for Readme Dispatcher module. I added some minor comments for dispatcher module, what I think might be useful for somebody. Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual

Re: [sr-dev] [kamailio/kamailio] dialog: in dlg_onreq function, the result of this check is always false (#1791)

2019-01-09 Thread Daniel-Constantin Mierla
I just pushed a patch (404f403786478a917637186446bb285e8e32cc59) that should remove the requirement of setting the dlg_flag parameter. Can you give it some tests and confirm if all works fine or not? When all ok, it can be backported. -- You are receiving this because you are subscribed to

Re: [sr-dev] [kamailio/kamailio] TLS module: Unable to load tls module (#1797)

2019-01-09 Thread com4bizz
> OpenSSL 1.1.1a > I use TLS with `kamailio:5.1` branch and OpenSSL 1.1.1a > If info about 5.1 branch acceptable for you. Sergey, did you compile the tls module against libopenssl-1.1.1 ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [sr-dev] [kamailio/kamailio] dialog: in dlg_onreq function, the result of this check is always false (#1791)

2019-01-09 Thread Daniel-Constantin Mierla
Hmm, I thought that requiring to set dlg_flag was removed, but apparently it is not. We should get rid of that, needs to be fixed somehow. -- 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] TSILO crashes kamailio on ts_store() (#1775)

2019-01-09 Thread ForGuru
I was able to see this from core > Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". > Core was generated by `/usr/local/kamailio-5.1/sbin/kamailio -P > /var/run/kamailio/kamailio.pid -f /usr'. > Program terminated with signal SIGABRT, Aborted. > #0 0x7f43f5c63428

[sr-dev] git:master:25accffd: cnxcc: fix example code in doc file adding the new parameter [skip ci]

2019-01-09 Thread Jose Luis Verdeguer
Module: kamailio Branch: master Commit: 25accffdbd9dab458e95125630b2129986656fd2 URL: https://github.com/kamailio/kamailio/commit/25accffdbd9dab458e95125630b2129986656fd2 Author: Jose Luis Verdeguer Committer: Jose Luis Verdeguer Date: 2019-01-09T14:07:19+01:00 cnxcc: fix example code in doc

[sr-dev] [kamailio/kamailio] cnxcc: fix example code in doc file adding the new parameter in the cnxcc_set_max_credit() function (#1799)

2019-01-09 Thread Jose Luis Verdeguer
Description fix example code in doc file adding the new parameter in the cnxcc_set_max_credit() function You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1799 -- Commit Summary -- * cnxcc: fix example code in doc file adding

Re: [sr-dev] [kamailio/kamailio] cnxcc: fix example code in doc file adding the new parameter in the cnxcc_set_max_credit() function (#1799)

2019-01-09 Thread Jose Luis Verdeguer
Merged #1799 into master. -- 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/1799#event-2063022326___ Kamailio (SER) - Development Mailing

[sr-dev] git:master:e4dfe358: dialog: docs - more info about using the flag and dlg_manage()

2019-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e4dfe3587943d69d556b15df3492cf38c3b21a5f URL: https://github.com/kamailio/kamailio/commit/e4dfe3587943d69d556b15df3492cf38c3b21a5f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-01-09T09:50:12+01:00 dialog: docs - more

Re: [sr-dev] [kamailio/kamailio] TLS module: Unable to load tls module (#1797)

2019-01-09 Thread com4bizz
As I see this issue mets a lot of different versions of OpenSSL / Kamailio TLS module Does anyone knows which versions of OpenSSL are compatible with Kamailio 5.0.x? -- 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: Error registering a dialog that causes the cnxcc module doesn't work correctly (#1783)

2019-01-09 Thread Jose Luis Verdeguer
Not a bug -- 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/1783#issuecomment-452652801___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] dialog: Error registering a dialog that causes the cnxcc module doesn't work correctly (#1783)

2019-01-09 Thread Jose Luis Verdeguer
Closed #1783. -- 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/1783#event-2062729018___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] Planning Fosdem 2019

2019-01-09 Thread Federico Cabiddu
Hi Daniel, please count me in for the dinner. Looking forward to meeting all of you. Federico On Tue, Jan 8, 2019 at 4:29 PM Daniel-Constantin Mierla wrote: > Hello, > > Fosdem 2019 is approaching, so I am writing to see if any of you plans > to go to the event. If there is interest, we can

Re: [sr-dev] [kamailio/kamailio] TSILO crashes kamailio on ts_store() (#1775)

2019-01-09 Thread ForGuru
> #0 0x7f43f5c63428 in __GI_raise (sig=sig@entry=6) at > ../sysdeps/unix/sysv/linux/raise.c:54 > resultvar = 0 > pid = 3131 > selftid = 3131 > #1 0x7f43f5c6502a in __GI_abort () at abort.c:89 > save_stage = 2 > act = {__sigaction_handler =

[sr-dev] git:master:56e5e6a8: modules: readme files regenerated - cnxcc ... [skip ci]

2019-01-09 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 56e5e6a8fa06cb0cd4855df5f405f9a1d89e7123 URL: https://github.com/kamailio/kamailio/commit/56e5e6a8fa06cb0cd4855df5f405f9a1d89e7123 Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-01-09T14:16:38+01:00 modules: readme files regenerated - cnxcc ...

[sr-dev] git:master:404f4037: dialog: do not require dlg_flag parameter to be set

2019-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 404f403786478a917637186446bb285e8e32cc59 URL: https://github.com/kamailio/kamailio/commit/404f403786478a917637186446bb285e8e32cc59 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-01-09T14:16:19+01:00 dialog: do not

Re: [sr-dev] [kamailio/kamailio] dialog: in dlg_onreq function, the result of this check is always false (#1791)

2019-01-09 Thread Daniel-Constantin Mierla
Did you set the `dlg_flag` parameter for dialog module? * https://www.kamailio.org/docs/modules/stable/modules/dialog.html#dialog.p.flag If yes, that is not required if you use `dlg_manage()`. If you set the modparam, then you have to do setflag(X) where X is the value for dlg_flag

Re: [sr-dev] [kamailio/kamailio] TLS module: Unable to load tls module (#1797)

2019-01-09 Thread sergey-safarov
I use TLS with `kamailio:5.1` branch and OpenSSL 1.1.1a If info about 5.1 branch acceptable for you. -- 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] Wanted HTTP/2 parser (#1794)

2019-01-09 Thread sergey-safarov
Closed #1794. -- 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/1794#event-2062747820___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] dialog: in dlg_onreq function, the result of this check is always false (#1791)

2019-01-09 Thread Jose Luis Verdeguer
You are right, sorry for the noise. But I have some doubts. You said that dlg_flag parameter is not required but if I don't set the dlg_flag, kamailio gives me an error when load dialog module: ``` Jan 9 10:53:08 pepelux /usr/local/sbin/kamailio[27387]: ERROR: dialog [dialog.c:519]:

Re: [sr-dev] [kamailio/kamailio] dialog: in dlg_onreq function, the result of this check is always false (#1791)

2019-01-09 Thread Jose Luis Verdeguer
Closed #1791. -- 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/1791#event-2062726498___ Kamailio (SER) - Development Mailing List

[sr-dev] git:master:7a619c8f: modules: readme files regenerated - dialog ... [skip ci]

2019-01-09 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 7a619c8f014a3c402942ef478ee76ce237b7e21a URL: https://github.com/kamailio/kamailio/commit/7a619c8f014a3c402942ef478ee76ce237b7e21a Author: Kamailio Dev Committer: Kamailio Dev Date: 2019-01-09T10:01:48+01:00 modules: readme files regenerated - dialog

Re: [sr-dev] [kamailio/kamailio] Wanted HTTP/2 parser (#1794)

2019-01-09 Thread sergey-safarov
Think this issue of Amazon ELB. According [RFC7540](https://tools.ietf.org/html/rfc7540#section-8.1.3) examples server must return HTTP protocol version same as request. * Request ``` POST /resource HTTP/1.1 ``` Responce must be ``` HTTP/1.1 200 OK ``` Amazon returns ``` HTTP/2 200 ``` Wrong

Re: [sr-dev] [kamailio/kamailio] TLS module: Unable to load tls module (#1797)

2019-01-09 Thread sergey-safarov
I use "Alpine edge" dist with openssl and kamailio versions described above. -- 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] TSILO crashes kamailio on ts_store() (#1775)

2019-01-09 Thread Victor Seva
@ForGuru can you please try that fix -- 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/1775#issuecomment-452766481___ Kamailio (SER) -