aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-26Always parse arguments in park_call_exec so that app_args is valid. This prev...jpeeler1-4/+2
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-2/+2
2008-11-21Merged revisions 158603 via svnmerge from murf1-9/+14
2008-11-21Merged revisions 158483 via svnmerge from murf1-3/+5
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-0/+8
2008-11-15Fix a few more places where the case insensitive hash should be used sincerussell1-1/+3
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-9/+13
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-1/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-2/+2
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.seanbright1-13/+12
2008-11-05Add more SeeAlso references based on TFOT.eliel1-0/+8
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman1-1/+1
2008-11-01Merge changes from team/group/appdocsxmlrussell1-46/+95
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+7
2008-10-30After seeing another problem in #asterisk stemming frommmichelson1-1/+1
2008-10-29Merged revisions 152535 via svnmerge from murf1-60/+89
2008-10-09Merged revisions 146026 via svnmerge from mmichelson1-4/+3
2008-10-09(closes issue #13139)jpeeler1-0/+4
2008-10-07Explicitly setting these fields to NULL was done because I wasn't sure if the...jpeeler1-3/+0
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...jpeeler1-1/+1
2008-10-06This commit squashes together three commits because the wrong approach was or...jpeeler1-17/+40
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