aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-05-21Importing files for 1.2.28.1 releasev1.2.28.1russell3-0/+6689
2008-05-21Creating tag for the release of asterisk-1.2.28.1russell0-0/+0
2008-05-08Fix a race condition that bbryant just found while doing some IAX2 testing.russell1-1/+33
2008-05-07Remove remnants of dlinkedlists. I didn't actually use them in the final ver...russell2-977/+0
2008-05-06read requires an argument on some non-bash shellsqwell1-1/+1
2008-05-05Merge changes from team/russell/iax2_find_callno_1.2russell5-135/+2493
2008-04-29stop script from appending source code if run multiple timeskpfleming1-0/+11
2008-04-22When we receive a full frame that is supposed to contain our call number,russell1-17/+34
2008-03-26update UPGRADE notes to document usage of the scriptkpfleming1-10/+4
2008-03-26add a script to make getting the iLBC source code simple for end userskpfleming1-0/+22
2008-03-26due to licensing restrictions, we cannot distribute the source code for iLBC ...kpfleming48-7006/+18
2008-03-20Fix some very broken code that was introduced in 1.2.26 as a part of the secu...russell2-14/+9
2008-03-18Fix character string being treated as format stringtwilson1-1/+1
2008-03-18Do not return with a successful authentication if the From header ends up empty.qwell1-2/+0
2008-01-07Change misery.digium.com to pbx.digium.comrussell1-1/+1
2007-12-23Fix for fix for security fix (third time's the charm?)tilghman1-25/+24
2007-12-20Fix another potential seg fault ...russell1-2/+2
2007-12-20Fix a couple of places where it's possible to dereference a NULL pointer.russell1-2/+2
2007-12-18Oops, missed this one casetilghman1-1/+1
2007-12-18Fixing AST-2007-027 (Closes issue #11119)tilghman2-10/+95
2007-11-29Properly escape src and dst fields (Fixes AST-2007-026)tilghman1-11/+16
2007-09-13clarify the OpenSSL and OpenH323 license exceptionskpfleming1-1/+1
2007-08-07Revert patch committed for issue #9660. It broke E&M trunks.russell1-9/+3
2007-08-02This patch hopefully solves 10141; The user is running with it, and it doesn'...murf1-2/+6
2007-07-31This probably isn't super-general, but it's a first stab at using kill -11 to...murf1-10/+17
2007-07-30Revert change in revision 71656, even though it fixed a bug, because many peo...tilghman1-1/+2
2007-07-30(closes issue #10334)file1-2/+2
2007-07-25this fixes bug 10293, where the error message because defaultzone or loadzone...murf1-1/+1
2007-07-24Oops, res contains the error code, not errno. I was wondering why a mutex wa...tilghman1-1/+1
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+14
2007-07-23(closes issue #5866)file1-2/+2
2007-07-23(closes issue #10236)file1-0/+5
2007-07-22We should not use C++ reserved words in API headers (closes issue #10266)tilghman1-1/+1
2007-07-21Backport a fix for a memory leak that was fixed in trunk in reivision 76221russell1-0/+1
2007-07-20(closes issue #10247)file1-0/+3
2007-07-19When processing full frames, take sequence number wraparound into account whenrussell1-1/+3
2007-07-18When traversing the queue of frames for possible retransmission afterrussell1-1/+1
2007-07-18Store prior to copy (closes issue #10193)tilghman1-1/+9
2007-07-18removed the word 'pissed' from ast_log(...) function call for BE-90dhubbard1-1/+1
2007-07-17Properly check for the length in the skinny packet to prevent an invalid memcpy.russell1-1/+1
2007-07-17Ensure that when encoding the contents of an ast_frame into an iax_frame, thatrussell3-4/+17
2007-07-17After parsing information elements in IAX frames, set the data length to zero,russell1-0/+1
2007-07-16provide proper copyright/license attribution for this structure that was copi...kpfleming1-0/+59
2007-07-16install the LICENSE file along with the music fileskpfleming1-1/+1
2007-07-16move FreePlayMusic files into a subdirectory, and include a license statement...kpfleming5-1/+4
2007-07-13Fix a couple potential minor memory leaks. load_moh_classes() could returnrussell1-2/+2
2007-07-13Fixed an issue where chanspy flags were uninitialized if no options were passed.mmichelson1-0/+2
2007-07-13Ensure that adding a user to the list of users of a specific music on holdrussell1-0/+2
2007-07-13(closes issue #9660)russell1-3/+12
2007-07-12Only print out a warning for situations where it is actually helpful. (issue ...file1-8/+9