summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
2009-08-28Merged revisions 214701 via svnmerge from Tilghman Lesher
2009-08-26Merged revisions 214194 via svnmerge from David Vossel
2009-08-10AST-2009-005Tilghman Lesher
2009-08-10Fix up some issues with getting a channel by "name".Russell Bryant
2009-08-06Merged revisions 210913 via svnmerge from Tilghman Lesher
2009-08-04Initial minimum ast_party_caller support.Richard Mudgett
2009-08-03Fix order and redundancy of channel rename manager events in ast_do_masquerade.Mark Michelson
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemsKevin P. Fleming
2009-07-20Merged revisions 207360 via svnmerge from Russell Bryant
2009-07-06Improve handling of AST_CONTROL_T38 and AST_CONTROL_T38_PARAMETERS for non-T....Kevin P. Fleming
2009-07-02Moved trigger for BRIDGE_END CEL event so that it is more accurate.Matthew Nicholson
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGTilghman Lesher
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...Joshua Colp
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-22Merged revisions 202496 via svnmerge from Russell Bryant
2009-06-17Merged revisions 201450 via svnmerge from Mark Michelson
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-06-12Merged revisions 200360 via svnmerge from Mark Michelson
2009-06-11Release the allocated channel decreasing the reference counter.Eliel C. Sardanons
2009-06-10Use ast_channel_unref to instead of ast_free on a newly created channel.Mark Michelson
2009-06-03ast_call_forward() todo notes and originate flag copy.David Vossel
2009-06-02Generic call forward api, ast_call_forward()David Vossel
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-05-31Constify the ast_frame arg to ast_queue_frame().Russell Bryant
2009-05-29Merged revisions 198068 via svnmerge from Matthew Nicholson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-09Declare private data as static.Russell Bryant
2009-05-05Properly account for memory allocated for channels and datastoresKevin P. Fleming
2009-05-01Merged revisions 191488 via svnmerge from Jeff Peeler
2009-04-27Fix a small memory leak on error in ast_channel_alloc().Richard Mudgett
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-20Merged revisions 189277 via svnmerge from Mark Michelson
2009-04-10Don't let ast_channel_alloc fail if explicitly passed NULL cid_name or cid_nu...Mark Michelson
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-04-09Add support for allowing the channel driver to handle transcoding.Joshua Colp
2009-04-08Add timer for features so that backup bridge config can go awayJeff Peeler
2009-04-08Merged revisions 186984 via svnmerge from Mark Michelson
2009-04-07Merged revisions 186832 via svnmerge from Mark Michelson
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...Joshua Colp
2009-04-01Merged revisions 185771 via svnmerge from Russell Bryant
2009-03-27Improve timing interface to remember which provider provided a timerKevin P. Fleming
2009-03-24Put siren7 and siren14 in ast_best_codec() just so they're in there somewhere.Russell Bryant
2009-03-18Fix an issue where a T38 control frame would get dropped.Joshua Colp
2009-03-18Merged revisions 182810 via svnmerge from Russell Bryant
2009-03-17Tweak the handling of the frame list inside of ast_answer().Russell Bryant
2009-03-17correct logic flaw in ast_answer() changes in r182525Kevin P. Fleming
2009-03-17Improve behavior of ast_answer() to not lose incoming framesKevin P. Fleming
2009-03-16Fix a memory leak in the ast_answer / __ast_answer API call.Joshua Colp
2009-03-11Make handling of the BRIDGE_PLAY_SOUND variable thread-safe.Russell Bryant