aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Do not queue up DTMF frames while a call is on hold.tilghman1-0/+12
2010-05-21Fix grammatical error in comment.mmichelson1-1/+1
2010-05-21Allow ast_safe_sleep to defer specific frames until after the sleep has concl...mmichelson1-0/+16
2010-05-201.4 version of PLC fix.mmichelson1-0/+6
2010-01-04Add a flag to disable the Background behavior, for AGI users.tilghman1-0/+4
2009-10-21Fix documentation for ast_softhangup() and correct the misuse thereof.tilghman1-2/+2
2009-09-17Prevent a potential race condition and crash when hanging up a channel by rem...mnicholson1-0/+2
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming1-6/+17
2009-06-03Generic call forward api, ast_call_forward()dvossel1-0/+12
2009-05-27Fix broken attended transfersjpeeler1-0/+1
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-4/+1
2009-02-17Modify bridging to properly evaluate DTMF after first warning is playedjpeeler1-0/+2
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-0/+4
2009-01-13Revert unnecessary indications API change from rev 122314russell1-1/+1
2008-12-15Add notes to autoservice and pbx doxygen regarding a potentialmmichelson1-0/+5
2008-12-15Use autoconf logic to determine whether the system has timersub or not. Do no...file1-1/+1
2008-12-12Resolve issues that could cause DTMF to be processed out of order.russell1-1/+15
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-3/+2
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson1-0/+4
2008-11-09Use static functions here instead of nested ones. This requires a smallseanbright1-1/+2
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+1
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-0/+5
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming1-1/+1
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler1-1/+1
2008-05-14Add ast_assert(), which can be used to handle fatal errors. It is only compiledrussell1-7/+0
2008-03-13Fix another issue that was causing crashes in chanspy. This introduces a newrussell1-0/+15
2008-01-28Make some deadlock related fixes. These bugs were discovered and reportedrussell1-1/+4
2008-01-18Remove the __ in front of the unused variable. This causes some compilers to ...file1-3/+2
2008-01-16Add an unused pointer to the ast_channel struct. This makes the ast_channel ...russell1-0/+3
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file1-5/+2
2007-12-03A big one...mmichelson1-0/+6
2007-12-03Preserve the indication currently playing on a channel when a masquerade oper...file1-0/+2
2007-11-29This set of changes is to make some callerID handling thread-safe.russell1-0/+3
2007-10-18The channel needs to stay locked while running timer callbacks, as they accessrussell1-0/+1
2007-09-27if an Agent is redirected, the base channel should actually be redirected. T...dhubbard1-0/+6
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-2/+2
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell1-0/+3
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf1-0/+10
2007-04-24Improve DTMF handling in ast_read() even more in response to a discussion onrussell1-1/+1
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-03-01Merge changes from svn/asterisk/team/russell/sla_updatesrussell1-9/+10
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-16/+20
2006-12-18unbreak the macro used for incrementing the frame counters.rizzo1-1/+1
2006-11-20Use a separate variable in the channel structure to store the context that th...file1-0/+1
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-1/+7
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-2/+7
2006-10-10CHANNEL() function sometime mix parameter and valuepcadach1-1/+1
2006-09-26Merged revisions 43705 via svnmerge from file1-2/+2
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-15/+25
2006-08-29Merge team/russell/frame_cachingrussell1-1/+1