aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright1-2/+2
2008-11-05Merged revisions 154685 via svnmerge from murf1-1/+2
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-0/+18
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-4/+12
2008-10-31Use the ast_str API call to reset the string instead of manually editing its ...russell1-2/+1
2008-09-09Modify ast_answer() to not hold the channel lock while calling ast_safe_sleep()russell1-4/+9
2008-09-05Merged revisions 141156 via svnmerge from murf1-1/+1
2008-09-02Merged revisions 140690 via svnmerge from murf1-1/+1
2008-09-02Merged revisions 140670 via svnmerge from murf1-0/+6
2008-08-13Convert deprecated routines to the new names.tilghman1-2/+2
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-2/+2
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-102/+102
2008-08-07Fix a calculation error I had made in the poll. The pollmmichelson1-3/+6
2008-08-07Scrap the 500 ms delay when Asterisk auto-answers a channel.mmichelson1-23/+33
2008-08-06Merged revisions 135949 via svnmerge from tilghman1-10/+13
2008-08-06Merged revisions 135841,135847,135850 via svnmerge from mmichelson1-0/+5
2008-08-05Merged revisions 135799 via svnmerge from murf1-1/+6
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-49/+17
2008-07-28remove remaining Zaptel references in various placeskpfleming1-5/+0
2008-07-25Deprecate *_device_state_* APIs in favor of *_devstate_* APIstilghman1-2/+2
2008-07-25Merged revisions 133649 via svnmerge from tilghman1-2/+11
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