]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2009-01-15  Mark MichelsonFix some crashes from bad datastore handling in app_queue.c
2009-01-14  Richard Mudgett* Fixed create_process() allocation of process ID...
2009-01-14  Sean BrightUpdate autosupport script to supply info for both Zapte...
2009-01-14  Steve Murphyapp_page was failing to compile in dev-mode on my gcc...
2009-01-14  Tilghman LesherDon't read into a buffer without first checking if...
2009-01-14  Mark MichelsonFix a logic error I found while searching through chan_...
2009-01-14  Terry WilsonDon't overflow when paging more than 128 extensions
2009-01-13  Russell BryantRevert unnecessary indications API change from rev...
2009-01-13  Terry WilsonDon't pass a value with a side effect to a macro
2009-01-13  Tilghman LesherIf either conditional is NULL, don't try copying it.
2009-01-12  Jeff Peeler(closes issue #13881)
2009-01-12  Jeff Peeler(closes issue #12269)
2009-01-12  Mark MichelsonI am reverting the fix made in revision 168128 (and...
2009-01-12  Russell Bryants/ringdance/ringcadence/ for Bulgaria
2009-01-10  Kevin P. Flemingsmall commit to test new server
2009-01-10  Kevin P. Flemingsmall commit to test new server
2009-01-09  Kevin P. Flemingupdate to use new sound file packages that include...
2009-01-09  Russell BryantMake this compile for mvanbaak
2009-01-09  Richard Mudgett* Fix for JIRA AST-175/ABE-1757
2009-01-09  Mark MichelsonAdd check_via calls to more request handlers
2009-01-08  Tilghman LesherDon't truncate database results at 255 chars.
2009-01-08  Kevin P. Flemingremove an unnecessary argument to queue_request()
2009-01-07  Kevin P. FlemingWhen a SIP request or response arrives for a dialog...
2009-01-07  Russell BryantFix the last couple of places where free() was improper...
2009-01-07  Russell BryantDon't fclose() the file early, the filestream destructo...
2009-01-07  Russell BryantOnly try to close the file if one was actually opened
2009-01-07  Russell BryantDon't use free() directly. This caused a crash since...
2009-01-07  Russell BryantTreat an empty string the same way as a NULL country...
2009-01-06  Mark MichelsonUse the correct variable when creating the format string
2009-01-06  Tilghman LesherMerged revisions 167259 via svnmerge from
2009-01-05  Mark MichelsonA couple of changes to T.38 SDP attribute handling
2009-01-01  Tilghman LesherRepeat attempts to write when we receive -EAGAIN from...
2008-12-31  Tilghman LesherAlso inherit the musiconhold class.
2008-12-28  Russell BryantUse strncat() instead of an sprintf() in which source...
2008-12-23  Tilghman LesherCompile, even if both DAHDI and Zaptel are not installed.
2008-12-23  Mark MichelsonFix a crash resulting from a datastore with inheritance...
2008-12-23  Tilghman LesherUse the integer form of condition for integer comparisons.
2008-12-22  Mark MichelsonFix a deadlock relating to channel locks and autoservice
2008-12-22  Russell BryantFix up timeout handling in ast_carefulwrite().
2008-12-22  Russell BryantRe-work ref count handling of MoH classes using astobj2...
2008-12-19  Mark MichelsonBackport of AUDIOHOOK_INHERIT for Asterisk 1.4
2008-12-19  Steve MurphyThis merges the masqpark branch into 1.4
2008-12-19  Jeff Peeler(closes issue #13480)
2008-12-19  Russell BryantEnsure that the chanspy datastore is fully initialized.
2008-12-18  Russell BryantMake ast_carefulwrite() be more careful.
2008-12-18  Tilghman LesherAdd mutexes around accesses to the IMAP library interfa...
2008-12-18  Russell BryantSet the process group ID on the MOH process so that...
2008-12-18  Joshua ColpOnly care about a compatible codec for early bridging...
2008-12-18  Joshua ColpDo not crash if we are not passed in a followme id.
2008-12-17  Tilghman LesherReverse the fix from issue #6176 and add proper handlin...
2008-12-17  Mark MichelsonFix some memory leaks found while looking at how realtime
2008-12-16  Mark MichelsonAfter looking through SIP registration code most of...
2008-12-16  Russell BryantFix an issue where DEBUG_THREADS may erroneously report...
2008-12-16  Russell BryantDo not dereference the channel if AST_PBX_KEEPALIVE...
2008-12-16  Russell BryantAdd "restart gracefully" to the AMI blacklist of CLI...
2008-12-16  Russell BryantFix memory leak and invalid reporting issues with DEBUG...
2008-12-16  Russell BryantFix a memory leak related to the use of the "setvar...
2008-12-16  Steve MurphyI added a sentence to clarify why - and ' ' are ignored...
2008-12-16  Russell BryantDon't try to change working directory if a directory...
2008-12-15  Mark MichelsonAdd the deadlock note to ast_spawn_extension as well
2008-12-15  Mark MichelsonAdd notes to autoservice and pbx doxygen regarding...
2008-12-15  Joshua ColpDo not try to unlock a non-existant channel if the...
2008-12-15  Joshua ColpUse autoconf logic to determine whether the system...
2008-12-15  Joshua ColpCan we try not to assign an unsigned int to -1?
2008-12-15  Russell BryantHandle a case where a call can be bridged to a channel...
2008-12-13  Tilghman LesherChange the default calldurationlimit from the special...
2008-12-12  Russell BryantSet the reviewboard:url property on 1.4, as well
2008-12-12  Tilghman LesherSimple fix for Ctrl-C not immediately exiting Asterisk...
2008-12-12  Russell BryantSpecify uint32_t for variables storing a CRC32 so that...
2008-12-12  Russell BryantResolve issues that could cause DTMF to be processed...
2008-12-11  Tilghman LesherWhen a Ctrl-C or Ctrl-D ends a remote console, on certa...
2008-12-11  Matthew NicholsonClean up the dundi cache every 5 minutes.
2008-12-11  Russell BryantFix some observed slowdowns in dialplan processing.
2008-12-11  Russell BryantFix an issue that made it so you could only have a...
2008-12-11  Tilghman LesherDon't wait forever, if there's a specified recording...
2008-12-11  Mark MichelsonRevert this cast to long. Using time_t here causes...
2008-12-11  Mark MichelsonFix a potential crash due to unsafe datastore handling.
2008-12-10  Jeff PeelerOops, inverted logic for a strcasecmp check. Pointed...
2008-12-10  Jeff Peeler(closes issue #13229)
2008-12-10  Joshua ColpFix subscription based MWI up a bit. We only want to...
2008-12-10  Joshua ColpWhen a SIP peer unregisters set the expiry time back...
2008-12-10  Steve Murphy(closes issue #14022)
2008-12-10  Mark MichelsonUpdate to stringfield handling so that side-effects on
2008-12-10  Mark MichelsonRevert fix for issue 13570. It has caused more problems...
2008-12-10  Mark MichelsonAdd missing documentation to misdn.txt
2008-12-10  Joshua ColpIncrement the sequence number on the end packets for...
2008-12-09  Tilghman LesherOops, should be "tz", not "zonetag".
2008-12-09  Russell BryantRemove the test_for_thread_safety() function completely.
2008-12-09  Tilghman LesherWe appear to have documented tz= in the [general] secti...
2008-12-09  Joshua ColpAdd 'down' as a valid state for directed call pickup...
2008-12-09  Russell BryantFix an issue where callers on an incoming call on an...
2008-12-09  Joshua ColpFix double declaration of 'x' on the PPC platform.
2008-12-09  Mark MichelsonIf we fail to start a thread for the pbx to run in...
2008-12-09  Steve MurphyIn discussion with seanbright on #asterisk-dev, I...
2008-12-09  Joshua ColpMake sure that the timestamp for DTMF is not the same...
2008-12-09  Joshua ColpTake video into account when early bridging RTP.
2008-12-09  Steve MurphyPrevious fix used ast_malloc and ast_copy_string and...
2008-12-09  Tilghman LesherFor some reason, after a distclean, gcc started returning
2008-12-09  Russell BryantAllow DISA to handle extensions that start with #.
2008-12-09  Steve Murphy(closes issue #14019)
next