summaryrefslogtreecommitdiff
path: root/res/res_features.c
AgeCommit message (Expand)Author
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-26attended transfer use transferer context first and set who is transfering at ...Joshua Colp
2006-05-23allows for configurable answer timeout on attended transferMatt O'Gorman
2006-05-23Merged revisions 29696 via svnmerge from BJ Weschke
2006-05-22Merged revisions 29512 via svnmerge from Joshua Colp
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...BJ Weschke
2006-05-21Merged revisions 29196 via svnmerge from BJ Weschke
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...Joshua Colp
2006-05-03 Correct call parking behavior when there is no courtesytone specified. #6306...BJ Weschke
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)Russell Bryant
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentLuigi Rizzo
2006-04-21comment a possible memory leakLuigi Rizzo
2006-04-21merge some common code into a functionLuigi Rizzo
2006-04-21more NULL / "" equivalence for CID fields.Luigi Rizzo
2006-04-18simplify the flow of builtin_atxfer().Luigi Rizzo
2006-04-17- Doxygen formattingOlle Johansson
2006-04-16preparation for reduction of the nesting of a large functionLuigi Rizzo
2006-04-16more usages of stream_and_waitLuigi Rizzo
2006-04-16more usages of function 'finishup()'Luigi Rizzo
2006-04-16one more instance of stream_and_wait, and remove an extraLuigi Rizzo
2006-04-16more replaceemnt of dup code with functions.Luigi Rizzo
2006-04-16localize several variables, and simplify the last part of park_exec()Luigi Rizzo
2006-04-16more formatting cleanup including removal of a useless checkLuigi Rizzo
2006-04-16rename a variable same as used in a very similar function,Luigi Rizzo
2006-04-16s/pu->chan/chan in a few places;Luigi Rizzo
2006-04-16put some common code into functions (still more instances to be replaced)Luigi Rizzo
2006-04-16properly reindent a large block.Luigi Rizzo
2006-04-16more readability fixes - localize some variables and invertLuigi Rizzo
2006-04-16introduce a function to set context, extension and priorityLuigi Rizzo
2006-04-16minor readability fixes in preparation for more work on this file:Luigi Rizzo
2006-04-15- normalize for() loops to navigate through variables,Luigi Rizzo
2006-04-14- remove some unnecessary casts and braces; Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-10Merged revisions 18866 via svnmerge from BJ Weschke
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-30Set default value of adsipark (import from 1.2)Olle Johansson
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-23Merged revisions 14523 via svnmerge from Joshua Colp
2006-03-21Merged revisions 13961 via svnmerge from Russell Bryant
2006-03-14- Formatting fix in musiconholdOlle Johansson
2006-03-06Bug 6304 - Add Park command to the manager interfaceTilghman Lesher
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-21- conversions to allocation wrappersRussell Bryant
2006-01-19Doxygen fixesOlle Johansson