aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-01Update .version and ChangeLogv1.4.32lmadsen2-1/+5
2010-06-01Create 1.4.32 from 1.4.32-rc2lmadsen0-0/+0
2010-06-01Update .version and ChangeLogv1.4.32-rc2lmadsen2-1/+18
2010-05-26Merged r265610 from 1.4:mnicholson1-9/+0
2010-05-26Copy 1.4.32-rc1 to 1.4.32-rc2lmadsen0-0/+0
2010-05-06Update ChangeLogv1.4.32-rc1lmadsen1-0/+24
2010-05-06Use autotagged externalslmadsen0-0/+0
2010-05-06Importing files for 1.4.32-rc1 release.lmadsen3-0/+28516
2010-05-06Creating tag for the release of asterisk-1.4.32-rc1lmadsen0-0/+0
2010-05-05Registration fix for SIP realtime.pabelanger1-3/+7
2010-05-04Add a tiny corner case to the previous committilghman1-1/+5
2010-05-04Protect against overflow, when calculating how long to wait for a frame.tilghman1-1/+1
2010-05-04Voicemail transfer to operator should occur immediately, not after main menu.jpeeler1-7/+8
2010-05-04Fix FILTER() examples to work in 1.4tringenbach1-4/+4
2010-05-04Fix fallout from removing from configure script. Pointed out by philipp64 o...qwell1-1/+1
2010-05-03Should have removed /usr/lib/ part. Thanks Qwell.pabelanger1-1/+1
2010-05-03non-root make install PREFIX=/tmp fails.pabelanger1-1/+1
2010-05-03Minor typo pointed out by pabelanger on IRC.lmadsen1-1/+1
2010-04-30Ensure channel state is not incorrectly set in the case of a very early answer.jpeeler1-1/+1
2010-04-30Fix potential crash from race condition due to accessing channel data without...mmichelson1-1/+13
2010-04-29DTMF CallerID detection problems.rmudgett1-12/+22
2010-04-29Fixes crash in audiohook_write_listdvossel2-14/+43
2010-04-28resolves deadlocks in chan_localdvossel2-10/+16
2010-04-28Update config.guess.lmadsen1-92/+61
2010-04-28Add AC_CONFIG_AUX_DIR to configure script, so systems without install can use...qwell2-1/+27
2010-04-28Missed this when removing $IDqwell1-1/+0
2010-04-28Remove usage of `id` since it isn't useful and was causing breakge.qwell3-48/+2
2010-04-28Do not play goodbye prompt after timeout of message review.jpeeler1-2/+2
2010-04-27DAHDI "WARNING" message is confusing and vaguermudgett1-3/+14
2010-04-27Update sounds files.lmadsen1-2/+2
2010-04-27Add gar to the check for AR for those silly OSes (Solaris) that don't have ar.qwell2-59/+64
2010-04-27Support the silly OSes that don't have ar and strip.qwell2-19456/+6389
2010-04-27hidecalleridname parameter in chan_dahdi.confrmudgett2-0/+5
2010-04-26Let compilation succeed warning-free when DONT_OPTIMIZE is turned off.mmichelson1-1/+1
2010-04-26Prevent Newchannel manager events for dummy channels.mmichelson1-1/+7
2010-04-25When StopMonitor is called, ensure that it will not be restarted by a channel...tilghman1-0/+2
2010-04-22Fix broken CDR behavior.mnicholson3-7/+8
2010-04-21Fix looping forever when no input received in certain voicemail menu scenarios.jpeeler1-2/+10
2010-04-20Play correct prompt when voicemail store failure occurs after attempted forward.jpeeler1-29/+55
2010-04-19make app_voicemail compile with IMAP_STORAGEjpeeler1-1/+9
2010-04-16Make the mixmonitor thread process audio frames fasterdhubbard1-5/+6
2010-04-15Allow application options with arguments to contain parentheses, through a va...tilghman2-1/+33
2010-04-15Don't recreate peer, when responding to a repeated deregistration attempt.tilghman1-0/+15
2010-04-15Update backtrace.txt documentation.lmadsen1-27/+105
2010-04-15Update address of the bug tracker.lmadsen1-1/+3
2010-04-14When forwarding a message, ensure that prepending works correctly.tilghman1-42/+25
2010-04-13Add an option to restore past broken behavor of the Events manager actionmnicholson2-1/+29
2010-04-12Add How-To document on collecting debugging info for issues.asterisk.orglmadsen1-0/+89
2010-04-06DAHDI/PRI call to pri_channel_bridge() not protected by PRI lock.rmudgett1-7/+8
2010-04-02Resolve a deadlock that occurs due to a pointless call to ast_bridged_channel()russell1-24/+8