summaryrefslogtreecommitdiff
path: root/main/channel.c
AgeCommit message (Expand)Author
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
2009-03-11Make handling of the BRIDGEPVTCALLID variable thread-safe.Russell Bryant
2009-03-11Merged revisions 181423 via svnmerge from Russell Bryant
2009-03-03app_read does not break from prompt loop with user terminated empty stringDavid Vossel
2009-03-03Merged revisions 179741 via svnmerge from Russell Bryant
2009-03-03Merged revisions 179671 via svnmerge from Joshua Colp
2009-03-03Merged revisions 179608 via svnmerge from Russell Bryant
2009-03-03Merged revisions 179536 via svnmerge from Jeff Peeler
2009-03-02Merged revisions 179461 via svnmerge from Russell Bryant
2009-02-17Merged revisions 176701 via svnmerge from Jeff Peeler
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-16Make the causes array static, and remove the type name as it is not needed.Russell Bryant
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationMark Michelson