aboutsummaryrefslogtreecommitdiffstats
path: root/main/channel.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-01log channel name in dev mode as welljpeeler1-1/+1
2009-12-01Fix crash with invalid frame datajpeeler1-0/+11
2009-11-25After a frame duplication failure, unlock the channel before returning.tilghman1-0/+1
2009-11-09Update WARNING message.lmadsen1-1/+1
2009-11-06fixes audiohook write crash occuring in chan_spy whisper mode.dvossel1-2/+10
2009-10-09Signal timeouts by returning AST_CONTROL_RINGING when originating calls.mnicholson1-1/+5
2009-09-30Avoid a potential NULL dereference.tilghman1-5/+2
2009-09-17Prevent a potential race condition and crash when hanging up a channel by rem...mnicholson1-8/+26
2009-08-28Modify comment to be a bit more accurate.tilghman1-4/+4
2009-08-26ast_write() ignores ast_audiohook_write() resultsdvossel1-2/+25
2009-08-10AST-2009-005tilghman1-2/+2
2009-08-06Because channel information can be accessed outside of the channel thread, we...tilghman1-0/+2
2009-07-20Only do the chan->fdno check in ast_read() in a developer build.russell1-8/+11
2009-06-22Report CallerID change during a masquerade.russell1-15/+25
2009-06-17Change the datastore traversal in ast_do_masquerade to use a safe list traver...mmichelson1-1/+5
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming1-74/+159
2009-06-12Suppress a warning message and give a better return code when generatingmmichelson1-0/+10
2009-06-03Generic call forward api, ast_call_forward()dvossel1-5/+88
2009-05-29Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.mnicholson1-0/+1
2009-05-27Fix broken attended transfersjpeeler1-5/+6
2009-05-13Remove an extraneous unlocking operation from ast_channel_free.mmichelson1-1/+0
2009-05-08Set the proper disposition on originated calls.mnicholson1-0/+11
2009-05-01Fix DTMF not being sent to other side after a partial feature matchjpeeler1-1/+20
2009-04-20Move the check for chan->fdno == -1 to after the zombie/hangup check.mmichelson1-7/+7
2009-04-08Make a couple of changes with regards to a new message printed in ast_read().mmichelson1-6/+12
2009-04-07Set the AST_FEATURE_WARNING_ACTIVE flag when a p2p bridge returns AST_BRIDGE_...mmichelson1-0/+3
2009-04-01Fix a case where DTMF could bypass audiohooks.russell1-0/+7
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell1-2/+2
2009-03-18revert commit that included extranous changeskpfleming1-158/+70
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-70/+158
2009-03-11Make code that updates BRIDGEPEER variable thread-safe.russell1-14/+30
2009-03-03Ensure chan->fdno always gets reset to -1 after handling a channel fd event.russell1-1/+4
2009-03-03Move where fdno is set to the default value to *after* the read callback of t...file1-6/+6
2009-03-03Make it easier to detect an improper call to ast_read().russell1-0/+12
2009-03-02Fix bridging regression from commit 176701jpeeler1-1/+1
2009-03-02Ensure that only one thread is calling ast_settimeout() on a channel at a time.russell1-0/+2
2009-02-17Modify bridging to properly evaluate DTMF after first warning is playedjpeeler1-14/+22
2009-01-23When a channel is answered make sure any indications currently playing stop. ...file1-0/+1
2009-01-23Fix broken call pickupmmichelson1-1/+1
2009-01-13Revert unnecessary indications API change from rev 122314russell1-1/+1
2008-12-23Fix a crash resulting from a datastore with inheritance but no duplicate call...mmichelson1-1/+1
2008-12-23Use the integer form of condition for integer comparisons.tilghman1-1/+4
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson1-2/+2
2008-12-19(closes issue #13480)jpeeler1-5/+1
2008-12-15Handle a case where a call can be bridged to a channel that is still ringing.russell1-50/+119
2008-12-12Resolve issues that could cause DTMF to be processed out of order.russell1-41/+92
2008-11-05This fix was prompted by communication from user, who was seeing thousands of...murf1-1/+2
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-4/+12
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell1-1/+1
2008-09-05A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer fo...murf1-1/+1