summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-02-01Allows for user to uninstall asterisk binariesMatt O'Gorman
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-30reverting blocks 9 and 10 from revision 7547Matt O'Gorman
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...Russell Bryant
2006-01-26don't redefine the localuser struct for additional use specific to the module...Russell Bryant
2006-01-26store conference list using linked list macros (issue #6327)Russell Bryant
2006-01-25Merged revisions 8608 via svnmerge from Kevin P. Fleming
2006-01-23changed some settings to app_args and some codeMatt O'Gorman
2006-01-23Use doxygen for todo's! :-)Olle Johansson
2006-01-23Remove javadoc doxygen format...Olle Johansson
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queueRussell Bryant
2006-01-22Bug 6312 - Macro janitorTilghman Lesher
2006-01-22Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-...Tilghman Lesher
2006-01-21oops, don't build app_sql_postgres by default ...Russell Bryant
2006-01-21- conversion to allocation wrappersRussell Bryant
2006-01-21clean up formatting to conform to coding guidelines and fix some typos (issue...Russell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (...Tilghman Lesher
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-20Merged revisions 8347 via svnmerge from Russell Bryant
2006-01-20More doxygen updatesOlle Johansson
2006-01-19Deprecate the use of Random in 1.3, 1.4Tilghman Lesher
2006-01-19Merged revisions 8232 via svnmerge from Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18Merged revisions 8194 via svnmerge from Matt O'Gorman
2006-01-17oops all better now.Matt O'Gorman
2006-01-17allow for multiple periodic announcementsMatt O'Gorman
2006-01-17suppress compiler warningKevin P. Fleming
2006-01-17Merged revisions 8140 via svnmerge from Matt O'Gorman
2006-01-17- Logging clean upOlle Johansson
2006-01-16Added NOANSWER support, so that optional the DISA application starts withoutJim Dixon
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...Russell Bryant
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 BJ Weschke
2006-01-13Added QUEUE_MEMBER_COUNT and QUEUE_MEMBER_LIST Matt O'Gorman
2006-01-13make voicemail files group writable and uses aMatt O'Gorman
2006-01-13Added forward context option from 5497Matt O'Gorman
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!Russell Bryant
2006-01-13added two new features to meetme, autofill and Matt O'Gorman
2006-01-13allow app_directed_pickup to try to pickupMatt O'Gorman
2006-01-13Somebody complained the that length of the dah wasn't quite up to spec...Tilghman Lesher
2006-01-13 More memory wrapper cleanup. #6224BJ Weschke
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod...BJ Weschke
2006-01-12Fix typos that caused voicemail not to compile.Tilghman Lesher
2006-01-12I will never touch VM again...Matt O'Gorman
2006-01-12some error checking added into g and a optionMatt O'Gorman
2006-01-12More cosmetic changes. thanks qwell and everyoneMatt O'Gorman
2006-01-12Minor revisions from bug 6090Matt O'Gorman
2006-01-12 Remove an unneccessary unlock and do away with the error msg about not being...BJ Weschke