aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Do not attempt to add a parking extension if an error occurred while reading ...file1-1/+1
2009-09-02- lock channel before looking for a channel variablemvanbaak1-0/+3
2009-08-26Add two new dialplan variables when using featuresjpeeler1-0/+7
2009-08-20Fix a crash by checking the proper pointer for validity before deferencing it.mnicholson1-1/+1
2009-08-19Don't blow up on a NULL cdr.russell1-1/+3
2009-08-10AST-2009-005tilghman1-13/+13
2009-08-04Fix broken call pickupjpeeler1-2/+2
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-1/+1
2009-07-08Fixes Park() argument handlingdbrooks1-8/+21
2009-07-02Moved trigger for BRIDGE_END CEL event so that it is more accurate.mnicholson1-0/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-8/+62
2009-06-25Merged revisions 203375 via svnmerge from russell1-1/+10
2009-06-19Merged revisions 201828 via svnmerge from tilghman1-1/+3
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-7/+7
2009-06-02Generic call forward api, ast_call_forward()dvossel1-0/+6
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-7/+52
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-18/+58
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-19/+18
2009-05-21Pass connected line updates along during a bridge.mmichelson1-0/+1
2009-05-20Merged revisions 195688 via svnmerge from file1-5/+11
2009-05-14Fix a typo where an equality check should be an assignment.russell1-1/+1
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-06Merged revisions 192858 via svnmerge from jpeeler1-2/+2
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett1-1/+2
2009-05-05Merged revisions 192454 via svnmerge from file1-4/+4
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-85/+116
2009-04-22Fix call parking callback. Pipes -> Commas.russell1-2/+2
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-1/+1
2009-04-08Add timer for features so that backup bridge config can go awayjpeeler1-45/+19
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-1/+60
2009-03-19Merged revisions 183386 via svnmerge from dvossel1-6/+1
2009-03-19Merged revisions 183126 via svnmerge from dvossel1-41/+80
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