aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-06fix some comment placementjpeeler1-2/+3
2008-10-06Explicitly set args in park_call_exec NULL so in the case of no options being...jpeeler1-12/+20
2008-10-03remove superfluous reference counting operations in manage_parkinglot since a...jpeeler1-5/+1
2008-10-01Okay, this should really do it now. While I did managemmichelson1-3/+4
2008-10-01if (!(x) == 0) is the same asmmichelson1-1/+1
2008-10-01The logic surrounding the return value of ast_spawn_extensionmmichelson1-1/+1
2008-09-23Merged revisions 144066 via svnmerge from murf1-43/+76
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+1
2008-09-12Merged revisions 142675 via svnmerge from murf1-0/+44
2008-09-11Merged revisions 142575 via svnmerge from murf1-24/+42
2008-09-10Merged revisions 142474 via svnmerge from murf1-0/+2
2008-09-09Merged revisions 142063 via svnmerge from russell1-0/+17
2008-09-04Merged revisions 141028 via svnmerge from jpeeler1-4/+11
2008-08-29Added the option s to the Park application which will silence the announcemen...jpeeler1-2/+6
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-1/+1
2008-08-25Merged revisions 139764 via svnmerge from murf1-43/+0
2008-08-22Merged revisions 139635 via svnmerge from murf1-1/+1
2008-08-22Merged revisions 139347 via svnmerge from murf1-0/+43
2008-08-22remove extra comma typojpeeler1-1/+1
2008-08-22Add missing unique id to ParkedCallGiveUp and ParkedCallTimeOutmmichelson1-2/+4
2008-08-17Move Uniqueid to the end of the event for those that rely on the positionseanbright1-4/+5
2008-08-17Add Uniqueid header to ParkedCall manager event.seanbright1-1/+2
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-2/+2
2008-08-07Bump a LOG_NOTICE message to LOG_DEBUG since it appearsmmichelson1-1/+1
2008-08-05Merged revisions 135799 via svnmerge from murf1-11/+34
2008-08-02(closes issue #13202)murf1-2/+4
2008-07-31Merged revisions 134883 via svnmerge from murf1-4/+14
2008-07-30Move implementation of an attended-transfer-complete sound from one channeltilghman1-0/+15
2008-07-18Merged revisions 131915 via svnmerge from bbryant1-2/+2
2008-07-17Fix a memory leak in register_group_feature when attempting to register bbryant1-9/+9
2008-07-10Remove deprecated 'show parkedcalls' CLI commandmvanbaak1-11/+1
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