aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-17Improve behavior of ast_answer() to not lose incoming frameskpfleming1-2/+5
2009-03-13Remove ast_ prefix from functions which are not public.mmichelson1-19/+19
2009-03-13Merged revisions 181990 via svnmerge from mmichelson1-6/+16
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler1-1/+1
2009-03-03Merged revisions 179840 via svnmerge from file1-2/+7
2009-02-27Merged revisions 178956 via svnmerge from murf1-1/+1
2009-02-26Sound confirmation of call pickup success.tilghman1-0/+14
2009-02-26Merged revisions 178804 via svnmerge from murf1-2/+9
2009-02-19Fix mismerge from revision 176708 pointed out by Kaloyan Kovachev on thejpeeler1-1/+0
2009-02-18Locking issue in action_bridge and bridge_execdvossel1-30/+45
2009-02-17Merged revisions 176701 via svnmerge from jpeeler1-0/+9
2009-02-12Merged revisions 175294 via svnmerge from jpeeler1-1/+8
2009-02-12Merged revisions 175187 via svnmerge from jpeeler1-1/+2
2009-02-04Merged revisions 173211 via svnmerge from jpeeler1-49/+75
2009-02-02Merged revisions 173066 via svnmerge from twilson1-0/+4
2009-02-02This reverts the changes I made for 11583; willmurf1-84/+46
2009-02-02This change allows the disconnect feature (as in "one-touch" in features.c)murf1-46/+84
2009-01-30Merged revisions 172517 via svnmerge from twilson1-15/+266
2009-01-28Merged revisions 172030 via svnmerge from murf1-12/+36
2009-01-20Make a proper builtin attended transfer to parking worktwilson1-2/+24
2009-01-20Merged revisions 169485 via svnmerge from twilson1-1/+1
2009-01-16Merged revisions 168716 via svnmerge from twilson1-22/+29
2008-12-23Merged revisions 166093 via svnmerge from murf1-62/+32
2008-12-15Merged revisions 164201 via svnmerge from russell1-1/+9
2008-12-11Add an appropriate goto if ast_call failsmmichelson1-0/+1
2008-12-11Reduce indentation level of ast_feature_request_and_dialmmichelson1-123/+124
2008-12-11Merged revisions 163092 via svnmerge from russell1-33/+39
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
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