summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-asterisk/luasrc/model
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-03-29 19:11:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-03-29 19:11:57 +0000
commit2c7a76105403ede3bf4a9803a47ca62d86e8cd72 (patch)
treef58cfe499be453ed4c0f02efcfd4ccd7668fbdc4 /applications/luci-asterisk/luasrc/model
parentdd267f9457476e0a2b29be0a98fcd05062f50f13 (diff)
applications/luci-asterisk: initial dialplan voicemail box support
Diffstat (limited to 'applications/luci-asterisk/luasrc/model')
-rw-r--r--applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua
index 94bf7d4d5d..3115e10d6b 100644
--- a/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua
+++ b/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua
@@ -120,7 +120,10 @@ if arg[1] then
end
aprefix = entry:option(Value, "addprefix", "Add prefix to dial out (optional)")
+ --ast.idd.cbifill(aprefix)
+
ccode = entry:option(Value, "countrycode", "Effective countrycode (optional)")
+ ast.cc.cbifill(ccode)
lzone = entry:option(ListValue, "localzone", "Dialzone for local numbers")
lzone:value("", "no special treatment of local numbers")