summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-pbx
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
2012-12-20don't use symlink to /lib/functions.shJo-Philipp Wich
Signed-off-by: Luka Perkov <luka@openwrt.org>
2011-12-071) Changed "express" to "priority" when inserting the QoS rules.Iordan Iordanov
2011-12-011) Added a couple more sounds.Iordan Iordanov
2011-12-011) Added sounds needed for authentication app.Iordan Iordanov
2) Added license and attribution for sounds 3) Added linking sounds into the asterisk sounds directory.
2011-11-301) Now loading the func_timeout.so module used to set DISA timeouts.Iordan Iordanov
2011-11-301) Fixed a couple of directories which were different from Debian.Iordan Iordanov
2011-11-281) Added default rtpstart and end config values in pbx-advanced.Iordan Iordanov
2) Some rewording of instructions and descriptions. 3) Changed the default hangup context name.
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-261) Fixed formatting of main page to accommodate larger fonts used in browser.Iordan Iordanov
2011-11-261) Fixed wording in a few places.Iordan Iordanov
2) Fixed a bug in voicemail section of pbx-asterisk init script which was causing the script to exit if no configuration for voicemail was found.
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-111) fixed a typo in the url string.Iordan Iordanov
2011-11-071) Added handling for no provider accounts configured (or enabled for ↵Iordan Iordanov
incoming/outgoing calls), and no users configured (or enabled for outgoing calls). 2) Rewrote code to be more efficient by gathering all information about providers and users in one pass at the start, and then using dictionaries with the data stored in them to build the sections. 3) Added translate() statements for default messages displayed (like "Dials all numbers"). 4) Rewrote default messages for the "Incoming Calls" and "Providers Used for Outgoing Calls" sections to be more descriptive.
2011-11-06Worked out a better (proof of concept) solution to the warning mechanism ↵Iordan Iordanov
when no Google/SIP accounts are configured or not configured for outgoing calls.
2011-11-06Added a proof of concept of how a warning about no accounts having been ↵Iordan Iordanov
configured can look.
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-11-01Many improvements to pbx-calls.lua:Iordan Iordanov
1) Now trimming whitespace from all input before checking validity (of extensions, users, providers). 2) Now building valid outdoing providers and valid users array while rendering page since we're going through all providers and users anyway to display the page (saves cycles). 3) Now not displaying internal naming scheme of providers to users, but what they expect (us#erin%fo@host.org). Before we used to show us_erin_fo@host_org, and it was ugly and needed explanations. 4) Got rid of some no-longer-needed functions due to improvements mentioned in (2). 5)
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