aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-08a few cleanups from the last commitkpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-3/+3
2006-03-30Set default value of adsipark (import from 1.2)oej1-0/+1
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-2/+2
2006-03-23Merged revisions 14523 via svnmerge from file1-0/+3
2006-03-21Merged revisions 13961 via svnmerge from russell1-1/+1
2006-03-14- Formatting fix in musiconholdoej1-0/+1
2006-03-06Bug 6304 - Add Park command to the manager interfacetilghman1-0/+64
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-02-01use string fields for some stuff in ast_channelkpfleming1-6/+6
2006-01-21- conversions to allocation wrappersrussell1-28/+16
2006-01-19Doxygen fixesoej1-9/+10
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-5/+0
2006-01-17Check to see if arg is NULL before passing (#6094)mattf1-1/+1
2006-01-09Doxygen updateoej1-34/+16
2006-01-08added small feature from bug 5682 with one typo fix.mogorman1-8/+44
2006-01-05Merged revisions 7823 via svnmerge fromtilghman1-5/+8
2006-01-05Fix copyright for touched fileoej1-1/+1
2006-01-04Merged revisions 7795 via svnmerge from oej1-4/+4
2005-12-30update doxygen docs to specify authorsrussell1-2/+3