summaryrefslogtreecommitdiff
path: root/main/features.c
AgeCommit message (Expand)Author
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-21Merged revisions 158603 via svnmerge from Steve Murphy
2008-11-21Merged revisions 158483 via svnmerge from Steve Murphy
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-15Fix a few more places where the case insensitive hash should be used sinceRussell Bryant
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright
2008-11-09Merged revisions 155553 via svnmerge from Sean Bright
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.Sean Bright
2008-11-05Add more SeeAlso references based on TFOT.Eliel C. Sardanons
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...Terry Wilson
2008-10-30After seeing another problem in #asterisk stemming fromMark Michelson
2008-10-29Merged revisions 152535 via svnmerge from Steve Murphy
2008-10-09Merged revisions 146026 via svnmerge from Mark Michelson
2008-10-09(closes issue #13139)Jeff Peeler
2008-10-07Explicitly setting these fields to NULL was done because I wasn't sure if the...Jeff Peeler
2008-10-06Similar to r143204, masquerade the channel in the case of Park being called f...Jeff Peeler
2008-10-06This commit squashes together three commits because the wrong approach was or...Jeff Peeler
2008-10-06fix some comment placementJeff Peeler
2008-10-06Explicitly set args in park_call_exec NULL so in the case of no options being...Jeff Peeler
2008-10-03remove superfluous reference counting operations in manage_parkinglot since a...Jeff Peeler
2008-10-01Okay, this should really do it now. While I did manageMark Michelson
2008-10-01if (!(x) == 0) is the same asMark Michelson
2008-10-01The logic surrounding the return value of ast_spawn_extensionMark Michelson
2008-09-23Merged revisions 144066 via svnmerge from Steve Murphy
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-09-12Merged revisions 142675 via svnmerge from Steve Murphy
2008-09-11Merged revisions 142575 via svnmerge from Steve Murphy
2008-09-10Merged revisions 142474 via svnmerge from Steve Murphy
2008-09-09Merged revisions 142063 via svnmerge from Russell Bryant
2008-09-04Merged revisions 141028 via svnmerge from Jeff Peeler
2008-08-29Added the option s to the Park application which will silence the announcemen...Jeff Peeler
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson
2008-08-25Merged revisions 139764 via svnmerge from Steve Murphy
2008-08-22Merged revisions 139635 via svnmerge from Steve Murphy
2008-08-22Merged revisions 139347 via svnmerge from Steve Murphy
2008-08-22remove extra comma typoJeff Peeler
2008-08-22Add missing unique id to ParkedCallGiveUp and ParkedCallTimeOutMark Michelson
2008-08-17Move Uniqueid to the end of the event for those that rely on the positionSean Bright
2008-08-17Add Uniqueid header to ParkedCall manager event.Sean Bright
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-08-07Bump a LOG_NOTICE message to LOG_DEBUG since it appearsMark Michelson
2008-08-05Merged revisions 135799 via svnmerge from Steve Murphy
2008-08-02(closes issue #13202)Steve Murphy
2008-07-31Merged revisions 134883 via svnmerge from Steve Murphy
2008-07-30Move implementation of an attended-transfer-complete sound from one channelTilghman Lesher
2008-07-18Merged revisions 131915 via svnmerge from Brett Bryant
2008-07-17Fix a memory leak in register_group_feature when attempting to register Brett Bryant