Module: kamailio
Branch: master
Commit: 8e44cf567b17b9e01ef3b3eda487b4e2efb3f653
URL: https://github.com/kamailio/kamailio/commit/8e44cf567b17b9e01ef3b3eda487b4e…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2017-01-05T10:35:57+01:00
acc README update: Refer Diameter users to the ims_charging module
---
Modified: src/modules/acc/doc/acc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8e44cf567b17b9e01ef3b3eda487b4e…
Patch: https://github.com/kamailio/kamailio/commit/8e44cf567b17b9e01ef3b3eda487b4e…
---
diff --git a/src/modules/acc/doc/acc_admin.xml b/src/modules/acc/doc/acc_admin.xml
index 39f4a04..832b78f 100644
--- a/src/modules/acc/doc/acc_admin.xml
+++ b/src/modules/acc/doc/acc_admin.xml
@@ -19,10 +19,14 @@
<para>
ACC module is used to account transactions information to different
backends like syslog and <abbrev>SQL</abbrev>. With the separate module,
- <acronym>radius</acronym> support is enabled. There is some very early support of
+ <acronym>radius</acronym> support is enabled.
+ </para>
+ <para>
+ There is some very early support of
the <acronym>Diameter</acronym> protocol in the code which is no longer included
- by default. This support is not up to date with the current Diameter protocols and
- is disabled.
+ by default and will be deleted in coming releases.
+ This support is not up to date with the current Diameter protocols and
+ is disabled. If you need Diameter support, please use the <acronym>ims_charging</acronym> module.
</para>
<para>
To account a transaction and to choose which set of backends to be
Module: kamailio
Branch: master
Commit: 5ede1abcce861f453f3806442e6c8d6ae7d2853c
URL: https://github.com/kamailio/kamailio/commit/5ede1abcce861f453f3806442e6c8d6…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2017-01-05T10:32:12+01:00
acc Removing radius configuration files
---
Removed: src/modules/acc/etc/radiusclient.conf
Removed: src/modules/acc/etc/servers
---
Diff: https://github.com/kamailio/kamailio/commit/5ede1abcce861f453f3806442e6c8d6…
Patch: https://github.com/kamailio/kamailio/commit/5ede1abcce861f453f3806442e6c8d6…
---
diff --git a/src/modules/acc/etc/radiusclient.conf b/src/modules/acc/etc/radiusclient.conf
deleted file mode 100644
index ac0ab3d..0000000
--- a/src/modules/acc/etc/radiusclient.conf
+++ /dev/null
@@ -1,85 +0,0 @@
-# General settings
-
-# specify which authentication comes first respectively which
-# authentication is used. possible values are: "radius" and "local".
-# if you specify "radius,local" then the RADIUS server is asked
-# first then the local one. if only one keyword is specified only
-# this server is asked.
-auth_order radius,local
-
-# maximum login tries a user has
-login_tries 4
-
-# timeout for all login tries
-# if this time is exceeded the user is kicked out
-login_timeout 60
-
-# name of the nologin file which when it exists disables logins.
-# it may be extended by the ttyname which will result in
-# a terminal specific lock (e.g. /etc/nologin.ttyS2 will disable
-# logins on /dev/ttyS2)
-nologin /etc/nologin
-
-# name of the issue file. it's only display when no username is passed
-# on the radlogin command line
-issue /usr/local/etc/radiusclient/issue
-
-# RADIUS settings
-
-# RADIUS server to use for authentication requests. this config
-# item can appear more then one time. if multiple servers are
-# defined they are tried in a round robin fashion if one
-# server is not answering.
-# optionally you can specify a the port number on which is remote
-# RADIUS listens separated by a colon from the hostname. if
-# no port is specified /etc/services is consulted of the radius
-# service. if this fails also a compiled in default is used.
-#authserver localhost
-authserver localhost
-
-# RADIUS server to use for accounting requests. All that I
-# said for authserver applies, too.
-#
-acctserver localhost
-
-# file holding shared secrets used for the communication
-# between the RADIUS client and server
-servers /home/jiri/sip_router/modules/acc/etc/servers
-
-
-
-# dictionary of allowed attributes and values
-# just like in the normal RADIUS distributions
-dictionary /home/jiri/sip_router/modules/acc/etc/sip_dictionary
-
-# program to call for a RADIUS authenticated login
-login_radius /usr/local/sbin/login.radius
-
-# file which holds sequence number for communication with the
-# RADIUS server
-#seqfile /var/run/radius.seq
-#
-# if openser don't run as root, this directory should be used
-# the debian init script for example use this location
-seqfile /var/run/kamailio/kamailio_radius.seq
-
-# file which specifies mapping between ttyname and NAS-Port attribute
-mapfile /usr/local/etc/radiusclient/port-id-map
-
-# default authentication realm to append to all usernames if no
-# realm was explicitly specified by the user
-# the radiusd directly form Livingston doesnt use any realms, so leave
-# it blank then
-default_realm
-
-# time to wait for a reply from the RADIUS server
-radius_timeout 10
-
-# resend request this many times before trying the next server
-radius_retries 3
-
-# LOCAL settings
-
-# program to execute for local login
-# it must support the -f flag for preauthenticated login
-login_local /bin/login
diff --git a/src/modules/acc/etc/servers b/src/modules/acc/etc/servers
deleted file mode 100644
index 92270f9..0000000
--- a/src/modules/acc/etc/servers
+++ /dev/null
@@ -1,3 +0,0 @@
-#Server Name or Client/Server pair Key
-#---------------- ---------------
-localhost testing123
Module: kamailio
Branch: master
Commit: 789ecde3f9e4656fcc2ea3265d338a68157d5622
URL: https://github.com/kamailio/kamailio/commit/789ecde3f9e4656fcc2ea3265d338a6…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2017-01-05T09:57:32+01:00
pkg/kamailio/deb: version set to 5.0.0-pre0
---
Modified: pkg/kamailio/deb/debian/changelog
Modified: pkg/kamailio/deb/jessie/changelog
Modified: pkg/kamailio/deb/precise/changelog
Modified: pkg/kamailio/deb/sid/changelog
Modified: pkg/kamailio/deb/squeeze/changelog
Modified: pkg/kamailio/deb/stretch/changelog
Modified: pkg/kamailio/deb/trusty/changelog
Modified: pkg/kamailio/deb/wheezy/changelog
Modified: pkg/kamailio/deb/xenial/changelog
---
Diff: https://github.com/kamailio/kamailio/commit/789ecde3f9e4656fcc2ea3265d338a6…
Patch: https://github.com/kamailio/kamailio/commit/789ecde3f9e4656fcc2ea3265d338a6…
---
diff --git a/pkg/kamailio/deb/debian/changelog b/pkg/kamailio/deb/debian/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/debian/changelog
+++ b/pkg/kamailio/deb/debian/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/jessie/changelog b/pkg/kamailio/deb/jessie/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/jessie/changelog
+++ b/pkg/kamailio/deb/jessie/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/precise/changelog b/pkg/kamailio/deb/precise/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/precise/changelog
+++ b/pkg/kamailio/deb/precise/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/sid/changelog b/pkg/kamailio/deb/sid/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/sid/changelog
+++ b/pkg/kamailio/deb/sid/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/squeeze/changelog b/pkg/kamailio/deb/squeeze/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/squeeze/changelog
+++ b/pkg/kamailio/deb/squeeze/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/stretch/changelog b/pkg/kamailio/deb/stretch/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/stretch/changelog
+++ b/pkg/kamailio/deb/stretch/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/trusty/changelog b/pkg/kamailio/deb/trusty/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/trusty/changelog
+++ b/pkg/kamailio/deb/trusty/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/wheezy/changelog b/pkg/kamailio/deb/wheezy/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/wheezy/changelog
+++ b/pkg/kamailio/deb/wheezy/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
diff --git a/pkg/kamailio/deb/xenial/changelog b/pkg/kamailio/deb/xenial/changelog
index f150ede..1a78c8c 100644
--- a/pkg/kamailio/deb/xenial/changelog
+++ b/pkg/kamailio/deb/xenial/changelog
@@ -1,3 +1,9 @@
+kamailio (5.0.0~pre0) unstable; urgency=medium
+
+ * version set to 5.0.0-pre0
+
+ -- Victor Seva <vseva(a)debian.org> Thu, 05 Jan 2017 09:56:27 +0100
+
kamailio (5.0.0~dev9) unstable; urgency=medium
* version set to 5.0.0-dev9
Module: kamailio
Branch: master
Commit: a1d91264feab6f5cd51cb1594b823850b526b537
URL: https://github.com/kamailio/kamailio/commit/a1d91264feab6f5cd51cb1594b82385…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-01-05T09:11:05+01:00
Makefile.groups: added app_jsdt to few more groups
---
Modified: src/Makefile.groups
---
Diff: https://github.com/kamailio/kamailio/commit/a1d91264feab6f5cd51cb1594b82385…
Patch: https://github.com/kamailio/kamailio/commit/a1d91264feab6f5cd51cb1594b82385…
---
diff --git a/src/Makefile.groups b/src/Makefile.groups
index 31f83c0..ceddc4b 100644
--- a/src/Makefile.groups
+++ b/src/Makefile.groups
@@ -230,12 +230,12 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
# no external compile or link dependencies
module_group_default=$(mod_list_basic) $(mod_list_extra) \
$(mod_list_db) $(mod_list_dbuid) \
- $(mod_list_devel)
+ $(mod_list_devel) $(mod_list_jsdt)
# Modules in this group are the default compiled modules due to
# no internal/external compile or link dependencies
module_group_standard=$(mod_list_basic) $(mod_list_extra) \
- $(mod_list_devel)
+ $(mod_list_devel) $(mod_list_jsdt)
# Modules in this group are considered a standard part due to
# widespread usage, but they have dependencies that must be satisfied for
Hello,
development (master) branch of Kamailio enters now in pre-release phase
for version 5.0.0. Therefore, no new feature should be pushed to master
until we create a dedicated branch for 5.0 (expected to be in about 4
weeks or so).
If in doubt to push or not a commit to master, push it first on a
personal branch (or attach to an email) and discuss it on sr-dev. The
new modules can be a bit more dynamic if there is need to get them to
the right shape (e.g., like decision to rename functions, parameters or
adjust database structure).
We hope to get many people involved in testing, to reach a stable state
before releasing 5.0.0. If you want to get involved and need assistance,
don't hesitate to write to mailing lists.
Besides the new features, there were two major changes for 5.0:
1) source code tree restructuring - this should not affect the stability
of the code, only installation scripts or packaging may still need tuning
2) mi (management/control interface) code has been removed. SIP routing
code should not be affected by this change that much, but testing of RPC
commands needs a special care. There are few RPC commands not ported yet
from the MI code, they can be done during the testing period
Moreover, help with updating the wiki page for migration from 4.4 to 5.0
as well as what is new in 5.0 is very appreciated. I will try post
updates about them very soon.
Many thanks to everyone involved in development of 5.0 and the early
testers that played with master branch so far.
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com