aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-4/+4
2006-09-18merge qwell's CLI verbification workkpfleming1-10/+17
2006-08-31everything that loads a config that needs a config file to runmogorman1-137/+139
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-3/+3
2006-08-29add one remaining bit of functionality to the features.conf applicationmap (f...kpfleming1-10/+35
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-31/+32
2006-08-20Properly check to see if parkingnum is a number (issue #7762 reported by robf)file1-1/+1
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-12/+3
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisrussell1-68/+88
2006-08-01Merged revisions 38686 via svnmerge from kpfleming1-0/+1
2006-07-27fix seg fault when the parked call that timed out was the last one in the listrussell1-1/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-23/+23
2006-06-26METERMAIDS:oej1-57/+156
2006-06-21- Doxygen and some formatting fixes in res_featuresoej1-51/+49
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-26attended transfer use transferer context first and set who is transfering at ...file1-2/+3
2006-05-23allows for configurable answer timeout on attended transfermogorman1-1/+11
2006-05-23Merged revisions 29696 via svnmerge from bweschke1-3/+4
2006-05-22Merged revisions 29512 via svnmerge from file1-1/+1
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-0/+32
2006-05-21Merged revisions 29196 via svnmerge from bweschke1-3/+10
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-2/+1
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-32/+29
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...file1-2/+2
2006-05-03 Correct call parking behavior when there is no courtesytone specified. #6306...bweschke1-1/+4
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-5/+5
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentrizzo1-32/+12
2006-04-21comment a possible memory leakrizzo1-0/+1
2006-04-21merge some common code into a functionrizzo1-18/+15
2006-04-21more NULL / "" equivalence for CID fields.rizzo1-26/+26
2006-04-18simplify the flow of builtin_atxfer().rizzo1-111/+106
2006-04-17- Doxygen formattingoej1-25/+34
2006-04-16preparation for reduction of the nesting of a large functionrizzo1-21/+26
2006-04-16more usages of stream_and_waitrizzo1-28/+12
2006-04-16more usages of function 'finishup()'rizzo1-24/+18
2006-04-16one more instance of stream_and_wait, and remove an extrarizzo1-9/+2
2006-04-16more replaceemnt of dup code with functions.rizzo1-51/+23
2006-04-16localize several variables, and simplify the last part of park_exec()rizzo1-58/+46
2006-04-16more formatting cleanup including removal of a useless checkrizzo1-7/+6
2006-04-16rename a variable same as used in a very similar function,rizzo1-10/+10
2006-04-16s/pu->chan/chan in a few places;rizzo1-37/+31
2006-04-16put some common code into functions (still more instances to be replaced)rizzo1-54/+69
2006-04-16properly reindent a large block.rizzo1-49/+48
2006-04-16more readability fixes - localize some variables and invertrizzo1-19/+25
2006-04-16introduce a function to set context, extension and priorityrizzo1-7/+11
2006-04-16minor readability fixes in preparation for more work on this file:rizzo1-32/+24
2006-04-15- normalize for() loops to navigate through variables,rizzo1-27/+23
2006-04-14- remove some unnecessary casts and braces; rizzo1-64/+36
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-20/+9
2006-04-10Merged revisions 18866 via svnmerge from bweschke1-1/+1