aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.25-rc1@212958 f38db49...v1.4.25-rc1kpfleming8-20/+19
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-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
2009-04-22Detect availability of pthread_rwlock_timedwrlock() before using it.tilghman4-7/+171
2009-04-22Make chan_h323 respect packetization settingsjpeeler3-19/+29
2009-04-22replace sed with tr to remove \r from downloaded filemvanbaak1-1/+1
2009-04-21Remove daemon call on systems that do not support forking.dbailey1-0/+2
2009-04-21Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glo...dbailey5-17/+149
2009-04-20Add a workaround for func_odbc/ARRAY() for problems that occur with certain s...tilghman2-2/+35
2009-04-20Update CDR appropriately when AST_CAUSE_NO_ANSWER is settwilson1-0/+3
2009-04-20Don't treat a NOANSWER like a CHANUNAVAILtwilson1-0/+1
2009-04-20Properly handle @s within hints in AEL.seanbright2-402/+427
2009-04-20Clean up problem with manager implementation of mmap where it was not testing...dbailey3-13/+15
2009-04-20Move the check for chan->fdno == -1 to after the zombie/hangup check.mmichelson1-7/+7