aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-03app_read does not break from prompt loop with user terminated empty stringdvossel1-8/+13
2009-03-03Merged revisions 179741 via svnmerge from russell1-1/+4
2009-03-03Merged revisions 179671 via svnmerge from file1-6/+6
2009-03-03Merged revisions 179608 via svnmerge from russell1-0/+12
2009-03-03Merged revisions 179536 via svnmerge from jpeeler1-1/+1
2009-03-02Merged revisions 179461 via svnmerge from russell1-0/+5
2009-02-17Merged revisions 176701 via svnmerge from jpeeler1-14/+22
2009-02-17Update the timing API to have better support for multiple timing interfaces.russell1-1/+1
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-3/+8
2009-02-16Make the causes array static, and remove the type name as it is not needed.russell1-1/+1
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationmmichelson1-3/+11
2009-02-11Tell the device state core a change happened when a channel is freed but not ...file1-1/+4
2009-01-26Add extensions and context on manager event when new channel is created.oej1-0/+4
2009-01-23Merged revisions 170648 via svnmerge from file1-0/+1
2009-01-23Merged revisions 170392 via svnmerge from mmichelson1-1/+1
2009-01-13Merged revisions 168561 via svnmerge from russell1-1/+1
2008-12-23Merged revisions 166568 via svnmerge from mmichelson1-1/+1
2008-12-23Merged revisions 166509 via svnmerge from tilghman1-1/+4
2008-12-19Adding a new dialplan function AUDIOHOOK_INHERITmmichelson1-2/+2
2008-12-15Merged revisions 164201 via svnmerge from russell1-50/+120
2008-12-12Since chan_sip is callback devicestate driven do not pass in actual states, p...file1-1/+6
2008-12-12Merged revisions 163448 via svnmerge from russell1-41/+92
2008-12-11Fix the "failed" extension for outgoing calls. russell1-2/+0
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-2/+2