aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-05git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25016 f38db490-d61c-443f...russell0-0/+0
2006-05-05move ExecIf from app_while.c to app_exec.c (issue #7094, north)russell2-51/+52
2006-05-05 Adding documentation about API change approved in order to fix bug(s).bweschke1-0/+10
2006-05-05Minor documentation change regarding authentication. (issue #6644)file1-0/+12
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke3-33/+70
2006-05-05re-add the initialization of the scheduled item's time to 0. I had removedrussell1-4/+11
2006-05-05git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24912 f38db490-d61c-443f...russell0-0/+0
2006-05-05convert the list of scheduled items in a scheduler context to use therussell1-71/+63
2006-05-05use ast_malloc instead of mallocrussell1-2/+2
2006-05-05Added option far_alerting. This option makes it possible to generate a Ringin...crichter6-6/+49
2006-05-05constify the argument to pbx_checkconditionrussell3-3/+3
2006-05-05oops :)russell1-1/+1
2006-05-05Merged revisions 24837 via svnmerge from russell2-4/+4
2006-05-05- formatting fixesrussell1-10/+18
2006-05-04 New manager action SendDTMF #6682 (squinky86)bweschke2-0/+33
2006-05-04 #6991. Take 3. (casper)bweschke1-19/+23
2006-05-04 Another adjustment for #6991 (casper)bweschke1-2/+1
2006-05-04 ast_play_and_prepend and ast_play_and_record cleanup #6991 (casper)bweschke1-245/+67
2006-05-04Merged revisions 24706 via svnmerge from tilghman1-14/+47
2006-05-04Merged revisions 24669 via svnmerge from bweschke1-1/+1
2006-05-03Bug 6989 - updates to the ODBC storage mechanism for compatibility with the n...tilghman1-18/+76
2006-05-03 Fix "o'clock" from being said twice in French. #6900 (casper)bweschke1-5/+0
2006-05-03 Documentation / whitespace fix.bweschke1-1/+1
2006-05-03 Optionally record audio of the page command for re-pages/playback. #6827 (Je...bweschke1-3/+8
2006-05-03Allow channels in ChanSpy to belong to mutiple spygroups #7072 (anthm)bweschke2-7/+28
2006-05-03 Provide the ability to adjust txgain/rxgain on a channel level via the CHANN...bweschke2-1/+32
2006-05-03 Correct call parking behavior when there is no courtesytone specified. #6306...bweschke1-1/+4
2006-05-03Merged revisions 24567 via svnmerge from bweschke1-1/+4
2006-05-03 Make sure that callers kicked from queue because of joinempty and leavewhene...bweschke2-1/+11
2006-05-03 Log hold time and talktime in queue_log when blind transfers are made by que...bweschke2-3/+9
2006-05-03 Implement and document RINGNOANSWER queue logging functionality to "tattle" ...bweschke2-0/+6
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in queues...bweschke3-14/+108
2006-05-03suppress a compiler warningrussell1-2/+1
2006-05-03Merged revisions 24496 via svnmerge from russell1-1/+9
2006-05-03remove variable declarations in the middle of two blocks.rizzo1-31/+20
2006-05-03remove useless variables, and argument checks for functionsrizzo1-11/+6
2006-05-03document that ast_cdr_answer is happy with a NULL argumentrizzo1-0/+1
2006-05-03no point in clearing a local variable just before returnrizzo1-1/+0
2006-05-03more simplificationsrizzo2-398/+391
2006-05-03consistent rule for goto...rizzo2-265/+264
2006-05-03remove another useless nonterminalrizzo2-609/+590
2006-05-03remove a useless nonterminalrizzo2-419/+399
2006-05-03more simplificationsrizzo2-219/+211
2006-05-03remove more shift-reduce conflictsrizzo2-207/+195
2006-05-03remove a redundant rulerizzo2-495/+459
2006-05-03reduce shift/reduce warningsrizzo2-573/+552
2006-05-03simplify case_statementsrizzo2-467/+446
2006-05-03switch statement in one placerizzo2-298/+300
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...file1-250/+238
2006-05-03common syntax for context namerizzo2-308/+292