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

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Are you doing record_route() for re-INVITE? Default kamailio.cfg doesn't do it. Trying to understand the SIP trace, are there two SIP servers in different locations that listen on `127.0.0.1:5060`, one of them being your kamailio with topos and the other one something different (not the same ins

[sr-dev] git:master:7129f73a: tls: small changes in log messages for key password callback

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 7129f73ad0f27accc9c7c9922e0b04f594dee058 URL: https://github.com/kamailio/kamailio/commit/7129f73ad0f27accc9c7c9922e0b04f594dee058 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-28T10:18:00+02:00 tls: small changes in

[sr-dev] git:master:d4cf61d7: tls: new option to set the password for private key

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d4cf61d78af54671056a65f3b91ea67574cc0158 URL: https://github.com/kamailio/kamailio/commit/d4cf61d78af54671056a65f3b91ea67574cc0158 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-28T11:25:19+02:00 tls: new option to set

[sr-dev] git:master:54f248e6: tls: added key_password_mode modparam

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 54f248e60ce4d6ab9a87967d7df05e60c05d926d URL: https://github.com/kamailio/kamailio/commit/54f248e60ce4d6ab9a87967d7df05e60c05d926d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-28T11:31:48+02:00 tls: added key_passwor

[sr-dev] git:master:e7268fff: tls: docs for private_key_password and key_password_mode params

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: e7268b35916118e21d1c3a5631c726464e51 URL: https://github.com/kamailio/kamailio/commit/e7268b35916118e21d1c3a5631c726464e51 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-28T11:39:13+02:00 tls: docs for private_

[sr-dev] git:master:8fe77250: tls: rename the key passowrd callback function

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8fe772509af34b70a961e21eef99ed19d777ddbc URL: https://github.com/kamailio/kamailio/commit/8fe772509af34b70a961e21eef99ed19d777ddbc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-28T10:11:06+02:00 tls: rename the key pa

[sr-dev] Ubuntu 24.04 Packages for Kamailio 5.8 on deb.kamailio.org

2024-06-28 Thread Xenofon Karamanos via sr-dev
Any news on regarding the availability and status of Kamailio packages for Ubuntu 24.04 on the official Kamailio repository at deb.kamailio.org. Are there any plans to support this version of Ubuntu with updated packages? If so, is there an estimated timeline for when these packages might become

[sr-dev] git:master:ef05d0f6: modules: readme files regenerated - tls ... [skip ci]

2024-06-28 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: ef05d0f6210d73a3f991b31ce28630807ede23af URL: https://github.com/kamailio/kamailio/commit/ef05d0f6210d73a3f991b31ce28630807ede23af Author: Kamailio Dev Committer: Kamailio Dev Date: 2024-06-28T11:46:10+02:00 modules: readme files regenerated - tls ... [s

[sr-dev] git:master:fc5f61b7: tls: reformat exported structures

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: fc5f61b7e838cf51ae24dd9714ebb7080b78e4c3 URL: https://github.com/kamailio/kamailio/commit/fc5f61b7e838cf51ae24dd9714ebb7080b78e4c3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-06-28T12:09:09+02:00 tls: reformat exported

[sr-dev] Re: [kamailio/kamailio] The RPC `rtpengine.show` API result has the field `disabled` type change on different values. (Issue #3896)

2024-06-28 Thread Richard Fuchs via sr-dev
> Then how about: > > * `disabled`: `boolean` - set to `true` if the RTPEngine was disabled by an > RPC call > * `active`: `boolean` - set to `true` if the module is actively using this > RTPEngine (i.e. the internal `rn_disabled` flag is set to 0). This will be > always set to `false` if `disa

[sr-dev] Re: Initial Support for CMake in Kamailio - Feedback Needed!

2024-06-28 Thread Daniel-Constantin Mierla via sr-dev
Hello, I noticed that you pushed several commits and tried again, it compiles now, but not all the modules. Is it a place where module names (or paths) have to be added or it should auto-discover based on sub-folders inside src/modules/ ? A couple of other remarks:   - the kamailio binary see