aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Importing release summary for 1.4.25.1 release.v1.4.25.1lmadsen2-0/+209
2009-06-05Update ChangeLoglmadsen1-2/+6
2009-06-05update ChangeLogdvossel1-2/+2
2009-06-04update ChangeLog for AST-2009-001 updatesdvossel1-0/+8
2009-06-04Additional updates for AST-2009-001dvossel1-1/+17
2009-06-04IAX2 REGAUTH loopdvossel1-22/+37
2009-06-04Update .versionlmadsen1-1/+1
2009-06-04Create 1.4.25.1 tag from 1.4.25.lmadsen0-0/+0
2009-05-21Importing release summary for 1.4.25 release.lmadsen2-0/+1834
2009-05-21Update .version and ChangeLog files.lmadsen2-1/+5
2009-05-21Create Asterisk 1.4.25 release from 1.4.25-rc1.lmadsen3-0/+24375
2009-05-13Use autotagged externalslmadsen0-0/+0
2009-05-13Importing files for 1.4.25-rc1 release.lmadsen3-0/+24375
2009-05-13Creating tag for the release of asterisk-1.4.25-rc1lmadsen0-0/+0
2009-05-13Creating tag for the release of asterisk-1.4.25lmadsen0-0/+0
2009-05-13Fix RFC2833 issues with DTMF getting duplicated and with duration wrapping over.file1-23/+58
2009-05-13Fix logic for how to proceed with a single digit extension.tilghman1-1/+1
2009-05-12This change modifies app_queue to properly generate CDR records in failuremnicholson1-0/+39
2009-05-12Avoid initializing routines if the authentication fails. Fixes a crash (RR) ...tilghman1-4/+7
2009-05-12Set the invitestate to INV_CANCELLED only if we are actually sending a SIP CA...mmichelson1-1/+1
2009-05-11Move 300 bytes around on the stack, to make more room for an extension buffer.tilghman1-3/+6
2009-05-11Sent wrong message to clear a call we started if the other end has not respon...rmudgett1-2/+2
2009-05-11Document CHANNEL(transfercapability) in CLI documentation.lmadsen1-0/+2
2009-05-08Set the proper disposition on originated calls.mnicholson1-0/+11
2009-05-08"misdn show config" segfaults asterisk, if no MSN lists dvossel1-1/+3
2009-05-08Make absolute paths for logger channels work properlykpfleming2-11/+9
2009-05-07Fix Background within a Macro for FreePBX.tilghman1-2/+17
2009-05-07Give a more helpful message when an incoming call's dialed extension does not...rmudgett1-8/+14
2009-05-07Eliminate repetition of fullcontact during reconstruction.tilghman1-0/+10
2009-05-06Make ParkedCall application stop execution of the dialplan after hang upjpeeler1-2/+2
2009-05-06Update some old logic to stop both begin and end DTMF frames from reaching th...file1-2/+4
2009-05-05Fix Javascript error when using astman.js in Internet Explorer.seanbright1-2/+2
2009-05-05Fix an incorrect assumption that certain values on the channel will always ex...file1-4/+4
2009-05-05Fix a bug where the followme application would continue trying numbers after ...file1-4/+4
2009-05-04global mohinterpret setting is ignoreddvossel1-0/+5
2009-05-02Fix a bug which resulted from the Hebrew voicemail commit.mmichelson1-37/+47
2009-05-02Kevin has informed me that thi sort of thing is not necessary.mmichelson1-2/+2
2009-05-02Move static buffers to outside for loops in app_chanspy.mmichelson1-2/+2
2009-05-01SIP Response 410 maps to cause code 22 (or 23), not 1.tilghman1-1/+1
2009-05-01Fix DTMF not being sent to other side after a partial feature matchjpeeler1-1/+20
2009-05-01Move the defintion of the a couple arrays out of loops.seanbright1-2/+2
2009-04-29Allow H.323 to compile with FDLEAK checking enabled.tilghman2-1/+7
2009-04-29Patch to fix tab-completion crash on "remove extension"dbrooks1-90/+5
2009-04-29Fix a crash in app_queue with very long member lists.seanbright1-4/+4
2009-04-27Fix 'inconsistent line endings' when autoconf 2.63 is usedkpfleming2-7192/+7654
2009-04-27Fix a typo from 190661.russell1-2/+2
2009-04-27Resolve a crash in res_smdi when used with chan_dahdi.russell1-2/+26
2009-04-23Remove a bogus ast_channel_unlock().russell1-1/+0
2009-04-23Fix a bug in chan_local glare hangup detection.file1-3/+0
2009-04-23unistd.h is required for usleep() on Darwin. It will not hurt to include it a...oej1-1/+1