aboutsummaryrefslogtreecommitdiffstats
path: root/main/autoservice.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-13Fix an issue that I noticed in autoservice while mmichelson and I were debuggingrussell1-5/+9
2008-04-17Remove redundant safety net. The check for the autoservice channel list staterussell1-4/+0
2008-03-20Shorten the ast_waitfor() timeout from 500 ms to 50 ms in the autoservice thr...russell1-1/+1
2008-03-03Update the copyright information for autoservice. Most of the code in this filerussell1-1/+3
2008-03-03Merge in some changes from team/russell/autoservice-nochans-1.4russell1-0/+12
2008-02-29Fix a major bug in autoservice. There was a race condition in the handling ofrussell1-0/+18
2008-01-08Increase constants to where we're less likely to hit them while debugging.tilghman1-1/+1
2007-12-26Just in case the AST_FLAG_END_DTMF_ONLY flag was already set before startingrussell1-25/+39
2007-12-26When a channel is in autoservice, mark a flag on the channel that says thatrussell1-0/+2
2007-12-26Don't store DTMF BEGIN frames while a channel is in autoservice. It's justrussell1-1/+1
2007-12-07* Add a bit more of a verbose comment as to why a hangup frame needs to berussell1-16/+30
2007-12-07Hangups that happen during autoservice were not processed appropriately. This ismmichelson1-1/+4
2007-12-02Clarify the return value on autoservice. Specifically, if you startedtilghman1-7/+11
2007-11-27Don't do frame processing if ast_read() returned NULL.russell1-0/+3
2007-11-27Merge changes from team/russell/autoservice_1.4russell1-4/+70
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+154