[Pkg-voip-commits] r5974 - in /openser/trunk/debian: changelog patches/12_acc_enable_radius.dpatch

jblache at alioth.debian.org jblache at alioth.debian.org
Mon Jul 21 20:35:30 UTC 2008


Author: jblache
Date: Mon Jul 21 20:35:30 2008
New Revision: 5974

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5974
Log:
Fix sample config file so OpenSER.

Modified:
    openser/trunk/debian/changelog
    openser/trunk/debian/patches/12_acc_enable_radius.dpatch

Modified: openser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/changelog?rev=5974&op=diff
==============================================================================
--- openser/trunk/debian/changelog (original)
+++ openser/trunk/debian/changelog Mon Jul 21 20:35:30 2008
@@ -1,8 +1,11 @@
-openser (1.3.2-3) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Julien BLACHE <jblache at debian.org>  Sat, 07 Jun 2008 12:37:52 +0200
+openser (1.3.2-3) unstable; urgency=low
+
+  * debian/patches/12_acc_enable_radius.dpatch:
+    + Updated; disable RADIUS support for the acc module in the sample config
+      file, otherwise the module fails to initialize and OpenSER can't start
+      (closes: #491705).
+
+ -- Julien BLACHE <jblache at debian.org>  Mon, 21 Jul 2008 22:34:44 +0200
 
 openser (1.3.2-2) unstable; urgency=low
 

Modified: openser/trunk/debian/patches/12_acc_enable_radius.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/patches/12_acc_enable_radius.dpatch?rev=5974&op=diff
==============================================================================
--- openser/trunk/debian/patches/12_acc_enable_radius.dpatch (original)
+++ openser/trunk/debian/patches/12_acc_enable_radius.dpatch Mon Jul 21 20:35:30 2008
@@ -5,9 +5,21 @@
 ## DP: Enable RADIUS in the acc module.
 
 @DPATCH@
-diff -urNad openser-1.3.0~svn20071207~/modules/acc/Makefile openser-1.3.0~svn20071207/modules/acc/Makefile
---- openser-1.3.0~svn20071207~/modules/acc/Makefile	2007-04-18 11:29:55.000000000 +0200
-+++ openser-1.3.0~svn20071207/modules/acc/Makefile	2007-12-07 12:30:41.538470807 +0100
+diff -urNad openser-1.3.2~/etc/openser.cfg openser-1.3.2/etc/openser.cfg
+--- openser-1.3.2~/etc/openser.cfg	2008-05-08 17:30:18.000000000 +0200
++++ openser-1.3.2/etc/openser.cfg	2008-07-21 22:30:00.749339246 +0200
+@@ -124,6 +124,8 @@
+ 
+ 
+ # ----- acc params -----
++/* disable RADIUS support */
++modparam("acc", "radius_config", "")
+ /* what sepcial events should be accounted ? */
+ modparam("acc", "early_media", 1)
+ modparam("acc", "report_ack", 1)
+diff -urNad openser-1.3.2~/modules/acc/Makefile openser-1.3.2/modules/acc/Makefile
+--- openser-1.3.2~/modules/acc/Makefile	2007-12-13 14:38:41.000000000 +0100
++++ openser-1.3.2/modules/acc/Makefile	2008-07-21 22:28:58.652339555 +0200
 @@ -15,7 +15,7 @@
  
  # set ENABLE_RADIUS_ACC to true if you wish to enable RADIUS accounting




More information about the Pkg-voip-commits mailing list