Module: kamailio
Branch: master
Commit: ff887fe5d0d7cec7fc0640a54c80b322d421ed36
URL: https://github.com/kamailio/kamailio/commit/ff887fe5d0d7cec7fc0640a54c80b32…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2020-05-12T09:08:33+02:00
TLS: Try to always refer to OpenSSL as "OpenSSL" instead of other names
---
Modified: src/modules/tls/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ff887fe5d0d7cec7fc0640a54c80b32…
Patch: https://github.com/kamailio/kamailio/commit/ff887fe5d0d7cec7fc0640a54c80b32…
---
diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index 8cc7f2f7b9..f23aa921f0 100644
--- a/src/modules/tls/doc/params.xml
+++ b/src/modules/tls/doc/params.xml
@@ -65,7 +65,7 @@
<para>
<emphasis>SSLv2</emphasis> - only SSLv2 connections, for old clients.
Note: you shouldn't use SSLv2 for anything which should be secure.
- Newer versions of libssl don't include support for it anymore.
+ Newer versions of OpenSSL libraries don't include support for it anymore.
</para>
</listitem>
<listitem>
@@ -84,7 +84,7 @@
is a concern."
</para>
<para>
- Note: For older libssl version, this option allows SSLv2, with hello
+ Note: For older OpenSSL library versions, this option allows SSLv2, with hello
messages done over SSLv2. You shouldn't use SSLv2 or SSLv3 for anything
which should be secure.
</para>
Module: kamailio
Branch: master
Commit: 70bcb5f88dc87e27940cc71e293d1c68a7717af6
URL: https://github.com/kamailio/kamailio/commit/70bcb5f88dc87e27940cc71e293d1c6…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2020-05-12T09:07:02+02:00
TLS: Fix TLS session id example to match source code
---
Modified: src/modules/tls/doc/params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/70bcb5f88dc87e27940cc71e293d1c6…
Patch: https://github.com/kamailio/kamailio/commit/70bcb5f88dc87e27940cc71e293d1c6…
---
diff --git a/src/modules/tls/doc/params.xml b/src/modules/tls/doc/params.xml
index 9c89ae8be9..8cc7f2f7b9 100644
--- a/src/modules/tls/doc/params.xml
+++ b/src/modules/tls/doc/params.xml
@@ -982,7 +982,7 @@ modparam("tls", "session_cache", 1)
The value for session ID context, making sense when session caching is enabled.
</para>
<para>
- By default TLS session_id is "sip-router-tls-3.1".
+ By default TLS session_id is "kamailio-tls-5.x.y".
</para>
<example>
<title>Set <varname>session_id</varname> parameter</title>
Hi, I am implementing a sip proxy with kamailio and multiple asterisk servers, when kamailio send the OPTIONS asterisk don´t reply, and i see with sngrep tool that in the asterisk servers the SIP message OPTIONS arrives, but has no reply from asterisk, and enabling the sip debug nothing occurs, but the OPTIONS message between asterisk servers is all ok.
On kamailio logs get:
dispatcher [dispatch.c:3159]: ds_options_callback(): OPTIONS-Request was finished with code 408 (to sip:172.20.20.4, group 1)
The SIP traffic arrives the asterisk servers, but asterisk don´t reply the message, (I know this because i can see it with the sngrep tool, because the sip debug on asterisk doesn't show it) . However when the message is from another asterisk all is ok.
Sip kamailio OPTIONS message on asterisk
```
OPTIONS sip:172.20.20.3 SIP/2.0
Via: SIP/2.0/UDP 172.16.10.195;branch=z9hG4bKef0b.b1358
To: <sip:172.20.20.3>
From: <sip:kamailio@172.20.20.6>;tag=3393f0703fb0ccaca7
09ff37de39f5-b7044ca5
CSeq: 10 OPTIONS
Call-ID: 791b966c5d00cd60-24281(a)127.0.0.1
Max-Forwards: 70
Content-Length: 0
User-Agent: kamailio (5.3.4 (x86_64/linux))
```
### Additional Information
```
version: kamailio 5.3.4 (x86_64/linux) 117ff9
flags: USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES, TLS_PTHREAD_MUTEX_SHARED
ADAPTIVE_WAIT_LOOPS 1024, MAX_RECV_BUFFER_SIZE 262144, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 117ff9
compiled on 13:37:37 May 6 2020 with gcc 8.2.1
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2320
- URL: https://github.com/kamailio/kamailio/commit/2012b6ff81c87be6c05cdf25f4f2a9b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:28+02:00
xmlops: Makefile - try to use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 64d37971d2d3fbd87176fe71ae19adca7f47a6ea)
- URL: https://github.com/kamailio/kamailio/commit/c81c26637bd9a4869cb446c6f70f21c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:29+02:00
lib/ims: Makefile - try to use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 58deac2e7fd62afca409b17903deb951493b213a)
- URL: https://github.com/kamailio/kamailio/commit/9708c4b553692747603923fa8562f37…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:30+02:00
cdp: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 2749962b8354be1731ab68a0ae4aa0fac4f944e1)
- URL: https://github.com/kamailio/kamailio/commit/863882cc2b4980a3215bbb5310720fb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:31+02:00
cplc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit f05a46dc79de45c6cb958b845b9f2d85452c4f37)
- URL: https://github.com/kamailio/kamailio/commit/c3ec851cae8609660372b28f6c4eba1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:31+02:00
ims_auth: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 4d3496fb82df1d249a78365e0c50b4ec13989261)
- URL: https://github.com/kamailio/kamailio/commit/457d46778bd8b88ffb319779cdc3b96…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:32+02:00
ims_icscf: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 80f2eb33a967ede3e70fef572dc9b42172ad067c)
- URL: https://github.com/kamailio/kamailio/commit/dad9ce4a79efa93bb0541bc610ab406…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:33+02:00
ims_isc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 71e67531194aa867b8f3f32b72d07e1bd4ad7dff)
- URL: https://github.com/kamailio/kamailio/commit/d2076d22d30f1ad71a69c178d6f5ff4…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:34+02:00
ims_registrar_pcscf: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 29573bbdb09412c9cbfe839f0c80b7dd7fe77804)
- URL: https://github.com/kamailio/kamailio/commit/44442227e6477f52ed06287827ac818…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:34+02:00
ims_registrar_scscf: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit ff92622c3b4c6224f75318ba9e39c9b4389bff1e)
- URL: https://github.com/kamailio/kamailio/commit/65228082e4cddec5377632e50fbf09a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:35+02:00
lost: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 8d7c0f80083351de98b99d2505170b740974080a)
- URL: https://github.com/kamailio/kamailio/commit/9e01d1bc26443b7fe95ce8bc894ba5b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:36+02:00
presence_conference: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 8e9e1fdeacc4c1b2b0cd67f1b36d73737dacd015)
- URL: https://github.com/kamailio/kamailio/commit/f05809a2a1aaf2e599646f18ffd42bf…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:37+02:00
pua: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 4f43047172260e1a524700a866693f99ea11383b)
- URL: https://github.com/kamailio/kamailio/commit/016747536accc3fd32654b0197735da…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:38+02:00
pua_bla: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit e00ce6016afd5c0fba084a19a45fb13353e7f6f4)
- URL: https://github.com/kamailio/kamailio/commit/74b7f6bca2e286a151a093d5b1f4d26…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:38+02:00
pua_dialoginfo: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit b4842e81e3aa861739c996ff795b6d7261202b66)
- URL: https://github.com/kamailio/kamailio/commit/ac699321c417232a0444d84b7e0c147…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:39+02:00
pua_reginfo: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 7f6648a8586fdfd5a1fdba05556333095bc25777)
- URL: https://github.com/kamailio/kamailio/commit/ef5a8bcc8bc986e1658dc863f4eaecf…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:40+02:00
pua_usrloc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 20d9453cd3259e8afa1de92a7dba1d25f5f43fe4)
- URL: https://github.com/kamailio/kamailio/commit/31097600fa8ee6867e6c6dccdb95370…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:41+02:00
pua_xmpp: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit d40a924bd698ddf365b4db52cba2ab45f7d7a6e2)
- URL: https://github.com/kamailio/kamailio/commit/40c925ae5cd7726d5730486999671cd…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:41+02:00
rls: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit fbfe21f54c7fd845bf9c99c4091980b1ee4d61d5)
- URL: https://github.com/kamailio/kamailio/commit/5cd1c93c452dc37ee96b2cf9959ac3c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:42+02:00
xcap_server: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 169ccce5e3cb302352b1e4d5ac0a0dc58eb552cb)
- URL: https://github.com/kamailio/kamailio/commit/81eb48d0627e9b677114fdce8e0890b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:43+02:00
xhttp_pi: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit fe173b2af121b2d6388fea3632037a0ea2999988)
- URL: https://github.com/kamailio/kamailio/commit/a91e7fdc9128b59c2084cab1a0e7c0e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-05-11T14:29:44+02:00
xmlrpc: Makefile - use pkg-config if xml2-config is not found
- GH #2199
(cherry picked from commit 994a8dfc070d84b5dad28fa873d8759280c910f2)
>From https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949521:
> your package is using `xml2-config` to detect and use libxml2. I'm
removing that script, so please update your build system to use
pkg-config instead.
>
>Additionally, your package is not failing to build, so it's creating
binaries that are not linked against libxml2 anymore:
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2199