aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-22Importing files for 1.2.26.2 releasev1.2.26.2russell3-0/+6532
2008-01-22Creating tag for the release of asterisk-1.2.26.2russell0-0/+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
2007-07-11The function make_trunk() can fail and return -1 instead of a valid new callrussell1-3/+8
2007-07-11The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.mmichelson1-0/+2
2007-07-11Make sure that the ESCAPE immediately follows the condition that uses LIKE.russell1-10/+8
2007-07-11Use some Makefile magic to determine if linux/compiler.h is present. (issue #...file2-0/+7
2007-07-10Fix an issue where it was possible to have a service level of over 100%qwell1-10/+13
2007-07-10Fix an issue with wrapuptime not working when using AgentLogin.qwell1-4/+6
2007-07-10Use res_ndestroy on systems that have it. Otherwise, use res_nclose.qwell1-0/+7
2007-07-10Fix a small typo in description in of Voicemail() application.qwell1-1/+1
2007-07-10Only use ESCAPE when LIKE is used. russell1-2/+4
2007-07-10Ensure the group information category exists before trying to do a string com...file1-2/+2
2007-07-09When the specified class isn't found, properly fall back to the channel's musicrussell1-9/+9
2007-07-09Several chan_zap options were not working on reload because they were arbitra...qwell1-8/+8