aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_features.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-14/+3
2006-01-25fix memory leak (inspired by issue #6351)russell1-4/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+3
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-7/+18
2005-07-25formatting and callingpres support (bug #4787)russell1-3/+12
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-1/+2
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-9/+13
2005-05-14Fix incorrect variable (bug #4243)markster1-1/+1
2005-05-07now fix the formatting part (bug #4207)russell1-31/+31
2005-05-07remove unreachable block of code (bug #4207)russell1-4/+3
2005-04-21fix various compiler warningskpfleming1-0/+4
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-18/+18
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-35/+50
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...markster1-49/+90
2004-12-23Small fix for features channel drivermarkster1-1/+3
2004-12-23Minor chan_features tweakmarkster1-1/+4
2004-11-25Small chan_features patch (bug #2939)markster1-1/+1
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...markster1-0/+520