aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Importing files for 1.4.20.1 releasev1.4.20.1russell2-0/+17648
2008-05-21merge main/asterisk.c portion of 117519russell1-0/+8
2008-05-21merge gtk part of 117507russell1-0/+4
2008-05-21merge 117479 from 1.4russell1-1/+5
2008-05-21remove .version and ChangeLogrussell2-17629/+0
2008-05-21create 1.4.20.1 tagrussell2-17/+1
2008-05-21Importing files for 1.4.20.1 releaserussell1-0/+17644
2008-05-21change .version, and remove the ChangeLogrussell2-17629/+1
2008-05-21Create 1.4.20.1 tagrussell0-0/+0
2008-05-20Change .version and ChangeLogrussell2-2/+6
2008-05-20create 1.4.20 from 1.4.20-rc3russell10-69/+160
2008-05-14Use autotagged externalsrussell0-0/+0
2008-05-14Importing files for 1.4.20-rc3 releaserussell3-0/+17626
2008-05-14Creating tag for the release of asterisk-1.4.20-rc3russell0-0/+0
2008-05-14Accept text messages even withoej1-1/+1
2008-05-13A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is def...mmichelson2-8/+21
2008-05-13Fix a deadlock involving channel autoservice and chan_local that was debuggedrussell1-11/+14
2008-05-13Fix an issue that I noticed in autoservice while mmichelson and I were debuggingrussell1-5/+9
2008-05-13Use the right flag to open the audio in non-blocking.file1-2/+1
2008-05-13If the socket dies (read returns 0=EOF), return immediately.tilghman1-1/+1
2008-05-12If a thread holds no locks, do not print any information on the thread when i...mmichelson1-38/+40
2008-05-12Use autotagged externalsrussell0-0/+0
2008-05-12Importing files for 1.4.20 releaserussell3-0/+17556
2008-05-12Creating tag for the release of asterisk-1.4.20russell0-0/+0
2008-05-09Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.file3-9/+221
2008-05-08Remove debug output.russell1-4/+1
2008-05-08Merged revisions 115564 via svnmerge from russell1-0/+18
2008-05-08Don't give up on attempting an outbound registration if we receive a 408 Time...russell1-2/+0
2008-05-08remove postgres_cdr.sql, as the CDR schema is in realtime_pgsql.sql, as wellrussell1-33/+0
2008-05-08Don't exit the script if Asterisk is not running.russell1-1/+2
2008-05-08Don't use a channel before checking for channel allocation failure.russell1-6/+6
2008-05-08Use the same method for executing Asterisk as the rest of the script.russell1-1/+1
2008-05-07Track peer references when stored in the sip_pvt struct as the peer related torussell1-6/+11
2008-05-07Merged revisions 115511 via svnmerge from russell2-977/+0
2008-05-06Merged revisions 115421 via svnmerge from qwell1-1/+1
2008-05-06Switch to using ast_random() rather than just rand().qwell1-1/+1
2008-05-06Don't print the terminating NUL. (Closes issue #12589)tilghman1-1/+1
2008-05-06Add in missing argument.file2-80/+80
2008-05-05Separate verbose output from CLI output, by using a preamble.tilghman2-5/+41
2008-05-05Make sure that either the main speex library contains preprocess functions or...file5-2/+438
2008-05-05Don't consider a caller "handled" until the caller is bridged withmmichelson1-2/+1
2008-05-05Reverse order, such that user configs override default selectionstilghman1-3/+3
2008-05-05Err, the documentation on the return value of ast_odbc_backslash_is_escape is...tilghman1-1/+1
2008-05-05Avoid putting opaque="" in Digest authentication. This patch came from switc...russell1-2/+9
2008-05-05Blocked revisions 115296 via svnmergerussell0-0/+0
2008-05-05When starting Asterisk, bug out if Asterisk is already running.tilghman7-1/+58
2008-05-04Expand the test function for GCC attributes so that more complex attributes a...file2-7/+7
2008-05-04For my next trick I will make these work with what our autoconf header file g...file1-6/+6
2008-05-04Treat warnings as errors when checking if a GCC attribute exists. We have to ...file2-2/+30
2008-05-02Add new "pri show version" command to show the libpri version for support rea...bbryant5-5/+438