aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-05-02Clarify a comment that was, well, just wrong. It turns out thatmmichelson1-11/+5
2008-05-01Change the comment of deprecated to an actual compiler deprecationtilghman1-1/+1
2008-05-01'#' is another reserved character for URIs that also needs to be escaped.tilghman1-1/+1
2008-04-30Merge changes from team/russell/iax2_find_callno and iax2_find_callno_1.4russell2-123/+1222
2008-04-30Don't crash on bad SIP replys.oej1-4/+6
2008-04-30use the ARRAY_LEN macro for indexing through the iaxs/iaxsl arrays so that th...kpfleming2-18/+32
2008-04-30pay attention to *all* header files for dependency tracking, not just the loc...kpfleming1-3/+3
2008-04-29Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channe...mmichelson1-4/+9
2008-04-29Change warning message to debug, since there are cases where 0 results is per...qwell1-2/+1
2008-04-29Merged revisions 114822 via svnmerge from kpfleming1-0/+11
2008-04-28When modules are embedded, they take on a different name, without the ".so"tilghman2-4/+14
2008-04-27When we don't explicitly pass a path to the --with-tds configure option, weseanbright2-15/+31
2008-04-26Clicking forward without selecting a message leaves an errant .lock file.tilghman1-130/+138
2008-04-25Use consistent logic for checking to see if a call number has been chosen yet.russell1-5/+5