Got this today with latest master:
CC (gcc) [M sdpops.so] sdpops_mod.o
sdpops_mod.c: In function 'sdp_get_sess_version':
sdpops_mod.c:1871:14: warning: unused variable 'sdp' [-Wunused-variable]
sdp_info_t *sdp = NULL;
^~~
It would be nice if people who make commits would try to compile the
code first.
-- Juha
Module: kamailio
Branch: master
Commit: 5485afbf498dbacd6f0d1a32ec9629158abda62f
URL: https://github.com/kamailio/kamailio/commit/5485afbf498dbacd6f0d1a32ec96291…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-10-02T12:31:39+02:00
modules: readme files regenerated - peering ... [skip ci]
---
Modified: src/modules/peering/README
---
Diff: https://github.com/kamailio/kamailio/commit/5485afbf498dbacd6f0d1a32ec96291…
Patch: https://github.com/kamailio/kamailio/commit/5485afbf498dbacd6f0d1a32ec96291…
---
diff --git a/src/modules/peering/README b/src/modules/peering/README
index d06635c16a..0409021beb 100644
--- a/src/modules/peering/README
+++ b/src/modules/peering/README
@@ -69,6 +69,8 @@ Chapter 1. Admin Guide
verify from a broker if source or destination of a SIP request is a
trusted peer.
+ This module is obsolete and will be removed in the next release.
+
In order to participate in the trust community provided by a broker,
each SIP provider registers the domains (host parts of SIP URIs) that
they serve with the broker. When a SIP proxy of a provider needs to
Module: kamailio
Branch: master
Commit: 7e1112abd6949600cfabb163466e1557e5baa296
URL: https://github.com/kamailio/kamailio/commit/7e1112abd6949600cfabb163466e155…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: 2018-10-02T13:22:31+03:00
modules/peering: added a note that the module is obsolete
---
Modified: src/modules/peering/doc/peering_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7e1112abd6949600cfabb163466e155…
Patch: https://github.com/kamailio/kamailio/commit/7e1112abd6949600cfabb163466e155…
---
diff --git a/src/modules/peering/doc/peering_admin.xml b/src/modules/peering/doc/peering_admin.xml
index cbfdaac5aa..45be1aaf5a 100644
--- a/src/modules/peering/doc/peering_admin.xml
+++ b/src/modules/peering/doc/peering_admin.xml
@@ -17,9 +17,12 @@
<section>
<title>Overview</title>
<para>The peering module allows SIP providers (operators or organizations)
- to verify from a broker if source or destination of a SIP request is a trusted peer.
- </para>
- <para>
+ to verify from a broker if source or destination of a SIP request is
+ a trusted peer.
+ </para>
+ <para>This module is obsolete and will be removed in the next release.
+ </para>
+ <para>
In order to participate in the trust community provided by a
broker, each SIP provider registers the domains (host parts of SIP URIs)
that they serve with the broker. When a SIP proxy of a
K nowadays has a large number of modules. Some of them may not anymore
be in use by anybody and could be deleted. One example is peering
module that I wrote in 2008 for a demo. I suspect that it has not been
used since then.
Perhaps we could issue a list of suspects and if then, if no one
objects, remove them from 5.2?
-- Juha