Commit Graph

7628 Commits (ef579d70621e98d17c20de4cd56b045c8b60c623)
 

Author SHA1 Message Date
Russell Bryant ef579d7062 Importing files for 1.2.26.2 release
18 years ago
Russell Bryant 7c070a80df Creating tag for the release of asterisk-1.2.26.2
18 years ago
Russell Bryant dd7fd5e641 Change misery.digium.com to pbx.digium.com
18 years ago
Tilghman Lesher 47b472894b Fix for fix for security fix (third time's the charm?)
18 years ago
Russell Bryant 4208af2204 Fix another potential seg fault ...
18 years ago
Russell Bryant 04e4f3d345 Fix a couple of places where it's possible to dereference a NULL pointer.
18 years ago
Tilghman Lesher 0f7afb14e4 Oops, missed this one case
18 years ago
Tilghman Lesher 1e6902b29d Fixing AST-2007-027 (Closes issue #11119)
18 years ago
Tilghman Lesher 1897d857f0 Properly escape src and dst fields (Fixes AST-2007-026)
18 years ago
Kevin P. Fleming c58235bed4 clarify the OpenSSL and OpenH323 license exceptions
18 years ago
Russell Bryant 0edee75c07 Revert patch committed for issue #9660. It broke E&M trunks.
18 years ago
Steve Murphy 726fa701da This patch hopefully solves 10141; The user is running with it, and it doesn't appear to harm asterisk's operation, and may prevent a crash. I'll store it in 1.2, as we have shut down support on 1.2, but since I developed the patch before support finished, and it might affect 1.4 and trunk, I'm going ahead with it.
18 years ago
Steve Murphy 330090142f This probably isn't super-general, but it's a first stab at using kill -11 to generate a core file instead of gcore.
18 years ago
Tilghman Lesher 2cdedcbe94 Revert change in revision 71656, even though it fixed a bug, because many people were depending upon the (broken) behavior.
18 years ago
Joshua Colp ea98dd3dfc (closes issue #10334)
18 years ago
Steve Murphy 32ade7d7fc this fixes bug 10293, where the error message because defaultzone or loadzone was not defined was confusing
18 years ago
Tilghman Lesher 325bfeeda5 Oops, res contains the error code, not errno. I was wondering why a mutex was reporting "No such file or directory"...
18 years ago
Jason Parker f95db061fd Don't create the Asterisk channel until we are starting the PBX on it.
18 years ago
Joshua Colp a62bba55d8 (closes issue #5866)
18 years ago
Joshua Colp 2405536de9 (closes issue #10236)
18 years ago
Tilghman Lesher 44b5abf39f We should not use C++ reserved words in API headers (closes issue #10266)
18 years ago
Russell Bryant 831ebbebb7 Backport a fix for a memory leak that was fixed in trunk in reivision 76221
18 years ago
Joshua Colp a7047b7ed5 (closes issue #10247)
18 years ago
Russell Bryant 9df29ba46f When processing full frames, take sequence number wraparound into account when
18 years ago
Russell Bryant 6b5a7a6f64 When traversing the queue of frames for possible retransmission after
18 years ago
Tilghman Lesher dc4a74f57f Store prior to copy (closes issue #10193)
18 years ago
Dwayne M. Hubbard dd77af3fe3 removed the word 'pissed' from ast_log(...) function call for BE-90
18 years ago
Russell Bryant d359de6edb Properly check for the length in the skinny packet to prevent an invalid memcpy.
18 years ago
Russell Bryant d0b4144eb4 Ensure that when encoding the contents of an ast_frame into an iax_frame, that
18 years ago
Russell Bryant d2cb9b0d3b After parsing information elements in IAX frames, set the data length to zero,
18 years ago
Kevin P. Fleming 6fc518335e provide proper copyright/license attribution for this structure that was copied from a BSD-licensed header file long, long ago...
18 years ago
Kevin P. Fleming ffae2ad2fa install the LICENSE file along with the music files
18 years ago
Kevin P. Fleming e38a7d523c move FreePlayMusic files into a subdirectory, and include a license statement for them
18 years ago
Russell Bryant 8e7cb1aa7a Fix a couple potential minor memory leaks. load_moh_classes() could return
18 years ago
Mark Michelson a8d3745147 Fixed an issue where chanspy flags were uninitialized if no options were passed.
18 years ago
Russell Bryant ab2a84f410 Ensure that adding a user to the list of users of a specific music on hold
18 years ago
Russell Bryant 460df0480b (closes issue #9660)
18 years ago
Joshua Colp 577c0ebedd Only print out a warning for situations where it is actually helpful. (issue #10187 reported by denke)
18 years ago
Russell Bryant 2c757b4ab7 The function make_trunk() can fail and return -1 instead of a valid new call
19 years ago
Mark Michelson 140c936792 The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.
19 years ago
Russell Bryant 4307bca95c Make sure that the ESCAPE immediately follows the condition that uses LIKE.
19 years ago
Joshua Colp 7055d9fe45 Use some Makefile magic to determine if linux/compiler.h is present. (issue #10174 reported by francesco_r)
19 years ago
Jason Parker 01412290a2 Fix an issue where it was possible to have a service level of over 100%
19 years ago
Jason Parker 5dd56e420c Fix an issue with wrapuptime not working when using AgentLogin.
19 years ago
Jason Parker 71fa9ce0c4 Use res_ndestroy on systems that have it. Otherwise, use res_nclose.
19 years ago
Jason Parker c908fb91d1 Fix a small typo in description in of Voicemail() application.
19 years ago
Russell Bryant abf682606c Only use ESCAPE when LIKE is used.
19 years ago
Joshua Colp abcb24bd12 Ensure the group information category exists before trying to do a string comparison with it. (issue #10171 reported by mlegas)
19 years ago
Russell Bryant 319b105e17 When the specified class isn't found, properly fall back to the channel's music
19 years ago
Jason Parker 29da454042 Several chan_zap options were not working on reload because they were arbitrarily
19 years ago