aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_features.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-07Disable chan_features by default in menuselectoej1-0/+3
2007-05-30Change how channel names are generated a bit. (issue #9825 reported by eldadran)file1-2/+2
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-01-23Update channel drivers to use module referencing so that unloading them while...file1-7/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-3/+3
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-9/+15
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-8/+3
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-2/+2
2006-09-18merge qwell's CLI verbification workkpfleming1-6/+13
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-4/+22
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-21ast_strdup can handle NULL args well, so use it.rizzo1-19/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-16/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-01use string fields for some stuff in ast_channelkpfleming1-7/+6
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-2/+1
2006-01-30Merge Rizzo's waitfor update (bug #4584)markster1-2/+2
2006-01-25store feature_pvt list using linked list macrosrussell1-51/+36
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...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