aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-2/+1
2006-01-30reverting blocks 9 and 10 from revision 7547mogorman1-6/+1
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...russell1-12/+16
2006-01-26don't redefine the localuser struct for additional use specific to the module...russell1-7/+8
2006-01-26store conference list using linked list macros (issue #6327)russell1-75/+51
2006-01-25Merged revisions 8608 via svnmerge from kpfleming1-0/+1
2006-01-23changed some settings to app_args and some codemogorman1-57/+54
2006-01-23Use doxygen for todo's! :-)oej1-1/+1
2006-01-23Remove javadoc doxygen format...oej1-7/+7
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queuerussell1-36/+32
2006-01-22Bug 6312 - Macro janitortilghman1-103/+66
2006-01-22Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-...tilghman1-6/+18
2006-01-21oops, don't build app_sql_postgres by default ...russell1-1/+1
2006-01-21- conversion to allocation wrappersrussell1-99/+73
2006-01-21clean up formatting to conform to coding guidelines and fix some typos (issue...russell2-306/+294
2006-01-21on this pass, only remove duplicate log messagesrussell39-157/+47
2006-01-21Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (...tilghman1-59/+90
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell40-116/+366
2006-01-21remove lots of useless checks of the result of ast_strduparussell40-365/+111
2006-01-20Merged revisions 8347 via svnmerge from russell1-5/+2
2006-01-20More doxygen updatesoej2-25/+24
2006-01-19Deprecate the use of Random in 1.3, 1.4tilghman1-6/+12
2006-01-19Merged revisions 8232 via svnmerge from russell1-8/+7
2006-01-18constify arguments in more places where strings should not be modified (issue...russell3-5/+5
2006-01-18Merged revisions 8194 via svnmerge from mogorman1-1/+2
2006-01-17oops all better now.mogorman1-1/+1
2006-01-17allow for multiple periodic announcementsmogorman1-5/+39
2006-01-17suppress compiler warningkpfleming1-1/+2
2006-01-17Merged revisions 8140 via svnmerge from mogorman1-1/+2
2006-01-17- Logging clean upoej1-84/+88
2006-01-16Added NOANSWER support, so that optional the DISA application starts withoutjdixon1-6/+14
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-7/+7
2006-01-13Added QUEUE_MEMBER_COUNT and QUEUE_MEMBER_LIST mogorman1-1/+79
2006-01-13make voicemail files group writable and uses amogorman1-30/+44
2006-01-13Added forward context option from 5497mogorman1-1/+3
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!russell2-11/+5
2006-01-13added two new features to meetme, autofill and mogorman1-17/+38
2006-01-13allow app_directed_pickup to try to pickupmogorman1-54/+55
2006-01-13Somebody complained the that length of the dah wasn't quite up to spec...tilghman1-13/+10
2006-01-13 More memory wrapper cleanup. #6224bweschke6-24/+22
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod...bweschke3-92/+54
2006-01-12Fix typos that caused voicemail not to compile.tilghman1-2/+2
2006-01-12I will never touch VM again...mogorman1-2/+3
2006-01-12some error checking added into g and a optionmogorman1-16/+19
2006-01-12More cosmetic changes. thanks qwell and everyonemogorman1-1/+2
2006-01-12Minor revisions from bug 6090mogorman1-2/+2
2006-01-12 Remove an unneccessary unlock and do away with the error msg about not being...bweschke1-1/+0
2006-01-12fix breakage from new feature committed in r7995russell1-2/+3
2006-01-12 More new memory wrapper work.bweschke3-14/+8