aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-21add a header to indicate who the call was parked by to the ParkedCall managerrussell1-1/+2
2005-12-08Allow retrieval of generated filename from one touch monitor feature.twisted1-5/+11
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-20/+24
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10issue #5703kpfleming1-1/+1
2005-11-09issue #5601kpfleming1-5/+6
2005-11-08more header include simplificationkpfleming1-0/+1
2005-11-08issue #5648kpfleming1-3/+3
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-3/+3
2005-11-03minor cleanupkpfleming1-5/+0
2005-11-01issue #5499kpfleming1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-13ensure that parking context/extension (and other settings) are properly updat...kpfleming1-18/+47
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-3/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-07enable DTMF monitoring when DYNAMIC_FEATURES are specified for a brige (issue...kpfleming1-29/+53
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-1/+1
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-2/+2
2005-08-23formatting fixes and compile fix for FreeBSD (issue #5004)kpfleming1-3/+4