summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua
diff options
context:
space:
mode:
authorIordan Iordanov <iiordanov@gmail.com>2011-11-27 22:49:13 +0000
committerIordan Iordanov <iiordanov@gmail.com>2011-11-27 22:49:13 +0000
commit1c2449394db9b0c93847a9f52b286163960d14cb (patch)
treea429f5381de73cd38105dfbcf3d86a07a0361358 /applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua
parent3c3e3128bb209401c3d0f20a52599aaf8e29a113 (diff)
1) Revised a lot of wording
2) Set default for SMTP authentication to off so the interface is cleaner to begin with (when not configured).
Diffstat (limited to 'applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua')
-rw-r--r--applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua b/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua
index 41395ae86..ed1ed1edb 100644
--- a/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua
+++ b/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua
@@ -36,7 +36,7 @@ m = Map (modulename, translate("SIP Accounts"),
-- Recreate the config, and restart services after changes are commited to the configuration.
function m.on_after_commit(self)
commit = false
- -- Create a field "name" for each account which identifies the account in the backend.
+ -- Create a field "name" for each account that identifies the account in the backend.
m.uci:foreach(modulename, "voip_provider",
function(s1)
if s1.defaultuser ~= nil and s1.host ~= nil then