summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2009-01-18Ability for 'module' configs to have an optional 'createdialplan' section.Michael Geddes
Used to create voicemenus.
2009-01-18libs/uvl: update inline documentationJo-Philipp Wich
2009-01-17libs/uvl:Jo-Philipp Wich
- allow overriding the config directory in luci.uvl - support --configdir for uvl verify too
2009-01-17themes/openwrt.org: further background fixJo-Philipp Wich
2009-01-17Purge abandonend brandsSteven Barth
2009-01-17themes/openwrt.org: fix css for backgroundJo-Philipp Wich
2009-01-17build: add mkversion.sh helper scriptJo-Philipp Wich
contrib: (re-)generate version.lua at build time libs/core: use version.lua themes: adept header to version.lua, fix css for openwrt.org
2009-01-17Add connbytes support to QoSSteven Barth
2009-01-17Make fixtime more reliableSteven Barth
2009-01-17themes/openwrt.org: don't make background fixed, causes huge performance ↵Jo-Philipp Wich
penalties on some gpus
2009-01-17Remove "Save & Apply" note on homeepage of Mini as it does not applySteven Barth
2009-01-17applications/luci-fw: translation fixes for english and germanJo-Philipp Wich
2009-01-17* Remove "OPKG Configuration" link in menu - link on package manager page is ↵Steven Barth
enough * Remove "Upgrade all packages" link as it is very dangerous on squashfs based filesystems
2009-01-17Autoapplying on creation / deletion of sections is annoying, disable it.Steven Barth
2009-01-17Generate context for adding callerid name with proper sequences.Michael Geddes
2009-01-17Add LASTCALL_DIR to globals section if there is a DEST set.Michael Geddes
2009-01-17Add DisplayName option to sip/iax for callerid displayMichael Geddes
2009-01-16Show that type is allowed to be specified with the target.Michael Geddes
Show that target is a list for dialzones.
2009-01-16Document domain/localnet are lists.Michael Geddes
2009-01-16For sipglobal, sip, handle multiple domain and localnet settings. Add the ↵Michael Geddes
local IP for the domain automatically. There was a conflict in names in handle_dialtarget from where it was called. Use prefix to reduce liklihood.
2009-01-16Allow specifying the target type together with the target in the dialplan ↵Michael Geddes
extension (rather than having a sep variable).. Move incoming_context functions here from sipiaxconf. Allow incoming target to have different formats for the type/target, and convert it to TYPE/target.
2009-01-16Fix the split_append function so that codec modules are properly enabled.Michael Geddes
2009-01-16applications/luci-fw: fix for german translationJo-Philipp Wich
2009-01-16applications/luci-fw: fixes for english translationJo-Philipp Wich
2009-01-16applications/luci-fw:Jo-Philipp Wich
- add toggle for the drop_invalid option - bump translations
2009-01-16Add missing UVL entries for madwifi hacksSteven Barth
2009-01-16applications/luci-fw: extend uvl schema to cover the drop_invalid and ↵Jo-Philipp Wich
mtu_fix options
2009-01-16ppp keep-alive is non-atomic, closes #30Steven Barth
2009-01-16Fix saving of ipkg configuration fileSteven Barth
2009-01-16Add shortcut "LuCI Components" to menu for easier adding / removingSteven Barth
2009-01-15contrib/package: ensure BUILD_DIR separation in olsrd-luciJo-Philipp Wich
2009-01-14Automatic language detectionSteven Barth
2009-01-14Fix up udev zap devices to look like devfs (which asterisk expects).Michael Geddes
2009-01-14Support for tagging of names in lastcall lists.Michael Geddes
Fix up lastcall menu so that you can type ahead.
2009-01-14Fix some errors related to quoting variables.Michael Geddes
2009-01-14Tidy up some bugs with quoting.Michael Geddes
Use the ${match_all} variable - use [0-9+#*] as match-all. Fix the section name for iax contexts prepended with iax_. For IAX, handle uci list for 'allow', 'incoming' and 'extension'.
2009-01-14Document dialplangoto.Michael Geddes
Add inzone documentation
2009-01-14Add Inzone handling - routing icoming calls based on dialed number and callerid.Michael Geddes
Use _[0-9*+#]. in place of _. to avoid warnings in the log. Fix some errors with quotes Change default call type to macro for lastdialedtype.
2009-01-14Make udev ZAP devices look like devfs devices.Michael Geddes
2009-01-14Extensions can be a listMichael Geddes
2009-01-13Nobody reads our texts ;-)Steven Barth
2009-01-12libs/cbi: implement .sectionhead and .sectiondesc properties to allow ↵Jo-Philipp Wich
labelling the id column in table layouts
2009-01-11application/luci-asterisk:Jo-Philipp Wich
- implement initial sip client management - improve trunk and client handling - implement more options
2009-01-11libs/cbi: also set id attribute for hidden fieldsJo-Philipp Wich
2009-01-11applications/luci-asterisk: make regster option a flag valueJo-Philipp Wich
2009-01-11applications/luci-asterisk:Jo-Philipp Wich
- make nat handling configurable for sip trunks - display actual reason when trunk is offline
2009-01-11applications/luci-asterisk: register with ucitrackJo-Philipp Wich
2009-01-11applications/luci-asterisk: add some options to sip trunk configurationJo-Philipp Wich
2009-01-11libs/cbi: add support for hidden form fields in sectionsJo-Philipp Wich
2009-01-11applications/luci-asterisk: add the first few bits of reworked webif codeJo-Philipp Wich