aboutsummaryrefslogtreecommitdiffstats
path: root/main/features.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-22Merged revisions 193391,258670 via svnmerge from mnicholson1-0/+5
2010-04-19Fix incomplete CDR merge from r195881twilson1-6/+10
2010-04-14Yet another issue where the conversion of the application delimiter to comma ...tilghman1-29/+40
2010-03-22Merged revisions 253799 via svnmerge from mnicholson1-3/+1
2010-03-20Resolve more compiler warnings on FreeBSD.russell1-0/+1
2010-03-10Fix ParkAndAnnounce not respecting parking options.jpeeler1-7/+181
2010-03-02Add missing description of the PARKINGLOT variable in XML documentation.lmadsen1-0/+3
2010-02-26Send a manager event when the manager BridgeAction command is used.mmichelson1-1/+9
2010-02-18Merged revisions 247651 via svnmerge from mnicholson1-0/+3
2010-02-17addition of dynamic parkinglots featuredvossel1-11/+88
2010-02-03Add some additional option support for non-default parking lots.jpeeler1-1/+33
2010-01-26Merged revisions 243390 via svnmerge from dvossel1-1/+5
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.jpeeler1-4/+4
2010-01-15Add pickup event to AMI. Also, fix AMI documentation.tilghman1-1/+7
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.seanbright1-12/+2
2010-01-13Merged revisions 239838 via svnmerge from jpeeler1-0/+5
2010-01-08Merged revisions 238834 via svnmerge from jpeeler1-1/+1
2010-01-08Stop trying to find a parking space after traversing the parkinglot one time.jpeeler1-3/+2
2010-01-06Fix channel name comparison for bridge application.jpeeler1-3/+1
2009-12-21Merged revisions 235821 via svnmerge from tilghman1-7/+7
2009-11-24Fix erroneous hangup extension executionjpeeler1-1/+5
2009-11-20Merged revisions 230627 via svnmerge from mnicholson1-0/+4
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-8/+11
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-17/+17
2009-11-03This patch adds a sequence field to CDRs that can be combined with the linked...mnicholson1-1/+1
2009-10-20Merged revisions 224773 via svnmerge from file1-1/+5
2009-10-07Deadlock in channel masquerade handlingdvossel1-5/+8
2009-09-24Add bridge related dial flags to the bridge appjpeeler1-5/+237
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