aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.23-rc1@212958 f38db49...v1.4.23-rc1kpfleming8-20/+19
2008-10-31Use autotagged externalstilghman0-0/+0
2008-10-31Importing files for 1.4.23-rc1 releasetilghman3-0/+20592
2008-10-31Creating tag for the release of asterisk-1.4.23-rc1tilghman0-0/+0
2008-10-31Turn off qualify on uncached realtime peers.tilghman1-0/+8
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson3-14/+30
2008-10-30The -I argument to aclocal needs a space before the include directory name.seanbright1-1/+1
2008-10-30Cannot join detached threads. See http://www.opengroup.org/onlinepubs/000095...tilghman1-3/+4
2008-10-30Unlock before returning, when extension doesn't exist.tilghman1-0/+1
2008-10-30instead of comparing the string pointer to 0, let's compare the value that wa...kpfleming1-2/+2
2008-10-29Fix an incorrect usage of sizeof()russell1-1/+1
2008-10-29A little documentation cross-ref between features andmurf3-18/+36
2008-10-29The magic trick to avoid this crash is not tomurf5-94/+116
2008-10-28Quoting in the wrong directiontilghman1-1/+1
2008-10-28Reset all DIAL variables back to blank, in case Dial is called multiple timestilghman1-0/+7
2008-10-27Buffer policy setting for half is not needed.jpeeler1-2/+0
2008-10-27Inherit ALL elements of CallerID across a local channel.tilghman1-0/+4
2008-10-26Since passing \0 as the second argument to strchr is valid (and willseanbright1-4/+4
2008-10-25Move AMI initialization to occur after loading modules. This prevents arussell1-5/+9
2008-10-23Backport fix from 1.6.0 that allows you to set parkedcalltransfers=no|caller|...twilson3-2/+22
2008-10-20rename this macro to properly reflect what it doeskpfleming3-86/+86
2008-10-20break up acinclude.m4 into individual files, which will make it easier to mai...kpfleming16-1037/+997
2008-10-19 As per kpfleming's comments to the prior commit, I'm reverting some of the c...bweschke1-8/+1
2008-10-19 Fix the 1.4 branch compile again broken with r150557 when using with Zaptel ...bweschke1-2/+9
2008-10-18 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) ...bweschke1-2/+9
2008-10-17Interesting crash. In this case, you exit themurf1-4/+6
2008-10-17Correctly allow chan_dahdi to compile against older versions of Zaptel.qwell5-16/+12
2008-10-16Reverting changes from commits 150298 and 150301 sincemmichelson1-4/+1
2008-10-16And don't forget to return on the error conditionmmichelson1-0/+1
2008-10-16Don't try to call a dialplan function's read callback frommmichelson1-1/+3
2008-10-16Fix memory leak found by customerrmudgett1-0/+1
2008-10-16This patch is relevant to:murf1-3/+12
2008-10-15 Another documentation fix. bweschke1-1/+2
2008-10-15 An update to the documentation/example of agents.conf.sample with the correc...bweschke1-1/+1
2008-10-15fix some problems when parsing SIP messages that have the maximum number of h...kpfleming1-13/+24
2008-10-14Change this warning to an error message. Suggestionmmichelson1-1/+1
2008-10-14Call register_peer_exten even in the case that the peer'smmichelson1-9/+11
2008-10-14Add a tolerance period for sync-triggered audiohooksmmichelson2-1/+10
2008-10-14Update the queue with the correct number of calls andmmichelson1-3/+8
2008-10-14Don't allow reserved characters to be used in registermmichelson1-0/+21
2008-10-14Check correct values in the return of ast_waitfor(); also, get rid of atilghman1-2/+4
2008-10-14Add in some missing updates to the CHANGES file for sip.conflmadsen1-2/+13
2008-10-14Some compilers warn, some don't. Fixing.tilghman1-1/+1
2008-10-14Ensure that mail headers are 7-bit clean, even when UTF-8 characters are usedtilghman1-24/+136
2008-10-14Deadlock prevention in chan_local.mmichelson1-0/+4
2008-10-14on Ubuntu (at least), recent versions of ld in binutils delete all debugging ...kpfleming1-1/+1
2008-10-14it would be nice if this message printing code had actually been tested befor...kpfleming1-1/+2
2008-10-10User not notified of temporary greeting, if ODBC storage is in use.tilghman1-0/+4
2008-10-09When blank, callerid name and number should display "unknown caller" in voice...tilghman1-1/+2
2008-10-09(closes issue #13139)jpeeler1-0/+5