[sr-dev] Re: [kamailio/kamailio] app_python module still needs Python 2 (Issue #3805)

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

[sr-dev] Re: [kamailio/kamailio] app_python module still needs Python 2 (Issue #3805)

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
Use app_python3/s if want python3. For more assistance to compile/use kamailio, use the sr-us...@lists.kamailio.org mailing list. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3805#issuecomment-2039128398 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] kamailio tls connection uses too much shared memory (Issue #3803)

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
TLS is known to be greedy in memory, depending also on the encryption algorithm negotiated. Also, kamailio does many times speed optimisations at the expense of some memory (e.g., static buffers or allocated at startup to avoid often alloc/dealoc at runtime). If you think there is room for impr

[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-04-05 Thread George Diamantopoulos via sr-dev
`5.8.1+bpo11` was released and the issue is gone. Hope it stays that way. @miconda feel free to close this if you feel there is nothing else to be done. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3757#issuecomment-2039258891 You are receivin

[sr-dev] git:master:8330158b: rtpengine: docs for write_sdp_pv_mode parameter

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8330158b88815f28326fc5293831c83cebc2e41c URL: https://github.com/kamailio/kamailio/commit/8330158b88815f28326fc5293831c83cebc2e41c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-05T11:06:53+02:00 rtpengine: docs for wr

[sr-dev] git:master:664190b3: rtpengine: added param write_sdp_pv_mode

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 664190b31303b52728f957113d97bd77a7ab4f8d URL: https://github.com/kamailio/kamailio/commit/664190b31303b52728f957113d97bd77a7ab4f8d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-05T10:55:09+02:00 rtpengine: added param

[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-04-05 Thread Daniel-Constantin Mierla via sr-dev
Closed #3757 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3757#event-12370564620 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) - Devel

[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-04-05 Thread Daniel-Constantin Mierla via sr-dev
Thanks for testing and reporting back! -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3757#issuecomment-2039303595 You are receiving this because you are subscribed to this thread. Message ID: ___ Kama

[sr-dev] Re: [kamailio/kamailio] DBURL can't read env params (Issue #3800)

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
@whosgonna gave good answers, if there is anything left to be clarified, the discussion should be done via sr-us...@lists.kamailio.org, not being an issue in the C code to stay on tracker. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3800#iss

[sr-dev] Re: [kamailio/kamailio] DBURL can't read env params (Issue #3800)

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

[sr-dev] git:master:95f7af6f: modules: readme files regenerated - rtpengine ... [skip ci]

2024-04-05 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 95f7af6f3aea7ff01fdc06a72703441c4ef320ca URL: https://github.com/kamailio/kamailio/commit/95f7af6f3aea7ff01fdc06a72703441c4ef320ca Author: Kamailio Dev Committer: Kamailio Dev Date: 2024-04-05T11:31:18+02:00 modules: readme files regenerated - rtpengine

[sr-dev] Re: [kamailio/kamailio] ipops: Add PTR query support (PR #3802)

2024-04-05 Thread Olle E. Johansson via sr-dev
@oej commented on this pull request. > +/** + * + */ +static int w_ptr_query(sip_msg_t *msg, char *ip, char *pv_name) +{ + str ip_address; + str name; + + if(msg == NULL) { + LM_ERR("received null msg\n"); + return -1; + } + + if(fixup_ge

[sr-dev] git:master:cad94eb7: core: msg translator - helper function to evaluate changes

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: cad94eb73c1223ddcf69aa0d073deb3118b46e3f URL: https://github.com/kamailio/kamailio/commit/cad94eb73c1223ddcf69aa0d073deb3118b46e3f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-05T13:00:32+02:00 core: msg translator -

[sr-dev] git:master:3208dd82: textopsx: docs for msg_changed_route(...)

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 3208dd822f94cff7b28d9682b083f3d144d7368e URL: https://github.com/kamailio/kamailio/commit/3208dd822f94cff7b28d9682b083f3d144d7368e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-05T13:00:32+02:00 textopsx: docs for msg

[sr-dev] git:master:756f01ee: pv: use core helper to evaluate changes for pv updated message buffer

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 756f01eecec754726c09a7067e11db9781e35ac1 URL: https://github.com/kamailio/kamailio/commit/756f01eecec754726c09a7067e11db9781e35ac1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-05T13:00:32+02:00 pv: use core helper to

[sr-dev] git:master:ac22a5c1: textopsx: added msg_changed_route(rname)

2024-04-05 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: ac22a5c174d4652ae09b779a5384182211700f20 URL: https://github.com/kamailio/kamailio/commit/ac22a5c174d4652ae09b779a5384182211700f20 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-04-05T13:00:32+02:00 textopsx: added msg_ch

[sr-dev] git:master:8523eb21: modules: readme files regenerated - textopsx ... [skip ci]

2024-04-05 Thread Kamailio Dev via sr-dev
Module: kamailio Branch: master Commit: 8523eb2180ec878278863c5315ca4067586824bb URL: https://github.com/kamailio/kamailio/commit/8523eb2180ec878278863c5315ca4067586824bb Author: Kamailio Dev Committer: Kamailio Dev Date: 2024-04-05T13:01:11+02:00 modules: readme files regenerated - textopsx .

[sr-dev] [kamailio/kamailio] pike: fix documentation for reqs_density_per_unit (PR #3806)

2024-04-05 Thread tsearle via sr-dev