Re: [sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

2021-05-03 Thread Wolfgang Kampichler
@sergey-safarov could you retry with the following change in `lost_get_from_header` ``` if(parse_headers(msg, HDR_EOH_F, 0) == -1) { LM_ERR("failed to parse SIP headers\n"); return res; } ``` basically replacing the flag `HDR_FROM_F` with `HDR_EOH_F`

Re: [sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

2021-05-03 Thread sergey-safarov
Yes, I call `lost_held_query` at the start of routing. This describes by not all headers parsed. What is connect solution here? -- 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/2723#

Re: [sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

2021-05-03 Thread sergey-safarov
@miconda yes, `parse_from_header` function resolved this error. -- 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/2723#issuecomment-831485509__

[sr-dev] git:5.3:febeef97: modules: readme files regenerated - modules ... [skip ci]

2021-05-03 Thread Kamailio Dev
Module: kamailio Branch: 5.3 Commit: febeef975013eacc53e6b11766b7058f408282fc URL: https://github.com/kamailio/kamailio/commit/febeef975013eacc53e6b11766b7058f408282fc Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-05-04T01:01:32+02:00 modules: readme files regenerated - modules ... [

[sr-dev] git:5.4:e0c60cf1: modules: readme files regenerated - modules ... [skip ci]

2021-05-03 Thread Kamailio Dev
Module: kamailio Branch: 5.4 Commit: e0c60cf12d465323bcf06899683b2b59dba7295c URL: https://github.com/kamailio/kamailio/commit/e0c60cf12d465323bcf06899683b2b59dba7295c Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-05-04T01:01:22+02:00 modules: readme files regenerated - modules ... [

[sr-dev] git:5.3:09b510ad: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: 5.3 Commit: 09b510adbef121f94739d1fcf46bd92baf80ea77 URL: https://github.com/kamailio/kamailio/commit/09b510adbef121f94739d1fcf46bd92baf80ea77 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:47:43-04:00 siputils: update docs for encode/decode_contact funct

[sr-dev] git:5.4:ea1239e5: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: 5.4 Commit: ea1239e57190da34b3043de3c8266a004554146e URL: https://github.com/kamailio/kamailio/commit/ea1239e57190da34b3043de3c8266a004554146e Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:44:48-04:00 siputils: update docs for encode/decode_contact funct

[sr-dev] git:5.5:2b9dc471: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: 5.5 Commit: 2b9dc4713d85b1367631871205547aaf25a822a1 URL: https://github.com/kamailio/kamailio/commit/2b9dc4713d85b1367631871205547aaf25a822a1 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:44:00-04:00 siputils: update docs for encode/decode_contact funct

[sr-dev] git:master:ff4eea76: modules: readme files regenerated - siputils ... [skip ci]

2021-05-03 Thread Kamailio Dev
Module: kamailio Branch: master Commit: ff4eea76a523851772da574437f99a9348578db4 URL: https://github.com/kamailio/kamailio/commit/ff4eea76a523851772da574437f99a9348578db4 Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-05-04T00:31:09+02:00 modules: readme files regenerated - siputils .

[sr-dev] git:master:bf73b0d7: siputils: update docs for encode/decode_contact functions

2021-05-03 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: bf73b0d72177828e3c35f0fe318f7ef654c89b6b URL: https://github.com/kamailio/kamailio/commit/bf73b0d72177828e3c35f0fe318f7ef654c89b6b Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2021-05-03T18:20:05-04:00 siputils: update docs for encode/decode_contact fu

Re: [sr-dev] [kamailio/kamailio] mod kazoo: wrong kazoo_publish example (#2627)

2021-05-03 Thread sergey-safarov
I will assign this for me. -- 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/2627#issuecomment-831371801___ Kamailio (SER) - Development Ma

Re: [sr-dev] [kamailio/kamailio] lost: resolve geolocation url using POST (#2641)

2021-05-03 Thread sergey-safarov
Closed #2641. -- 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/2641#event-4678984280___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] lost: resolve geolocation url using POST (#2641)

2021-05-03 Thread sergey-safarov
Sure, Daniel. -- 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/2641#issuecomment-831371180___ Kamailio (SER) - Development Mailing List sr

Re: [sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

2021-05-03 Thread sergey-safarov
@wkampich original XML file located here http://sipp.sourceforge.net/doc/uac.xml.html RAW format http://sipp.sourceforge.net/doc/uac.xml -- 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/is

Re: [sr-dev] [kamailio/kamailio] tm: t_suspend.c - t_continue_helper() - do not continue processing a reply if it's suspended again (#2721)

2021-05-03 Thread Daniel-Constantin Mierla
OK. -- 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/2721#issuecomment-831341792___ Kamailio (SER) - Development Mailing List sr-dev@lists.k

Re: [sr-dev] [kamailio/kamailio] tm: t_suspend.c - t_continue_helper() - do not continue processing a reply if it's suspended again (#2721)

2021-05-03 Thread Giacomo Vacca
Thanks Daniel, > Have you looked also at re-suspending requests? It may just works, because > request processing does not imply any forwarding of the message after config > route execution, like happens for replies. Yes, re-suspending requests just works, and used it in the past. > If the com

Re: [sr-dev] [kamailio/kamailio] Random segfault or general protection crash on siptrace.so module (#2718)

2021-05-03 Thread Joshua Riffle
Thank you for pointing that out again. I did miss that. I attached the gdb logging file for the core dump of the child process (since it's more interesting) to this message. I really hope it's helpful. [gdb-20210503.txt](https://github.com/kamailio/kamailio/files/6415372/gdb-20

Re: [sr-dev] [kamailio/kamailio] kamailio Crash on qm_debug_check_frag() (#2607)

2021-05-03 Thread Daniel-Constantin Mierla
No further troubleshooting data was provided with core files per pid for very long time. Reopen when able to attach data as requested above. -- 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/kamail

Re: [sr-dev] [kamailio/kamailio] kamailio Crash on qm_debug_check_frag() (#2607)

2021-05-03 Thread Daniel-Constantin Mierla
Closed #2607. -- 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/2607#event-4678305255___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] [Feature] RFC 8898 support (#2669)

2021-05-03 Thread Daniel-Constantin Mierla
Closed #2669. -- 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/2669#event-4678263681___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] [Feature] RFC 8898 support (#2669)

2021-05-03 Thread Daniel-Constantin Mierla
Closing, being possible with script operations based on the comments above. If someone wants to make a C implementation, then just make a PR. -- 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/kamail

Re: [sr-dev] [kamailio/kamailio] mod kazoo: wrong kazoo_publish example (#2627)

2021-05-03 Thread Daniel-Constantin Mierla
@sergey-safarov - can you push a fix for it as you tested the example? -- 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/2627#issuecomment-831274914___

Re: [sr-dev] [kamailio/kamailio] DNS destination resolution failure when too many SRV records (#2651)

2021-05-03 Thread Daniel-Constantin Mierla
No activity for long time and it may be a limitation coming from library functions, as commented above. When having new troubleshooting details, reopen. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kam

Re: [sr-dev] [kamailio/kamailio] DNS destination resolution failure when too many SRV records (#2651)

2021-05-03 Thread Daniel-Constantin Mierla
Closed #2651. -- 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/2651#event-4678242020___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] lost: resolve geolocation url using POST (#2641)

2021-05-03 Thread Daniel-Constantin Mierla
Can this one be closed? There was quite some development pushed to lost module. -- 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/2641#issuecomment-831273460__

Re: [sr-dev] [kamailio/kamailio] tm: t_suspend.c - t_continue_helper() - do not continue processing a reply if it's suspended again (#2721)

2021-05-03 Thread Daniel-Constantin Mierla
The reset of faked env was something I wanted to ask about, but I didn't comment before because I didn't get the chance to look more at the code. I think the t_suspend()/t_continue() were somehow limited to be used only once for a request or a reply, not to suspend again from a t_continue(). It

Re: [sr-dev] [kamailio/kamailio] tm: t_suspend.c - t_continue_helper() - do not continue processing a reply if it's suspended again (#2721)

2021-05-03 Thread Giacomo Vacca
After more testing, in particular with multiple http_async_client workers, I've pushed some changes to ensure t_continue is not locked and the state correctly handled if the route execution suspends again the transaction. I've also moved the changes to _after_ resetting the fake environment, in o

Re: [sr-dev] [kamailio/kamailio] tm: t_suspend.c - t_continue_helper() - do not continue processing a reply if it's suspended again (#2721)

2021-05-03 Thread Giacomo Vacca
@giavac pushed 1 commit. bdd602c8c10367de1be097912c9d3bc359a94676 tm: t_suspend.c - unlock t_continue and reset flag if suspended again -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/2721/files/ac93e393612d1837

Re: [sr-dev] [kamailio/kamailio] Wrong Record-Route and Via header fields when TCP is used (#2033)

2021-05-03 Thread Christoph Rüdiger
I'm having the exact same issue. May I ask how you solved the problem with $fs? I have tried with force_send_socket() but haven't been able to resolve it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/ka

Re: [sr-dev] git:5.5:27520fa3: pkg/kamailio/deb: version set 5.5.0~rc0

2021-05-03 Thread Victor Seva
On 5/3/21 5:14 PM, Daniel-Constantin Mierla wrote: > in case you missed the commit, the version in branch 5.5 is now -rc1. Yes, indeed I missed that. Thanks! ___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio

[sr-dev] git:5.5:29edc511: pkg/kamailio/deb: version set 5.5.0~rc1

2021-05-03 Thread Victor Seva
Module: kamailio Branch: 5.5 Commit: 29edc5113c5e398e427026f88bea2877cdb94fab URL: https://github.com/kamailio/kamailio/commit/29edc5113c5e398e427026f88bea2877cdb94fab Author: Victor Seva Committer: Victor Seva Date: 2021-05-03T17:44:23+02:00 pkg/kamailio/deb: version set 5.5.0~rc1 --- Modif

Re: [sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

2021-05-03 Thread Daniel-Constantin Mierla
Try to replace parse_headers() with parse_from_header() inside lost_get_from_header(), the sample config file above is minimal, not many headers are deep-parsed automatically. Default config does lot of other operations, which can result in headers being parsed in detail. -- You are receiving

Re: [sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

2021-05-03 Thread Wolfgang Kampichler
Can you share the original xml file used with sipp? -- 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/2723#issuecomment-831197935___ Kamai

Re: [sr-dev] git:5.5:27520fa3: pkg/kamailio/deb: version set 5.5.0~rc0

2021-05-03 Thread Daniel-Constantin Mierla
Hello, in case you missed the commit, the version in branch 5.5 is now -rc1. Cheers, Daniel On 03.05.21 16:46, Victor Seva wrote: > Module: kamailio > Branch: 5.5 > Commit: 27520fa3293d45d9e407bc42f39d1d31e94c69d6 > URL: > https://github.com/kamailio/kamailio/commit/27520fa3293d45d9e407bc42f39d

Re: [sr-dev] [kamailio/kamailio] cannot parse From header (#2723)

2021-05-03 Thread sergey-safarov
My test results for commit 2058676daacc2feded18b872bd53c0514710d4bb inside docker containers 1. Fedora 33 - issue present; 2. CentOS 8 - issue present; 3. CentOS 7 - issue reproduced; 4. Alpine v3.13 - issue reproduced; Also, make the same test on VM with CentOS 8 - issue reproduced. Something st

[sr-dev] git:5.5:27520fa3: pkg/kamailio/deb: version set 5.5.0~rc0

2021-05-03 Thread Victor Seva
Module: kamailio Branch: 5.5 Commit: 27520fa3293d45d9e407bc42f39d1d31e94c69d6 URL: https://github.com/kamailio/kamailio/commit/27520fa3293d45d9e407bc42f39d1d31e94c69d6 Author: Victor Seva Committer: Victor Seva Date: 2021-05-03T16:46:12+02:00 pkg/kamailio/deb: version set 5.5.0~rc0 --- Modif

Re: [sr-dev] [kamailio/kamailio] jwt: token may have a validity period (number of seconds) (#2722)

2021-05-03 Thread Frédéric Gaisnon
Thanks for your generic developpement, it is better than my quickly dev and responds to my needs. I note your remark for further pull request. -- 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/kamai

Re: [sr-dev] [kamailio/kamailio] jwt: token may have a validity period (number of seconds) (#2722)

2021-05-03 Thread Daniel-Constantin Mierla
As a generic, but important remark: whenever you make a pull request, first do a rebase and a fast-forward of the origin in your branch, otherwise older commits and unrelated show up in the pull requests. Like you see above commits related to cplc or pua_dialoginfo module. Regarding the jwt com

Re: [sr-dev] [kamailio/kamailio] jwt: token may have a validity period (number of seconds) (#2722)

2021-05-03 Thread Daniel-Constantin Mierla
Closed #2722. -- 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/2722#event-4676928493___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] lost: lost_held_dereference do not handles error message (#2724)

2021-05-03 Thread Wolfgang Kampichler
@sergey-safarov: this sounds reasonable and would also fit well for other lost functions - let's leave the issue open and I will think of something. Further inputs are always welcome. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:5.5:d69c0362: lost: lost_held_dereference() documentation added and code comment corrected

2021-05-03 Thread Wolfgang Kampichler
Module: kamailio Branch: 5.5 Commit: d69c03625fad8c41eb18e23ee928b9f679140ef6 URL: https://github.com/kamailio/kamailio/commit/d69c03625fad8c41eb18e23ee928b9f679140ef6 Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2021-05-03T12:34:35+02:00 lost: lost_held_dereference() docum

[sr-dev] git:5.5:e7b17ec5: lost: response code fix in lost_held_dereference()

2021-05-03 Thread Wolfgang Kampichler
Module: kamailio Branch: 5.5 Commit: e7b17ec5e334ac07303f341e3128645aa569069a URL: https://github.com/kamailio/kamailio/commit/e7b17ec5e334ac07303f341e3128645aa569069a Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2021-05-03T12:33:45+02:00 lost: response code fix in lost_hel

[sr-dev] git:5.5:39143255: lost: error response fix in lost_function(), lost_held_dereference() and lost_held_function()

2021-05-03 Thread Wolfgang Kampichler
Module: kamailio Branch: 5.5 Commit: 39143255145ba6387cb001be4c70decfd3811aec URL: https://github.com/kamailio/kamailio/commit/39143255145ba6387cb001be4c70decfd3811aec Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2021-05-03T12:33:00+02:00 lost: error response fix in lost_fu

Re: [sr-dev] [kamailio/kamailio] Random segfault or general protection crash on siptrace.so module (#2718)

2021-05-03 Thread Daniel-Constantin Mierla
You do not need to wait for new core dumps. As I wrote above, it should work with existing core files, after you installed debugging info package, just re-do the gdb commands and should get backtraces with more debugging details. -- You are receiving this because you are subscribed to this thre

Re: [sr-dev] [kamailio/kamailio] lost: lost_held_dereference do not handles error message (#2724)

2021-05-03 Thread sergey-safarov
As an option, we can set HELD_ERROR_CODE and normal HELD response and construction like ``` modparam("lost", "xavp_responce", "held_responce") ... lost_held_dereference("$(var(url){s.unbracket})", "emergencyDispatch", "civic geodetic", "$var(pidf)", "$var(err)"); switch ($xavp(held_responce

[sr-dev] git:master:2058676d: modules: readme files regenerated - lost ... [skip ci]

2021-05-03 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 2058676daacc2feded18b872bd53c0514710d4bb URL: https://github.com/kamailio/kamailio/commit/2058676daacc2feded18b872bd53c0514710d4bb Author: Kamailio Dev Committer: Kamailio Dev Date: 2021-05-03T11:16:14+02:00 modules: readme files regenerated - lost ... [

[sr-dev] git:master:ae13686c: lost: lost_held_dereference() documentation added and code comment corrected

2021-05-03 Thread Wolfgang Kampichler
Module: kamailio Branch: master Commit: ae13686c80b03693ee2195d38a8c8eb0ede0d0dc URL: https://github.com/kamailio/kamailio/commit/ae13686c80b03693ee2195d38a8c8eb0ede0d0dc Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2021-05-03T11:00:41+02:00 lost: lost_held_dereference() do

[sr-dev] git:5.5:6c6d4cb2: ChangeLog: updated content to prepare for 5.5.x series

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 6c6d4cb2823c5d9f1c02bbde695d8769cb87fb6c URL: https://github.com/kamailio/kamailio/commit/6c6d4cb2823c5d9f1c02bbde695d8769cb87fb6c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T10:21:41+02:00 ChangeLog: updated conten

[sr-dev] git:5.5:b5044dfe: topos_redis: store context field

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: b5044dfea4202b10040b42fa478177cbc3b0f2d0 URL: https://github.com/kamailio/kamailio/commit/b5044dfea4202b10040b42fa478177cbc3b0f2d0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:45:10+02:00 topos_redis: store contex

[sr-dev] git:5.5:f7651222: jwt: more details about claims parameter format

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: f76512226f8db95b7ecd8c881475e2f53f2aa900 URL: https://github.com/kamailio/kamailio/commit/f76512226f8db95b7ecd8c881475e2f53f2aa900 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:45:02+02:00 jwt: more details about c

[sr-dev] git:5.5:238c9808: core: ut - functions to convert from str to long

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 238c9808d42186282d0983f1efff2f4b60c4fc2c URL: https://github.com/kamailio/kamailio/commit/238c9808d42186282d0983f1efff2f4b60c4fc2c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:44:45+02:00 core: ut - functions to c

[sr-dev] git:5.5:3f5c99f1: topos_redis: use initial transaction method for early dialog branch loading

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 3f5c99f1bb3bbfdfb84416e7850f379e7a151e15 URL: https://github.com/kamailio/kamailio/commit/3f5c99f1bb3bbfdfb84416e7850f379e7a151e15 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:44:35+02:00 topos_redis: use initial

[sr-dev] git:5.5:d06a4f50: jwt: handle claims that have numeric values

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: d06a4f5096a3044c2d46a49adb1ff2ea38d2eba8 URL: https://github.com/kamailio/kamailio/commit/d06a4f5096a3044c2d46a49adb1ff2ea38d2eba8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:44:54+02:00 jwt: handle claims that h

Re: [sr-dev] [kamailio/kamailio] lost: lost_held_dereference do not handles error message (#2724)

2021-05-03 Thread sergey-safarov
Generally LIS code and error message also important for error handling. Error code may be used for `switch` statement and a message for log description for humans. Here examples of LIS error messages *from RFC* ```xml Unable to determine location ``` my use case ```xml An unspecif

[sr-dev] git:5.5:d4523bab: topos_redis: use uuid for initial transaction indexing

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: d4523bab0499d1c927e13382ec492d9bc9f00fd7 URL: https://github.com/kamailio/kamailio/commit/d4523bab0499d1c927e13382ec492d9bc9f00fd7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:44:09+02:00 topos_redis: use uuid for

[sr-dev] git:5.5:81b75b3b: topos_redis: use also stored record to get uuid for branch replies

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 81b75b3b2c2db25c65ee54b6cba02c926b27 URL: https://github.com/kamailio/kamailio/commit/81b75b3b2c2db25c65ee54b6cba02c926b27 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:44:24+02:00 topos_redis: use also sto

[sr-dev] git:5.5:52c7d2f4: tls: declare variable based on SSL_CTX_set_ecdh_auto

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 52c7d2f4d6704c7ea232808110fc09c17c90c4db URL: https://github.com/kamailio/kamailio/commit/52c7d2f4d6704c7ea232808110fc09c17c90c4db Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:44:00+02:00 tls: declare variable bas

[sr-dev] git:5.5:11642e96: rtpengine: extract call-id/from-tag/to-tag only from sip messages

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 11642e96f9a645ad7ec5a37f82c1fff1c8321f89 URL: https://github.com/kamailio/kamailio/commit/11642e96f9a645ad7ec5a37f82c1fff1c8321f89 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:43:49+02:00 rtpengine: extract call-i

[sr-dev] git:5.5:33cf417e: msrp: destroy str array on error

2021-05-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.5 Commit: 33cf417e59b4c7f0e45b6258644bae364ad2e912 URL: https://github.com/kamailio/kamailio/commit/33cf417e59b4c7f0e45b6258644bae364ad2e912 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-05-03T09:43:36+02:00 msrp: destroy str array o

[sr-dev] git:master:79c6bae4: lost: response code fix in lost_held_dereference()

2021-05-03 Thread Wolfgang Kampichler
Module: kamailio Branch: master Commit: 79c6bae4af6c9c9c392b05928ca72afb14ccfbf6 URL: https://github.com/kamailio/kamailio/commit/79c6bae4af6c9c9c392b05928ca72afb14ccfbf6 Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2021-05-03T09:24:15+02:00 lost: response code fix in lost_