summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-pbx/luasrc/model/cbi/pbx-advanced.lua
AgeCommit message (Collapse)Author
2013-03-09- added beep.gsmIordan Iordanov
- now escaping special characters in pbx-asterisk - changed location of voicemail temp stuff and log file - changed pbx-send-voicemail to use base64 instead of uuencode - added many missing dependencies - now allowing ip addresses as well as hostnames for external host - constrained # seconds to ring to positive integers - specifying externrefresh in sip.conf template - fixed voicemail (sending recordings, recording new greeting, instructions) - Implemented callback
2011-12-071) Changed "express" to "priority" when inserting the QoS rules.Iordan Iordanov
2011-11-271) Revised a lot of wordingIordan Iordanov
2) Set default for SMTP authentication to off so the interface is cleaner to begin with (when not configured).
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-10-28This is the initial release of luci-pbx as submitted to the mailing list.Iordan Iordanov