summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-pbx/luasrc/controller/pbx.lua
diff options
context:
space:
mode:
authorIordan Iordanov <iiordanov@gmail.com>2011-11-22 04:21:57 +0000
committerIordan Iordanov <iiordanov@gmail.com>2011-11-22 04:21:57 +0000
commit6663c0a935684e7caabdbae17185ed056287038e (patch)
tree9b4fac2c6c63d9b82115b8a783b953f3e3e13f27 /applications/luci-pbx/luasrc/controller/pbx.lua
parent3face708593d3de417b93472b827d05a8a5813fb (diff)
1) Checking in all necessary changes to acommodate the new luci-pbx-voicemail package.
- Creating configuration with pbx-asterisk - TEMPLATE files - Including record voicemail greeting context in user extensions. - Redirecting incoming calls which were not picked up through the voicemail recording context. - Putting a configurable timeout before either hanging up if voicemail is disabled or redirecting to voicemail if it is enabled. 2) Improved DISA by setting longer timeouts for start of input and digits.
Diffstat (limited to 'applications/luci-pbx/luasrc/controller/pbx.lua')
-rw-r--r--applications/luci-pbx/luasrc/controller/pbx.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-pbx/luasrc/controller/pbx.lua b/applications/luci-pbx/luasrc/controller/pbx.lua
index abd26ea91..b77814b15 100644
--- a/applications/luci-pbx/luasrc/controller/pbx.lua
+++ b/applications/luci-pbx/luasrc/controller/pbx.lua
@@ -25,5 +25,5 @@ function index()
entry({"admin", "services", "pbx", "pbx-voip"}, cbi("pbx-voip"), "SIP Accounts", 2)
entry({"admin", "services", "pbx", "pbx-users"}, cbi("pbx-users"), "User Accounts", 3)
entry({"admin", "services", "pbx", "pbx-calls"}, cbi("pbx-calls"), "Call Routing", 4)
- entry({"admin", "services", "pbx", "pbx-advanced"}, cbi("pbx-advanced"), "Advanced Settings", 5)
+ entry({"admin", "services", "pbx", "pbx-advanced"}, cbi("pbx-advanced"), "Advanced Settings", 6)
end