aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16remove a bunch of duplicate includesrizzo1-2/+3
2007-11-16Fix broken parking dial-backtwilson1-9/+9
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...murf1-1/+8
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo1-7/+7
2007-11-13Fix a typo pointed out by outtolunc, thanks :)russell1-1/+1
2007-11-13Update the ParkedCall application to grab the first available parked call if norussell1-10/+6
2007-11-13Merged revisions 89248 via svnmerge from qwell1-1/+1
2007-11-12Doxygen fixes.qwell1-1/+1
2007-11-08improve linked-list macros in two ways:kpfleming1-3/+3
2007-11-06Instead of trying to callback a local channel on a failed attended transfer, ...mmichelson1-10/+12
2007-11-06"show application <foo>" changes for clarity.mmichelson1-7/+9
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-2/+2
2007-10-30Merged revisions 87571 via svnmerge from file1-2/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-3/+3
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-3/+3
2007-10-15Added support for reading the TOUCH_MONITOR_PREFIX channel variable.russell1-3/+7
2007-10-02Merged revisions 84410 via svnmerge from qwell1-3/+10
2007-09-18(issue #10724)qwell1-27/+40
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls torussell1-2/+2
2007-09-17Merged revisions 82594 via svnmerge from russell1-25/+22
2007-09-17(closes issue #10715)file1-1/+2
2007-09-06Merged revisions 81682 via svnmerge from mmichelson1-1/+1
2007-09-05Merged revisions 81599 via svnmerge from russell1-1/+5
2007-09-05Doxygen cleanups/fixes.qwell1-21/+47
2007-08-31Merged revisions 81403 via svnmerge from file1-8/+1
2007-08-30Merged revisions 81401 via svnmerge from file1-1/+2
2007-08-30Merged revisions 81369 via svnmerge from file1-0/+7
2007-08-28(closes issue #10579)file1-0/+6
2007-08-23Merged revisions 80573 via svnmerge from russell1-17/+14
2007-08-17Fix Dial arguments in res_features.qwell1-1/+1
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+2
2007-08-14Merged revisions 79397 via svnmerge from file1-9/+11
2007-08-10Merge a set of device state improvements from team/russell/events.russell1-11/+10
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell1-23/+228
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...file1-3/+3
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-3/+3
2007-07-30Merged revisions 77778 via svnmerge from file1-10/+8
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-36/+18
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-1/+1
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...murf1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-1/+1
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-2/+0
2007-07-09Use linkedlist macros for parking.file1-63/+37
2007-07-08ast_exists_extension() does not return an ast_device_state, so change thisrussell1-8/+7
2007-07-05Merged revisions 73512 via svnmerge from russell1-9/+16
2007-06-28move variable declarations to the beginning of a block.rizzo1-1/+2
2007-06-24Merged revisions 71291 via svnmerge from tilghman1-2/+2
2007-06-23Merged revisions 71230 via svnmerge from murf1-4/+9
2007-06-19Merged revisions 69847 via svnmerge from file1-4/+4