aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-2/+2
2009-08-10Fix up some issues with getting a channel by "name".russell1-1/+25
2009-08-06Merged revisions 210913 via svnmerge from tilghman1-0/+2
2009-08-04Initial minimum ast_party_caller support.rmudgett1-0/+7
2009-08-03Fix order and redundancy of channel rename manager events in ast_do_masquerade.mmichelson1-7/+3
2009-07-23Rework of T.38 negotiation and UDPTL API to address interoperability problemskpfleming1-3/+4
2009-07-20Merged revisions 207360 via svnmerge from russell1-6/+11
2009-07-06Improve handling of AST_CONTROL_T38 and AST_CONTROL_T38_PARAMETERS for non-T....kpfleming1-3/+11
2009-07-02Moved trigger for BRIDGE_END CEL event so that it is more accurate.mnicholson1-3/+0
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGtilghman1-2/+6
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...file1-0/+2
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-26/+307
2009-06-22Merged revisions 202496 via svnmerge from russell1-14/+25
2009-06-17Merged revisions 201450 via svnmerge from mmichelson1-1/+5
2009-06-16Merged revisions 200991 via svnmerge from kpfleming1-78/+161
2009-06-12Merged revisions 200360 via svnmerge from mmichelson1-0/+10
2009-06-11Release the allocated channel decreasing the reference counter.eliel1-9/+2
2009-06-10Use ast_channel_unref to instead of ast_free on a newly created channel.mmichelson1-5/+2
2009-06-03ast_call_forward() todo notes and originate flag copy.dvossel1-0/+1
2009-06-02Generic call forward api, ast_call_forward()dvossel1-5/+96
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-2/+46
2009-05-31Constify the ast_frame arg to ast_queue_frame().russell1-3/+3
2009-05-29Merged revisions 198068 via svnmerge from mnicholson1-0/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2009-05-09Declare private data as static.russell1-1/+1
2009-05-05Properly account for memory allocated for channels and datastoreskpfleming1-6/+67
2009-05-01Merged revisions 191488 via svnmerge from jpeeler1-1/+20
2009-04-27Fix a small memory leak on error in ast_channel_alloc().rmudgett1-0/+2
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-340/+299
2009-04-20Merged revisions 189277 via svnmerge from mmichelson1-7/+7
2009-04-10Don't let ast_channel_alloc fail if explicitly passed NULL cid_name or cid_nu...mmichelson1-5/+16
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-1/+1
2009-04-09Add support for allowing the channel driver to handle transcoding.file1-2/+20
2009-04-08Add timer for features so that backup bridge config can go awayjpeeler1-38/+52
2009-04-08Merged revisions 186984 via svnmerge from mmichelson1-6/+10
2009-04-07Merged revisions 186832 via svnmerge from mmichelson1-0/+3
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-11/+925
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...file1-0/+33
2009-04-01Merged revisions 185771 via svnmerge from russell1-0/+7
2009-03-27Improve timing interface to remember which provider provided a timerkpfleming1-13/+16
2009-03-24Put siren7 and siren14 in ast_best_codec() just so they're in there somewhere.russell1-0/+2
2009-03-18Fix an issue where a T38 control frame would get dropped.file1-0/+1
2009-03-18Merged revisions 182810 via svnmerge from russell1-2/+2
2009-03-17Tweak the handling of the frame list inside of ast_answer().russell1-3/+2
2009-03-17correct logic flaw in ast_answer() changes in r182525kpfleming1-1/+2
2009-03-17Improve behavior of ast_answer() to not lose incoming frameskpfleming1-33/+96
2009-03-16Fix a memory leak in the ast_answer / __ast_answer API call.file1-0/+5
2009-03-11Make handling of the BRIDGE_PLAY_SOUND variable thread-safe.russell1-10/+28
2009-03-11Make handling of the BRIDGEPVTCALLID variable thread-safe.russell1-8/+17
2009-03-11Merged revisions 181423 via svnmerge from russell1-14/+31