[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (2) (PR #3611)

2023-10-23 Thread Nicolas C via sr-dev
@nchaigne commented on this pull request. > @@ -187,15 +187,35 @@ modparam("http_client", "maxdatasize", 2000) - Default value is zero, i.e., - the timeout funct

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (2) (PR #3611)

2023-10-23 Thread Olle E. Johansson via sr-dev
@oej commented on this pull request. > @@ -187,15 +187,35 @@ modparam("http_client", "maxdatasize", 2000) - Default value is zero, i.e., - the timeout function i

[sr-dev] Re: [kamailio/kamailio] sigabrt on kamailio 5.5.6 (Issue #3593)

2023-10-23 Thread descartin via sr-dev
ok thanks Daniel. I will activate the core per pid, and we will check to upgrade to 5.6 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3593#issuecomment-1774656304 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] git:master:0a98a0d5: corex: read fmatch as str rpc parameter for shm.rprint

2023-10-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 0a98a0d504f79cc6aa0cac13e2b30a00e6181636 URL: https://github.com/kamailio/kamailio/commit/0a98a0d504f79cc6aa0cac13e2b30a00e6181636 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-23T10:42:54+02:00 corex: read fmatch as

[sr-dev] git:master:338f848c: github: CODEOWNERS to protect workflows [skip ci]

2023-10-23 Thread Victor Seva via sr-dev
Module: kamailio Branch: master Commit: 338f848c2dedac837c09914dafd29e1d39c22842 URL: https://github.com/kamailio/kamailio/commit/338f848c2dedac837c09914dafd29e1d39c22842 Author: Victor Seva Committer: Victor Seva Date: 2023-10-23T10:41:41+02:00 github: CODEOWNERS to protect workflows [skip ci

[sr-dev] git:master:1ebdc5c2: core: mem - print line after file name in qm_status_filter()

2023-10-23 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 1ebdc5c2dd7640b778c0efac2baafe1894a75b77 URL: https://github.com/kamailio/kamailio/commit/1ebdc5c2dd7640b778c0efac2baafe1894a75b77 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2023-10-23T10:42:54+02:00 core: mem - print line

[sr-dev] New Module For Kamailio (RTSP)

2023-10-23 Thread Mojtaba via sr-dev
Hi All, I'm going to release a new module that I've been developing, Real Time Streaming is a protocol to connect to camera devices to record video. Using this module, you can connect to all kinds of cameras and map them to internal numbers. When you call these numbers, the recorded video will app

[sr-dev] Re: [kamailio/kamailio] http_client: Add parameter connect_timeout_ms / timeout_ms (2) (PR #3611)

2023-10-23 Thread Nicolas C via sr-dev
@nchaigne commented on this pull request. > @@ -187,15 +187,35 @@ modparam("http_client", "maxdatasize", 2000) - Default value is zero, i.e., - the timeout funct

[sr-dev] [kamailio/kamailio] cdp: Add and apply cdp_openssl_clear_errors function (PR #3612)

2023-10-23 Thread Xenofon Karamanos via sr-dev
- Add new function to clear OpenSSL errors prior to any SSL_* call - Apply function where appropriate