aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-14Convert uses of strdup() to ast_strdup()russell1-2/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-33/+17
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-13/+13
2007-06-06Constify the return values of ast_parking_ext() and ast_pickup_ext()russell1-3/+3
2007-06-06Another tiny formatting change for testing ...russell1-1/+1
2007-06-06Change "show parkedcalls" to "parkedcalls show" and mark the previous commandrussell1-11/+29
2007-06-04Merged revisions 67064 via svnmerge from file1-1/+1
2007-05-31Add support for configuring named groups of custom call features inrussell1-6/+190
2007-05-31Revert changes that snuck in with revision 66724.russell1-177/+6
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatrussell1-6/+177
2007-05-22Don't overwrite a pointer to the first channel... that is bad. (issue #9770 r...file1-1/+1
2007-05-15Merged revisions 64426 via svnmerge from russell1-23/+2
2007-05-14Merged revisions 64353 via svnmerge from russell1-0/+23
2007-05-11Merged revisions 63872 via svnmerge from file1-0/+1
2007-05-08Merged revisions 63448 via svnmerge from russell1-15/+19