summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-05move ExecIf from app_while.c to app_exec.c (issue #7094, north)Russell Bryant
2006-05-05 Adding documentation about API change approved in order to fix bug(s).BJ Weschke
2006-05-05Minor documentation change regarding authentication. (issue #6644)Joshua Colp
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) BJ Weschke
2006-05-05re-add the initialization of the scheduled item's time to 0. I had removedRussell Bryant
2006-05-05git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24912 65c4cc65-6c06...Russell Bryant
2006-05-05convert the list of scheduled items in a scheduler context to use theRussell Bryant
2006-05-05use ast_malloc instead of mallocRussell Bryant
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...Christian Richter
2006-05-05constify the argument to pbx_checkconditionRussell Bryant
2006-05-05oops :)Russell Bryant
2006-05-05Merged revisions 24837 via svnmerge from Russell Bryant
2006-05-05- formatting fixesRussell Bryant
2006-05-04 New manager action SendDTMF #6682 (squinky86)BJ Weschke
2006-05-04 #6991. Take 3. (casper)BJ Weschke
2006-05-04 Another adjustment for #6991 (casper)BJ Weschke
2006-05-04 ast_play_and_prepend and ast_play_and_record cleanup #6991 (casper)BJ Weschke
2006-05-04Merged revisions 24706 via svnmerge from Tilghman Lesher
2006-05-04Merged revisions 24669 via svnmerge from BJ Weschke
2006-05-03Bug 6989 - updates to the ODBC storage mechanism for compatibility with the n...Tilghman Lesher
2006-05-03 Fix "o'clock" from being said twice in French. #6900 (casper)BJ Weschke
2006-05-03 Documentation / whitespace fix.BJ Weschke
2006-05-03 Optionally record audio of the page command for re-pages/playback. #6827 (Je...BJ Weschke
2006-05-03Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)BJ Weschke
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...BJ Weschke
2006-05-03 Correct call parking behavior when there is no courtesytone specified. #6306...BJ Weschke
2006-05-03Merged revisions 24567 via svnmerge from BJ Weschke
2006-05-03 Make sure that callers kicked from queue because of joinempty and leavewhene...BJ Weschke
2006-05-03 Log hold time and talktime in queue_log when blind transfers are made by que...BJ Weschke
2006-05-03 Implement and document RINGNOANSWER queue logging functionality to "tattle" ...BJ Weschke
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in queues...BJ Weschke
2006-05-03suppress a compiler warningRussell Bryant
2006-05-03Merged revisions 24496 via svnmerge from Russell Bryant
2006-05-03remove variable declarations in the middle of two blocks.Luigi Rizzo
2006-05-03remove useless variables, and argument checks for functionsLuigi Rizzo
2006-05-03document that ast_cdr_answer is happy with a NULL argumentLuigi Rizzo
2006-05-03no point in clearing a local variable just before returnLuigi Rizzo
2006-05-03more simplificationsLuigi Rizzo
2006-05-03consistent rule for goto...Luigi Rizzo
2006-05-03remove another useless nonterminalLuigi Rizzo
2006-05-03remove a useless nonterminalLuigi Rizzo
2006-05-03more simplificationsLuigi Rizzo
2006-05-03remove more shift-reduce conflictsLuigi Rizzo
2006-05-03remove a redundant ruleLuigi Rizzo
2006-05-03reduce shift/reduce warningsLuigi Rizzo
2006-05-03simplify case_statementsLuigi Rizzo
2006-05-03switch statement in one placeLuigi Rizzo
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...Joshua Colp
2006-05-03common syntax for context nameLuigi Rizzo
2006-05-03Issue #7074 - Problem with long contact linesOlle Johansson