summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-pbx/luasrc/model/cbi/pbx.lua
AgeCommit message (Collapse)Author
2011-11-261) Fixed formatting of main page to accommodate larger fonts used in browser.Iordan Iordanov
2011-11-221) Checking in all necessary changes to acommodate the new ↵Iordan Iordanov
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.
2011-11-051) Made spacing with \ syntax consistent across the board.Iordan Iordanov
2011-11-051) Massive whitespace reorganization (untabified, and made consistent ↵Iordan Iordanov
everything). 2) Dropped some currently unneeded, commented-out, code from pbx-users.lua.
2011-11-051) Got rid of mysplit and replaced where it was called with ↵Iordan Iordanov
luci.util.split(luci.util.trim(...), ...) calls.
2011-11-051) Replaced trim with luci.util.trim in pbx-calls.luaIordan Iordanov
2) Slight code cleanup in pbx.lua
2011-10-311) Rewrote the function which formats output at specified indices to work ↵Iordan Iordanov
with an variable number of indices. 2) Reformatted the help text a bit.
2011-10-311) Made pbx-asterisk executable.Iordan Iordanov
2) Removed a few unused templates. 3) Removed old firewall rule-creation routine from pbx-asterisk. 4) Updated text on main page.
2011-10-28This is the initial release of luci-pbx as submitted to the mailing list.Iordan Iordanov