aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.20-rc2@212958 f38db49...v1.4.20-rc2kpfleming8-20/+19
2008-05-07Use autotagged externalsrussell0-0/+0
2008-05-07Importing files for 1.4.20-rc2 releaserussell3-0/+17495
2008-05-07Creating tag for the release of asterisk-1.4.20-rc2russell915-448776/+0
2008-05-07Creating tag for the release of asterisk-1.4.20-rc2russell915-0/+448776
2008-05-07Creating tag for the release of asterisk-1.4.20-rc2russell0-0/+0
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
2008-04-25Move the unlock of the spyee channel to outside the start_spying() function s...mmichelson1-7/+6
2008-04-25Reference documentation files that actually exist.tilghman4-5/+5
2008-04-24Re-invite RTP during a masquerade so that, for instance, an AMImmichelson1-0/+7
2008-04-24Output of channel variables when eventwhencalled=vars was setmmichelson1-4/+4
2008-04-24Resolve a deadlock in chan_local by releasing the channel lockmmichelson1-0/+6
2008-04-24Ensure that when we set the accountcode, it actually shows up in the CDR.tilghman1-0/+1
2008-04-24Fix a silly mistake in a change I made yesterday that caused chan_iax2 to blowrussell1-2/+2
2008-04-24Only have one max-forwards header in outbound REFERs.oej1-1/+0
2008-04-23Improve some broken cookie parsing code. Previously, manager login over HTTPrussell1-48/+39
2008-04-23Fix an issue that caused getting the correct next channel to not always work.russell2-6/+4
2008-04-23Fix reload/unload for res_musiconhold module.qwell1-19/+38
2008-04-23Store the manager session ID explicitly as 4 byte ID instead of a ulong. Therussell2-9/+9