Hi, I found a problem in the counting of active conference participants
using the localization for Italian language:

if there are no active participants in a conference the system is counting
1 active.

I fixed the problem.
Please find attached the patch file.

Thank you
Luciano Berardi
From 77531c0c19eeccabb4ef4a0d05d6db96401263ba Mon Sep 17 00:00:00 2001
From: admin <[email protected]>
Date: Thu, 9 Feb 2012 11:32:17 +0100
Subject: [PATCH] fixed conference active counter

---
 .../WEB-INF/conference/ActiveValue_it.properties   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sipXconfig/web/context/WEB-INF/conference/ActiveValue_it.properties b/sipXconfig/web/context/WEB-INF/conference/ActiveValue_it.properties
index c33a8ba..282762a 100644
--- a/sipXconfig/web/context/WEB-INF/conference/ActiveValue_it.properties
+++ b/sipXconfig/web/context/WEB-INF/conference/ActiveValue_it.properties
@@ -1,4 +1,4 @@
 #Created by JInto - www.guh-software.de
 #Sat Sep 13 21:54:30 CEST 2008
-label.active={0,choice,1\#1 attivo|1<{0} attivi}
+label.active={0,choice,0\#0 attivi|1\#1 attivo|1<{0} attivi}
 label.inactive=0 attivi
-- 
1.7.4.4

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to