aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-03Issue #7074 - Problem with long contact linesoej1-2/+2
2006-05-03 Remove the svnmerge-integrated property accidentally merged in from the func...bweschke0-0/+0
2006-05-03test commit to ensure the server is happy againkpfleming1-1/+1
2006-05-02Introducing the REALTIME() dialplan functionbweschke3-0/+195
2006-05-02another instance of context namerizzo2-309/+296
2006-05-02fix a bug previously introduced in the handling of timespec.rizzo2-6/+6
2006-05-02- fix typo in rtp.c, devicestate.hoej3-7/+14
2006-05-02simplify case statementsrizzo2-307/+305
2006-05-02one more instance of assignmentrizzo2-452/+440
2006-05-02global_statement is really an assignment statementrizzo2-579/+563
2006-05-02 Make certain ast_stopstream() sets the channel's stream members to NULL afte...bweschke1-0/+1
2006-05-02 Don't bring in r24295 into /trunk since it's going to have it's own differen...bweschke0-0/+0
2006-05-02 Record bridge channel unique id in "CONNECT" queue_log entry and the corresp...bweschke3-5/+19
2006-05-02expressions used in if, while, switch are all of the same kindrizzo2-617/+613
2006-05-02macro statements can be emptyrizzo2-560/+559
2006-05-02empty arglists are validrizzo2-612/+583