aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2011-02-21Merge changes related to AST-2011-002 and FAX-281.lmadsen1-26/+23
2011-01-17AST-2011-001lmadsen1-14/+13
2010-12-07Revert code that changed SSRC for DTMF.jpeeler1-2/+2
2010-12-07Avoid a crash if we don't pass an argument to 'astobj2 test.'seanbright1-0/+4
2010-12-02Initialize offset for adaptive jitter buffertwilson1-0/+5
2010-12-01Get rid of the annoying startup and shutdown errors on OS X.tilghman1-0/+12
2010-11-26Fix bugs in saying numbers using the Swedish language syntaxoej1-38/+45
2010-11-24Make Asterisk less crashy.russell1-1/+3
2010-11-24Fix false reporting of an error by set_format().russell1-7/+17
2010-11-24Handle failures building translation paths more effectively.russell1-3/+3
2010-11-23Fix support of saynumber(1,n) in the Swedish languageoej1-3/+3
2010-11-22The channel redirect function (CLI or AMI) hangs up the call instead of redir...rmudgett2-42/+90
2010-11-16Dead code elimination in channel.c:ast_channel_bridge() variable who.rmudgett1-5/+0
2010-11-11I didn't mean to merge this, sorryjpeeler1-3/+0
2010-11-11One small addition to 294384 found while very carefully merging to 1.6.jpeeler1-0/+6
2010-11-09Fix a deadlock in device state change processing.jpeeler2-107/+192
2010-10-28"!00" evaluated as false, which is incorrect. Fixing.tilghman3-242/+369
2010-10-13Don't ignore frames that have been queued when softhangup'dtwilson1-1/+12
2010-10-12Oops, incorrect range (although unallocated at ARIN)tilghman1-2/+2
2010-10-08Ensure editline cleanup occurs when Ctrl-C is pressed at control console.jpeeler1-4/+5
2010-10-02Add documentation for undocumented option to AMI action originateoej1-0/+1
2010-10-01Change RFC2833 DTMF event duration on end to report actual elapsed time.jpeeler1-1/+15
2010-09-29Allow a manager originate to succeed on forwarded devices.qwell1-2/+7
2010-09-29Set the caller id on CDRs when it is set on the parent channel.mnicholson1-0/+3
2010-09-28Fixes an issue with the Newchannel AMI event during the Masquerading process.bbryant1-3/+7
2010-09-24Solaris compatibility fixestilghman2-0/+14
2010-09-22Fix a 100% CPU consumption problem when setting console=yes in asterisk.conf.russell1-1/+1
2010-09-21Add a check to fix a rare segmentation fault you'd get if ast_frdup couldn't ...bbryant1-1/+3
2010-09-21Less than zero is an error, not any non-zero value.tilghman1-1/+1
2010-09-20ast_channel_masquerade: remove extra else ifalecdavis1-2/+1
2010-09-20ast_channel_masquerade: Avoid recursive masquerades.alecdavis1-7/+17
2010-09-20Use ast_dynamic_str when processing hint state changesmnicholson1-6/+10
2010-09-19Make sure we always free variables properly in manager originate.oej1-1/+7
2010-09-17Use ast_strdup() instead of ast_strdupa() while processing in ast_hint_state_...mnicholson1-2/+7
2010-09-16Don't limit hint processing in ast_hint_state_changed() to AST_MAX_EXTENSION ...mnicholson1-3/+1
2010-09-16Don't stop printing cdr variables if we encounter one with a blank name or va...mnicholson1-10/+10
2010-09-14Only drop duplicate answer frames if the channel is bridged.mnicholson1-1/+1
2010-09-11Handle error response when we can't make file compatibleoej1-1/+4
2010-09-10Missing newlinetilghman1-1/+1
2010-09-09Transmit silence when reading DTMF in ast_readstring.qwell6-193/+278
2010-07-29fixes issue with translator frame not getting freeddvossel1-0/+3
2010-07-27remove empty audiohook write list on channeldvossel2-1/+21
2010-07-23Avoid race with consolethread on shutdown (on parallel processors).tilghman1-6/+13
2010-07-22Allow PLC to function properly when channels use SLIN for audio.mmichelson1-1/+3
2010-07-20Do not queue up DTMF frames while a call is on hold.tilghman1-1/+21
2010-07-20Off-by-one errortilghman1-5/+3
2010-07-16Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NO...mnicholson1-1/+2
2010-07-16If variable gotten is not set, will segfault on Solaris.tilghman1-1/+1
2010-07-16For pass through DTMF tones, measure the actual duration between the begin an...mnicholson1-0/+13
2010-07-15In a perfect world, the frame source would never be NULL. In the meantime, do...jpeeler1-1/+1