]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2011-02-03  Terry WilsonSet hangup cause in local_hangup
2011-02-03  Richard MudgettMinor AST_FRAME_TEXT related issues.
2011-02-01  Jason ParkerClose file descriptor for timing source when a MOH...
2011-01-31  Richard MudgettObtain the pri lock for PRI queue counters.
2011-01-31  Jason ParkerPrevent a crash when dialing a technology with no desti...
2011-01-31  Jason ParkerSet file descriptors to -1 on creation, so that we...
2011-01-31  Tilghman LesherFix compilation when ODBC_STORAGE is defined.
2011-01-29  Sean BrightBackport MeetMe related reference leaks fixes from...
2011-01-27  Jason ParkerFix default prefix=/usr regression on non-Linux systems.
2011-01-27  Jason ParkerRerun bootstrap.sh with no changes, so that it is more...
2011-01-26  Matthew NicholsonConvert from network to host byte ordering before check...
2011-01-26  Mark MichelsonGet rid of unused 'verbose' field in ast_udptl
2011-01-26  Matthew NicholsonThis patch modifies chan_sip to route responses to...
2011-01-26  Sean BrightMake sure the sample queues.conf is properly commented.
2011-01-25  Richard MudgettDTMF attended transfers sometimes fail for no apparent...
2011-01-25  Terry WilsonGuard against retransmitting BYEs indefinitely
2011-01-25  Richard MudgettSending out unnecessary PROCEEDING messages breaks...
2011-01-25  Richard MudgettBackport the Proceeding application.
2011-01-25  Jeff PeelerFix voicemail sequencing for file based storage.
2011-01-24  Russell BryantFix a couple of mistakes in the backport of this patch...
2011-01-24  Russell BryantFix channel redirect out of MeetMe() and other issues...
2011-01-21  Jason ParkerReset configuration before parsing users.conf.
2011-01-20  Jeff PeelerAdd new queue strategy to preserve behavior for when...
2011-01-20  Leif MadsenOption L() is milliseconds, not seconds.
2011-01-19  Richard MudgettDTMF transfer plays the wrong sounds for wrong number...
2011-01-19  Tilghman LesherAdd some API documentation
2011-01-18  Matthew NicholsonURI encode the user part of the contact header.
2011-01-18  Richard MudgettIssues with DTMF triggered attended transfers.
2011-01-17  Terry WilsonMerged revisions 293493 via svnmerge from
2011-01-14  Leif MadsenFix issue with cross-compiling failing
2011-01-12  Matthew NicholsonDon't store the thread id for the manager session in...
2011-01-12  Jeff PeelerFix CPU spike when pressing DTMF after agent login.
2011-01-11  Matthew NicholsonPrevent buffer overflows in ast_uri_encode()
2011-01-07  Jeff Peelerchange variable name to the same used in later branches
2011-01-07  Jeff PeelerEnsure good bye prompt in voicemail is played at the...
2011-01-05  Tilghman LesherUse the sanity check in place of the disconnect/connect...
2011-01-04  Russell BryantUpdate the autosupport script from Digium support.
2011-01-04  Terry WilsonDon't authenticate SUBSCRIBE re-transmissions
2010-12-25  Tilghman LesherMove check for extension existence below variable inher...
2010-12-20  Matthew NicholsonUse ast_free() instead of free()
2010-12-20  Matthew NicholsonRemove changes to via processing that were not supposed...
2010-12-20  Matthew NicholsonRespond as soon as possible with a 202 Accepted to...
2010-12-20  Tzafrir CohenTypos: recieved => received
2010-12-17  Tilghman LesherLet Asterisk find better backtrace information with...
2010-12-17  Tilghman LesherDocument the -F option.
2010-12-16  Jeff PeelerAfter recording only silence for a voicemail prepending...
2010-12-16  Jeff PeelerFix improper hangup when doing an attended transfer...
2010-12-16  Tilghman LesherOnly increment the pointer once per loop, otherwise...
2010-12-16  Tilghman LesherUnregister before shutting down the connection, to...
2010-12-15  Sean BrightFix reference and container leaks when running 'astobj2...
2010-12-13  Richard MudgettOutgoing PRI/BRI calls cannot do DTMF triggered transfers.
2010-12-09  Terry WilsonIgnore spurious REGISTER requests
2010-12-07  Jeff PeelerRevert code that changed SSRC for DTMF.
2010-12-07  Tilghman LesherUse non-deprecated APIs for CoreAudio
2010-12-07  Sean BrightAvoid a crash if we don't pass an argument to 'astobj2...
2010-12-07  Tilghman LesherDon't create a Local channel if the target extension...
2010-12-06  Jeff PeelerImprove handling of REGISTER requests with multiple...
2010-12-02  Paul BelangerResolve compile error under FreeBSD
2010-12-02  Terry WilsonInitialize offset for adaptive jitter buffer
2010-12-02  Russell BryantAdd "DAHDI" to a couple of app_meetme error messages.
2010-12-02  Olle JohanssonIf we get a NOTIFY from a non-existing subscription...
2010-12-01  Jeff PeelerFix not stopping MOH when transfered local channel...
2010-12-01  Tilghman LesherClarify documentation on how we store codec preference...
2010-12-01  Jeff PeelerProperly restore backup information file when hanging...
2010-12-01  Tilghman LesherGet rid of the annoying startup and shutdown errors...
2010-11-29  Paul BelangerMake sure nothing else is needed before destroying...
2010-11-26  Olle JohanssonFix bugs in saying numbers using the Swedish language...
2010-11-24  Russell BryantMake Asterisk less crashy.
2010-11-24  Richard MudgettOneway audio to SIP phone from FXS port after FXS port...
2010-11-24  Russell BryantFix false reporting of an error by set_format().
2010-11-24  Russell BryantHandle failures building translation paths more effecti...
2010-11-23  Olle JohanssonFix support of saynumber(1,n) in the Swedish language
2010-11-22  Richard MudgettThe channel redirect function (CLI or AMI) hangs up...
2010-11-19  Terry WilsonDiscard responses with more than one Via
2010-11-19  Erin SpicelandRevert a new feature which should have gone into trunk.
2010-11-19  Erin SpicelandAdd extra functionality to AGI command WAIT FOR DIGIT.
2010-11-16  Richard MudgettDead code elimination in channel.c:ast_channel_bridge...
2010-11-16  Jeff PeelerEnsure original message duration is preserved when...
2010-11-15  Tilghman LesherErr, oops. Made it const to verify that it wasn't...
2010-11-15  Tilghman LesherCreate test verifying results of expression parser
2010-11-12  Jeff PeelerFix regression causing abort in voicemail after opening...
2010-11-12  Richard MudgettAsterisk is getting a "No D-channels available!" warnin...
2010-11-11  Jeff PeelerI didn't mean to merge this, sorry
2010-11-11  Jeff PeelerFix problem with qualify option packets for realtime...
2010-11-11  Jeff PeelerOne small addition to 294384 found while very carefully...
2010-11-09  Jeff PeelerFix a deadlock in device state change processing.
2010-11-08  Matthew NicholsonModify our handling of 491 responses to drop any pendin...
2010-11-05  Shaun Ruffellcodecs/codec_dahdi: Prevent "choppy" audio when receivi...
2010-11-04  David VosselFixes ringback tone on feature semi-attended transfer
2010-11-03  Richard MudgettParty A in an analog 3-way call would continue to hear...
2010-11-02  Jeff PeelerAdd enabled/disabled information for rtautoclear sip...
2010-11-02  Richard MudgettMake warning message have more useful information in it.
2010-10-30  Richard MudgettRemove some more code that serves no purpose.
2010-10-30  Richard MudgettRemove some code that serves no purpose.
2010-10-28  Tilghman Lesher"!00" evaluated as false, which is incorrect. Fixing.
2010-10-25  Jeff PeelerFix inprocess_container in voicemail to correctly restr...
2010-10-25  David VosselThis patch turns chan_local pvts into astobj2 objects.
2010-10-21  Paul BelangerRecord priv-recordintro as sln, not gsm
2010-10-18  Jeff PeelerFix improper operator key acceptance and clean up temp...
2010-10-18  Leif MadsenAdd support for the new English (Australian Accent...
next