aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-03Merged revisions 127663 via svnmerge from murf1-111/+55
2008-06-16(closes issue #12689)murf1-4/+4
2008-06-12(closes issue 0012193)jpeeler1-7/+25
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-1/+1
2008-06-11Initialize parkingtime to DEFAULT_PARK_TIME instead of 0twilson1-1/+1
2008-06-06Merged revisions 120863,120885 via svnmerge from jpeeler1-2/+3
2008-05-29Make sure the nrfds and nefds are reset to NULLmvanbaak1-2/+4
2008-05-24Fixes segfault in parking, patch submitted by bmd.jpeeler1-3/+3
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-1/+2
2008-05-14Fixed a few problems with multiparking: call not being parked in the correct ...jpeeler1-47/+36
2008-05-12Add support for playing an audio file for caller and callee at start and stop...oej1-8/+43
2008-04-29fix this logic to actually be correct... the fd can't be *both* -1 and an arr...kpfleming1-1/+1
2008-04-25Merge code from team/russell/parking_updatesrussell1-49/+171
2008-04-21(closes issue #6113)jpeeler1-294/+634
2008-04-11Merged revisions 114063 via svnmerge from mmichelson1-1/+15
2008-04-08Move AST_FEATURE_FLAG_* and FEATURE_RETURN_* to features.h so that they can b...qwell1-49/+31
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+1
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-8/+8
2008-03-11Merged revisions 107646 via svnmerge from file1-0/+2
2008-03-11Clarify comment about masquerading and playback of the parking slot.file1-1/+1
2008-03-07(closes issue #6002)murf1-10/+5
2008-03-04Whitespace changes onlytilghman1-20/+23
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...twilson1-2/+17
2008-02-27Merged revisions 104598 via svnmerge from qwell1-7/+8
2008-02-26Remove more hardcoded pipe symbols and replace with commas.mmichelson1-2/+2
2008-02-07Merged revisions 102858 via svnmerge from qwell1-1/+1
2008-01-28Merge rev 100626 from Asterisk 1.4. The svnmerge of this commit was a NoOp, ...russell1-1/+5
2008-01-24Minor cosmetic change...file1-2/+1
2008-01-24Move chan_local dependency into places (only one) that previously depended on...qwell1-4/+0
2008-01-23Move code from res_features into (new file) main/features.cqwell1-0/+3439