]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2008-11-29  Kevin P. Flemingupdate dev-mode compiler flags to match the ones used...
2008-11-26  Kevin P. Flemingrename these files so as to avoid conflicts when users...
2008-11-26  Kevin P. Flemingsimplify (and slightly bug-fix) the recent developer...
2008-11-25  Steve Murphy(closes issue #12694)
2008-11-25  Tilghman LesherDon't try to send a response on a NULL pvt.
2008-11-25  Tilghman LesherMerged revisions 159245 via svnmerge from
2008-11-25  Russell BryantAdd ao2_trylock() to go along with ao2_lock() and ao2_u...
2008-11-25  Terry WilsonAdd missing variable declaration in the PPC code
2008-11-25  Tilghman LesherSystem call ioperm is non-portable, so check for its...
2008-11-22  Jeff Peeler(closes issue #13786)
2008-11-21  Steve MurphyIn reference to the fix made for 13871, I was
2008-11-21  Tilghman LesherThe passed extension may not be the same in the list...
2008-11-21  Russell BryantWhen compiling with DEBUG_THREADS, report the real...
2008-11-21  Steve Murphy(closes issue #13871)
2008-11-21  Mark MichelsonThis change had somehow gotten reverted due to a
2008-11-20  Mark MichelsonThere was an issue when attempting to reference an...
2008-11-20  Mark MichelsonWe don't handle 4XX responses to BYE well. According to
2008-11-20  Mark MichelsonMake sure to set the hangup cause on the calling channe...
2008-11-20  Richard MudgettMerged revision 157977 from
2008-11-19  Kevin P. Flemingthe gcc optimizer frequently finds broken code (use...
2008-11-18  Mark MichelsonAdd some missing invite state changes necessary in...
2008-11-18  Jeff Peeler(closes issue #13899)
2008-11-18  Mark MichelsonFix a crash in the end_bridge_callback of app_dial and
2008-11-15  Kevin P. Flemingwhen an individual directory dist-clean is run, run...
2008-11-15  Kevin P. Flemingdist-clean should remove dependency information files...
2008-11-15  Kevin P. Flemingmajor update to doxygen configuration file:
2008-11-14  Mark MichelsonIf the prompt to reenter a voicemail password timed...
2008-11-14  Tilghman Lesherast_waitfordigit() requires that the channel be up...
2008-11-13  Tilghman LesherProvide more space for all the data which can appear...
2008-11-13  Kevin P. Flemingrevert this change... non-functional changes don't...
2008-11-13  Kevin P. Flemingcorrect minor syntax error... no functional change
2008-11-12  Tilghman LesherWhen using call limits under 1 second, infinite call...
2008-11-12  Steve MurphyIt turns out that the 0x0XX00 codes being returned for
2008-11-12  Tilghman LesherIf the SLA thread is not started, then reload causes...
2008-11-12  Jeff PeelerFor whatever reason, gcc only warned me about the possi...
2008-11-12  Tilghman LesherRevert revision 132506, since it occasionally caused...
2008-11-12  Jeff Peeler(closes issue #13173)
2008-11-12  Mark MichelsonWhen doing some tests, I was having a crash at the...
2008-11-12  Russell BryantMove the sanity check that makes sure "always fork...
2008-11-10  Mark MichelsonChannel drivers assume that when their indicate callback
2008-11-10  Tilghman LesherI got tired of saying this in every single bugnote...
2008-11-09  Sean BrightUse static functions here instead of nested ones. ...
2008-11-07  Tilghman LesherClarify error message.
2008-11-06  Mark MichelsonThe documentation listed the ability to set 'maxmsg...
2008-11-05  Mark MichelsonThe logic of a strcasecmp call was reversed
2008-11-05  Steve MurphyThis fix was prompted by communication from user, who...
2008-11-04  Tilghman LesherOn busy systems, it's possible for the values checked...
2008-11-04  Richard MudgettJIRA ABE-1703
2008-11-04  Tilghman LesherMake the monitor thread non-detached, so it can be...
2008-11-03  Tilghman LesherAttempting to expunge a mailbox when the mailstream...
2008-11-03  Tilghman LesherRemove the potential for a division by zero error.
2008-11-03  Kevin P. Flemingsomehow missed a bunch of gcc 4.3.x warnings in this...
2008-11-02  Russell Bryantfeatures.h depends on linkedlists.h, so include it
2008-11-01  Kevin P. Flemingfix a bunch of potential problems found by gcc 4.3...
2008-10-31  Terry WilsonAdd end_bridge_callback for app_follome and add AUTOLOO...
2008-10-31  Tilghman LesherTurn off qualify on uncached realtime peers.
2008-10-31  Terry WilsonRecent CDR fixes moved execution of the 'h' exten into...
2008-10-30  Sean BrightThe -I argument to aclocal needs a space before the...
2008-10-30  Tilghman LesherCannot join detached threads. See http://www.opengroup...
2008-10-30  Tilghman LesherUnlock before returning, when extension doesn't exist.
2008-10-30  Kevin P. Fleminginstead of comparing the string pointer to 0, let's...
2008-10-29  Russell BryantFix an incorrect usage of sizeof()
2008-10-29  Steve MurphyA little documentation cross-ref between features and
2008-10-29  Steve MurphyThe magic trick to avoid this crash is not to
2008-10-28  Tilghman LesherQuoting in the wrong direction
2008-10-28  Tilghman LesherReset all DIAL variables back to blank, in case Dial...
2008-10-27  Jeff PeelerBuffer policy setting for half is not needed.
2008-10-27  Tilghman LesherInherit ALL elements of CallerID across a local channel.
2008-10-26  Sean BrightSince passing \0 as the second argument to strchr is...
2008-10-25  Russell BryantMove AMI initialization to occur after loading modules...
2008-10-23  Terry WilsonBackport fix from 1.6.0 that allows you to set parkedca...
2008-10-20  Kevin P. Flemingrename this macro to properly reflect what it does
2008-10-20  Kevin P. Flemingbreak up acinclude.m4 into individual files, which...
2008-10-19  BJ Weschke As per kpfleming's comments to the prior commit, I...
2008-10-19  BJ Weschke Fix the 1.4 branch compile again broken with r150557...
2008-10-18  BJ Weschke Using the GetVar handler in AMI is potentially dangero...
2008-10-17  Steve MurphyInteresting crash. In this case, you exit the
2008-10-17  Jason ParkerCorrectly allow chan_dahdi to compile against older...
2008-10-16  Mark MichelsonReverting changes from commits 150298 and 150301 since
2008-10-16  Mark MichelsonAnd don't forget to return on the error condition
2008-10-16  Mark MichelsonDon't try to call a dialplan function's read callback...
2008-10-16  Richard MudgettFix memory leak found by customer
2008-10-16  Steve MurphyThis patch is relevant to:
2008-10-15  BJ Weschke Another documentation fix.
2008-10-15  BJ Weschke An update to the documentation/example of agents.conf...
2008-10-15  Kevin P. Flemingfix some problems when parsing SIP messages that have...
2008-10-14  Mark MichelsonChange this warning to an error message. Suggestion
2008-10-14  Mark MichelsonCall register_peer_exten even in the case that the...
2008-10-14  Mark MichelsonAdd a tolerance period for sync-triggered audiohooks
2008-10-14  Mark MichelsonUpdate the queue with the correct number of calls and
2008-10-14  Mark MichelsonDon't allow reserved characters to be used in register
2008-10-14  Tilghman LesherCheck correct values in the return of ast_waitfor(...
2008-10-14  Leif MadsenAdd in some missing updates to the CHANGES file for...
2008-10-14  Tilghman LesherSome compilers warn, some don't. Fixing.
2008-10-14  Tilghman LesherEnsure that mail headers are 7-bit clean, even when...
2008-10-14  Mark MichelsonDeadlock prevention in chan_local.
2008-10-14  Kevin P. Flemingon Ubuntu (at least), recent versions of ld in binutils...
2008-10-14  Kevin P. Flemingit would be nice if this message printing code had...
2008-10-10  Tilghman LesherUser not notified of temporary greeting, if ODBC storag...
2008-10-09  Tilghman LesherWhen blank, callerid name and number should display...
next