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
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
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
`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
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
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
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
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
@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
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
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
@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
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 -
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
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
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
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 .