aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-16Clean up a few coding guidelines issues - spaces to tabs, use sizeof() to passrussell1-9/+9
2007-01-23this mod from 8593 (dstchannel in cdr is empty when transfer call).murf1-0/+3
2007-01-16Merged revisions 51145 via svnmerge from file1-0/+2
2007-01-06Save 1 whopping byte of allocated memory!qwell1-1/+1
2007-01-05reduce stack consumption for AMI and AMI/HTTP requests by nearly 20K in most ...kpfleming1-6/+6
2006-11-30Merged revisions 48154 via svnmerge from file1-6/+0
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-7/+3
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-1/+1
2006-09-27Merged revisions 43778 via svnmerge from russell1-5/+7
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