aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-102/+101
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...rmudgett1-2/+306
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-96/+42
2009-10-09Merged revisions 223225 via svnmerge from mnicholson1-1/+5
2009-10-07Deadlock in channel masquerade handlingdvossel1-49/+108
2009-09-30Merged revisions 221200 via svnmerge from tilghman1-5/+2
2009-09-25Correct sense of logic test committed in revision 220494.kpfleming1-1/+1
2009-09-25Don't use hash-based lookups for ast_channel_get_by_name_prefix().kpfleming1-40/+41
2009-09-17Merged revisions 219136 via svnmerge from mnicholson1-0/+5
2009-08-28Merged revisions 214701 via svnmerge from tilghman1-4/+4
2009-08-26Merged revisions 214194 via svnmerge from dvossel1-2/+25
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