aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-1/+1
2008-07-03Merged revisions 127663 via svnmerge from murf1-33/+8
2008-07-01Place the delay in __ast_answer prior to the channel-specific answermmichelson1-1/+1
2008-07-01change the process of inserting a delay into the ast_answer() path so that we...kpfleming1-7/+23
2008-06-26- add get_max_rate timing API callrussell1-2/+7
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-1/+0
2008-06-19Merged revisions 123930 via svnmerge from tilghman1-5/+7
2008-06-16 - Fix a typo in a timing API callrussell1-25/+20
2008-06-13Merge changes from timing branchrussell1-33/+29
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-17/+22
2008-06-12Merged revisions 122130 via svnmerge from tilghman1-3/+26
2008-06-11Merged revisions 121861 via svnmerge from tilghman1-2/+2
2008-06-10Merged revisions 121442 via svnmerge from file1-0/+6
2008-06-09arbitrary formatting change to test a mantis changerussell1-0/+1
2008-06-09Minor formatting change to test a mantis change ...russell1-0/+2
2008-06-09Merged revisions 121280 via svnmerge from russell1-1/+4
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability torussell1-3/+3
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-15/+27
2008-05-19Minor formatting change to test a mantis change ...russell1-1/+2
2008-05-14Merged revisions 116463 via svnmerge from russell1-2/+2
2008-05-13Merged revisions 116088 via svnmerge from mmichelson1-5/+15
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-50/+53
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-2/+12
2008-04-22re-add a fix that got lost with a recent changerussell1-1/+1
2008-04-15Convert several DEBUG logs into ast_debug.qwell1-6/+3
2008-04-14Merged revisions 114117 via svnmerge from mmichelson1-2/+2
2008-04-14Merged revisions 114106 via svnmerge from mmichelson1-1/+6
2008-04-07Merged revisions 113065 via svnmerge from mmichelson1-0/+10
2008-03-25Add a special dialplan variable to chan_sip which will cause an audio file to...file1-0/+11
2008-03-20Add some fixes that I made in regards to wideband codec handling to getrussell1-2/+11
2008-03-13Merged revisions 108583 via svnmerge from russell1-1/+7
2008-03-12Merged revisions 108135 via svnmerge from russell1-8/+13
2008-03-12Merged revisions 108031 via svnmerge from russell1-1/+2
2008-03-10Merged revisions 107102 via svnmerge from russell1-1/+1
2008-03-10Merged revisions 107099 via svnmerge from russell1-1/+5
2008-03-07Merged revisions 106788 via svnmerge from file1-0/+1
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-2/+2
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+12
2008-03-04Whitespace changes onlytilghman1-3/+3
2008-03-033) In addition to merging the changes below, change trunk back to a regularrussell1-5/+6
2008-03-03Merged revisions 105560 via svnmerge from file1-1/+8
2008-02-19Make sure to mask out non-audio first as wellqwell1-3/+3
2008-02-19Maybe we should set the value before we test it? Fixes an issue people have ...qwell1-1/+2
2008-02-18Merged revisions 103801 via svnmerge from file1-1/+1
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...file1-11/+16
2008-02-18Make sure we can set up calls without audio (text+video).oej1-6/+19
2008-02-18Context tracing for channelstilghman1-0/+143
2008-02-15Fix up some doxygen issues.qwell1-1/+4
2008-02-11Add support for allowing a native bridge to happen when the L option is enabl...file1-1/+0
2008-01-28Merged revisions 100581 via svnmerge from russell1-2/+13