summaryrefslogtreecommitdiff
path: root/res/res_features.c
AgeCommit message (Expand)Author
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
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2006-01-17Check to see if arg is NULL before passing (#6094)Matthew Fredrickson
2006-01-09Doxygen updateOlle Johansson
2006-01-08added small feature from bug 5682 with one typo fix.Matt O'Gorman
2006-01-05Merged revisions 7823 via svnmerge fromTilghman Lesher
2006-01-05Fix copyright for touched fileOlle Johansson
2006-01-04Merged revisions 7795 via svnmerge from Olle Johansson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-21add a header to indicate who the call was parked by to the ParkedCall managerRussell Bryant
2005-12-08Allow retrieval of generated filename from one touch monitor feature.Josh Roberson