aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_local.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-28Merged revisions 259858 via svnmerge from dvossel1-5/+14
2010-04-09Prevent crash when originating a call to a local channel.mmichelson1-1/+1
2010-04-09Merge Call completion support into trunk.mmichelson1-0/+16
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-13/+7
2010-04-02Merged revisions 256014 via svnmerge from russell1-24/+8
2010-03-03Removed cdrflags from ast_channel structure.rmudgett1-1/+0
2010-03-02fixes adaptive jitterbuffer configurationdvossel1-0/+1
2010-03-01Merged revisions 249536 via svnmerge from jpeeler1-38/+2
2010-02-10Change channel state on local channels for busy,answer,ring.jpeeler1-0/+39
2010-02-01Merged revisions 244070 via svnmerge from tilghman1-3/+1
2010-01-04Merged revisions 237318 via svnmerge from tilghman1-1/+1
2009-12-30Merged revisions 236981 via svnmerge from tilghman1-1/+3
2009-11-13Merged revisions 230038 via svnmerge from file1-1/+1
2009-11-09Don't crash when bridge->tech_pvt == NULLtwilson1-0/+6
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-9/+9
2009-10-29Merged revisions 226531 via svnmerge from file1-2/+6
2009-10-29Doxygen documentation updateoej1-10/+17
2009-08-31Merged revisions 214940 via svnmerge from tilghman1-0/+3
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-6/+6
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentmmichelson1-0/+5
2009-06-01Remove extra lock from local_indicate in connected line case.mmichelson1-1/+0
2009-06-01Add missing unlock of local pvt.mmichelson1-0/+2
2009-05-28Add missing lock to local_indicate function for connected line frames.mmichelson1-0/+1
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-5/+4
2009-04-23Merged revisions 190286 via svnmerge from file1-3/+0
2009-04-10Indicating connected line or redirecting updates were missing a call to lock ...mmichelson1-0/+1
2009-04-10ast_strdup failures aren't really failures if the original value was NULL.mmichelson1-4/+8
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-10/+65
2009-04-02Merge in the RTP engine API.file1-1/+0
2009-03-16Merged revisions 182208 via svnmerge from tilghman1-11/+16
2009-02-17Prior to masquerade, move the group definitions to the channel performing thetilghman1-2/+3
2009-01-29Revert two lines that was extra, but only on fridays.oej1-2/+0
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.oej1-2/+13
2009-01-19Merged revisions 169210 via svnmerge from mmichelson1-4/+4
2008-12-31Merged revisions 166953 via svnmerge from tilghman1-0/+1
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-1/+7
2008-10-30Merged revisions 152922 via svnmerge from tilghman1-0/+1
2008-10-27Merged revisions 152215 via svnmerge from tilghman1-0/+4
2008-10-14Merged revisions 148912 via svnmerge from mmichelson1-0/+4
2008-10-06Merged revisions 146711 via svnmerge from tilghman1-0/+12
2008-09-12Merged revisions 142927 via svnmerge from jpeeler1-0/+4
2008-06-27Revert half of the fix, as this part may have been unnecessary (related to is...tilghman1-5/+1
2008-06-27Merged revisions 125740 via svnmerge from tilghman1-4/+11
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingtilghman1-7/+5
2008-06-20Merged revisions 124315 via svnmerge from tilghman1-0/+3
2008-06-07Merged revisions 121078 via svnmerge from russell1-1/+0
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-4/+4
2008-05-13Merged revisions 116038 via svnmerge from russell1-11/+14
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-1/+1
2008-04-24Merged revisions 114624 via svnmerge from mmichelson1-0/+6