summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-07-14Merged revisions 37612 via svnmerge from Tilghman Lesher
2006-07-14Whitespace fixesTilghman Lesher
2006-07-14Whitespace fixTilghman Lesher
2006-07-13Merged revisions 37571 via svnmerge from Kevin P. Fleming
2006-07-13only compare the queue entry's max penalty to the member's penalty when the q...Kevin P. Fleming
2006-07-13Merged revisions 37441-37442 via svnmerge from Kevin P. Fleming
2006-07-12fix some more app_voicemail breakageRussell Bryant
2006-07-12fix the build options for app_voicemailRussell Bryant
2006-07-12Merged revisions 37419 via svnmerge from Kevin P. Fleming
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...Mark Spencer
2006-07-07pointer signedness warnings cleanupRussell Bryant
2006-07-07pointer signedness warnings cleanupRussell Bryant
2006-07-07actually do proper searching for c-client and output the results so app_voice...Kevin P. Fleming
2006-07-07various minor fixesKevin P. Fleming
2006-07-06move rules file to prepare for generic rules fileKevin P. Fleming
2006-07-05update dependency information to match new names for dependenciesKevin P. Fleming
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ma...Kevin P. Fleming
2006-07-05fix a compiler warning and clean up the code a bit.Matt O'Gorman
2006-07-05Change superfluous messages to DEBUG and remove dead codeTilghman Lesher
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationsKevin P. Fleming
2006-07-05- Add notes about voicemail depending on res_adsiOlle Johansson
2006-07-03Whitespace fixes only.Tilghman Lesher
2006-07-03Add some comments to the SLA codeOlle Johansson
2006-07-03reduce indentation a couple of levelsRussell Bryant
2006-07-03- remove an unused variableRussell Bryant
2006-07-03add RDNIS to the DumpChan application (issue #7432, junky)Russell Bryant
2006-07-01First pass at SLA supportMark Spencer
2006-06-30Updates from transnexus to osplookup, removes res_ospMatt O'Gorman
2006-06-30Merged revisions 36377 via svnmerge from Tilghman Lesher
2006-06-26METERMAIDS:Olle Johansson
2006-06-26- FormattingOlle Johansson
2006-06-25use new (separate) dependencies file from menuselectKevin P. Fleming
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-24search for Zaptel and libtonezone separately in the configure scriptKevin P. Fleming
2006-06-23Merged revisions 35669 via svnmerge from BJ Weschke
2006-06-23remove various commands that remove old modules since they have been there aRussell Bryant
2006-06-22Bug 6589 - option to display channel variables in queue eventsTilghman Lesher
2006-06-22- convert the 'uninstall' target to use separate targets to process eachRussell Bryant
2006-06-22- specify that 'depend' is a .PHONY targetRussell Bryant
2006-06-22- specify that 'all' is a .PHONY targetRussell Bryant
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsRussell Bryant
2006-06-21Actually allow realtime queue members to be added (issue #7408 reported by tg...Joshua Colp
2006-06-20Bug 7399 - Sample config showed [general] as the context, so the app should l...Tilghman Lesher
2006-06-19Merged revisions 34911 via svnmerge from Joshua Colp
2006-06-19Merged revisions 34875 via svnmerge from Tilghman Lesher
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. ThisRussell Bryant
2006-06-18commit russell's menuselect/buildoptions work with some changes:Kevin P. Fleming
2006-06-16remove IMAP_STORAGE from the build options list for app_voicemail since it'sRussell Bryant
2006-06-16add support for setting the CFLAGS for voicemail storage options in menuselectRussell Bryant
2006-06-16 Don't ast_request a channel structure twice when a call is being forwarded. ...BJ Weschke