applications/luci-asterisk: initial dialplan voicemail box support
[project/luci.git] / applications / luci-asterisk / luasrc / model / cbi / asterisk / dialplan_out.lua
index 94bf7d4..3115e10 100644 (file)
@@ -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")