[sr-dev] git:master:9e2a0ee5: keepalive: proper storing of last up/down timestamps

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 9e2a0ee545646bd4491ecdbe58d7fea770764b54 URL: https://github.com/kamailio/kamailio/commit/9e2a0ee545646bd4491ecdbe58d7fea770764b54 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-03-19T09:51:28+01:00 keepalive: proper stor

[sr-dev] git:master:cee82c92: keepalive: small formatting updates and comments to the ka dest structure

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: cee82c92b06a026b88fea654944f6146eb5cb4d8 URL: https://github.com/kamailio/kamailio/commit/cee82c92b06a026b88fea654944f6146eb5cb4d8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-03-19T10:21:51+01:00 keepalive: small forma

[sr-dev] Re: [kamailio/kamailio] kamcmd keepalive.list the last up and down time reversed (Issue #3790)

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Can you try with master branch or with the commit referenced above? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3790#issuecomment-2006496931 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] ERROR: acc [acc_extra.c:169]: parse_acc_extra() (Issue #3785)

2024-03-19 Thread fulhade via sr-dev
I have created Dockerfile using https://github.com/kamailio/kamailio-docker https://pastebin.com/Sh8fFJiw I just compiled from master and it works fine (while, compiled form 5.8.0 release tag had same issue). -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kam

[sr-dev] Re: [kamailio/kamailio] ERROR: acc [acc_extra.c:169]: parse_acc_extra() (Issue #3785)

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Ok, thanks for testing and reporting! 5.8.1 is going to be planned soon. Closing as fixed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3785#issuecomment-2007044348 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] ERROR: acc [acc_extra.c:169]: parse_acc_extra() (Issue #3785)

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Closed #3785 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3785#event-12168577785 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[sr-dev] Re: [kamailio/kamailio] rtpengine: add flags processing on the daemon side (PR #3788)

2024-03-19 Thread Donat Zenichev via sr-dev
@zenichev pushed 2 commits. 3d6905638106f4b318a8855c1ba3febd5fcfeb61 rtpengine: add flags processing on the daemon side 3a92ff79115ee4e27f02c4f853ccca7a79ba95a2 rtpengine: update documentation in regards of flags processing -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3788

[sr-dev] Re: [kamailio/kamailio] Wrong Route header order in called party re-INVITE when using topos (Issue #3778)

2024-03-19 Thread Javi Montoro via sr-dev
[pcaps.zip](https://github.com/kamailio/kamailio/files/14652370/pcaps.zip) Hi Daniel, Thanks for your reply. Please find attached 2 pcaps, one with rr_update=1 and the other one with rr_update=0 Kamailio version: ``` # kamailio -v version: kamailio 5.8.0 (x86_64/linux) 19ce56 flags: USE_TC

[sr-dev] git:master:c8f3b496: ndb_redis: fix index on parsing sentinel address inside redisc_reconnect_server()

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: c8f3b496a05ae5bf29341dc7e2630f951d4effc5 URL: https://github.com/kamailio/kamailio/commit/c8f3b496a05ae5bf29341dc7e2630f951d4effc5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-03-19T14:29:11+01:00 ndb_redis: fix index o

[sr-dev] git:master:951ab118: ndb_redis: break on finding a server via sentinel inside redisc_reconnect_server()

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 951ab118bb7d9955f8e69b66bec1f0c107d474a2 URL: https://github.com/kamailio/kamailio/commit/951ab118bb7d9955f8e69b66bec1f0c107d474a2 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-03-19T17:39:19+01:00 ndb_redis: break on fi

[sr-dev] git:master:e54051d6: ndb_redis: clang-format for WITH_SSL code

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e54051d698b059aa168229493dc2d6bf3cdd757c URL: https://github.com/kamailio/kamailio/commit/e54051d698b059aa168229493dc2d6bf3cdd757c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-03-19T14:26:27+01:00 ndb_redis: clang-forma

[sr-dev] Re: [kamailio/kamailio] Topos breaks early dialog transactions on multi-homed kamailio instances using enable_double_rr and versions >= 5.6.5 (Issue #3757)

2024-03-19 Thread George Diamantopoulos via sr-dev
This seems to be fixed in `5.8.1~bpo11.20240319013115.16`. I haven't been able to test with 5.8.0 because of #3785. Has anything changed and are there any plans to backport to 5.7.x and 5.6.x? Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/iss

[sr-dev] Re: [kamailio/kamailio] Topos breaks early dialog transactions on multi-homed kamailio instances using enable_double_rr and versions >= 5.6.5 (Issue #3757)

2024-03-19 Thread Daniel-Constantin Mierla via sr-dev
Changes to topos in 5.8 were related to contact mode 1, when a contact uri had no username. Do you use that mode? 5.7 branch should have those changes. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3757#issuecomment-2007759023 You are receivin