From 60e46ff416448164fc8c65940b908d61c9e6e85d Mon Sep 17 00:00:00 2001 From: Iordan Iordanov Date: Sat, 26 Nov 2011 02:29:26 +0000 Subject: 1) Fixed wording in a few places. 2) Fixed a bug in voicemail section of pbx-asterisk init script which was causing the script to exit if no configuration for voicemail was found. --- applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua') diff --git a/applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua b/applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua index 68bfaca85e..af18c6ff00 100644 --- a/applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua +++ b/applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua @@ -206,7 +206,7 @@ for k,v in pairs(validinaccounts) do value = self.map:get(section, self.option) if value == nil then - return {translate("Rings all users enabled for incoming calls")} + return {translate("All users enabled for incoming calls")} else return value end @@ -259,7 +259,7 @@ for k,v in pairs(validoutusers) do value = self.map:get(section, self.option) if value == nil then - return {translate("Uses all providers enabled for outgoing calls")} + return {translate("All providers enabled for outgoing calls")} else newvalue = {} -- Convert internal names to user@host values. -- cgit v1.2.3