]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2006-06-14  Kevin P. Flemingdon't output 'no format found' when we _did_ find the...
2006-06-13  Kevin P. Flemingmemory allocation optimizations
2006-06-13  Russell Bryantremove duplicate mutex_unlock
2006-06-13  Russell Bryantfix various places where the code returns without unloc...
2006-06-13  Russell Bryantadd a missing close of an open fd, destroy of open...
2006-06-13  Russell Bryantrevert a change that caused more problems than it fixed...
2006-06-12  Joshua ColpGreatly simply the mixmonitor thread, and move channel...
2006-06-12  Russell Bryantfix a place where a frame would be free'd twice
2006-06-12  Kevin P. Flemingonly allow chan_local to masquerade the outbound channe...
2006-06-12  Tilghman LesherMove set priority up, because at this point in the...
2006-06-11  Russell Bryantfix another place where a frame does not get free'd
2006-06-11  Russell Bryantfix up five little places where frames would not be...
2006-06-11  Russell Bryantfix a place that would leak a frame (all of these fixes...
2006-06-11  Russell Bryantfix a couple places that would leak a frame
2006-06-11  Russell Bryantfix two places that would cause a frame to be leaked
2006-06-11  Russell Bryantfix a case where an HTML frame would be leaked
2006-06-11  Russell BryantFree frames read from the channel when measuring noise...
2006-06-11  Russell Bryantbackport a couple of frame leak fixes from the trunk...
2006-06-09  Joshua ColpAllow the format outputted by meetme list to be used...
2006-06-09  Joshua ColpRemove an unneeded double lock (issue #7310 reported...
2006-06-09  Joshua ColpHandle hangup during recording of screened name (issue...
2006-06-09  Joshua ColpAdd missing newlines (issue #7323 reported by darkskiez)
2006-06-09  Olle JohanssonDo not require a context on a domain= setting
2006-06-08  Kevin P. Fleminghandle out-of-memory conditions properly in ast_frisola...
2006-06-07  Russell Bryantfix some broken code with BRIDGE_OPTIMIZATION defined...
2006-06-06  Tilghman LesherBug 7287 - A too short voicemail with ODBC_STORAGE...
2006-06-06  Tilghman LesherBug 7268 - Callerid leaks memory on error
2006-06-06  Kevin P. Flemingclean up yesterday's security fix to not cause breakage...
2006-06-05  Kevin P. Flemingensure that the received number of bytes is included...
2006-06-04  Kevin P. Flemingreturn bridge exit logic to what it was before i broke...
2006-06-03  Russell Bryantwhen using moh files mode, don't look for a file past...
2006-06-03  BJ Weschke Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
2006-06-01  Kevin P. Flemingremove pointless forcing of the channel into SLINEAR...
2006-06-01  Kevin P. Fleminghandle Zap transfers behind chan_agent properly so...
2006-06-01  Kevin P. Flemingremove a sample entry that never should have been added...
2006-05-31  Russell Bryantif the connection to a FastAGI server fails because...
2006-05-31  Kevin P. Flemingsilence a warning message that is not a warning
2006-05-31  Russell Bryantfix misplaced manager event (issue #6866, flefoll)
2006-05-30  Kevin P. Flemingcheck the proper variable...
2006-05-30  Kevin P. Fleminganother S/390 build fix
2006-05-30  BJ Weschke Fix infinite loop scenario and add some sanity checkin...
2006-05-26  BJ Weschke A new way to try and deal with deadlocks that occur...
2006-05-25  BJ Weschke Oops.
2006-05-25  Joshua ColpDon't play the enter sound twice when a person joins...
2006-05-25  Russell Bryantadd a missing endif from the recent Makefile change...
2006-05-25  Kevin P. Flemingdon't try to use -march=s390 when building on S/390...
2006-05-25  Kevin P. Flemingallow SIPCHANINFO(peername) to work for calls from...
2006-05-25  Joshua ColpGet rid of an incorrect SIP dial string in the sample...
2006-05-24  Kevin P. Flemingoops... make sure to stop processing a request once...
2006-05-24  Kevin P. Flemingdon't send CANCEL on a pending INVITE if we haven't...
2006-05-24  Matt O'Gormanapp_meemte used the ast_max_exten instead of path_max
2006-05-24  Joshua ColpMerge branch for bug 6264 (Privacy option 2 returns...
2006-05-24  Joshua ColpFix deadlock caused by a race condition in the logger...
2006-05-24  Kevin P. Flemingsupport video recording via AGI 'RECORD FILE' command...
2006-05-24  Kevin P. Flemingfix various bugs related to exiting from queue via...
2006-05-24  Kevin P. Flemingrespect 'usecallingpres' in zapata.conf even if CLID...
2006-05-24  Kevin P. Flemingfix for non-OSP builds (issue #7217)
2006-05-24  Kevin P. Flemingadd an option to allow the admin to 'hide' SIP user...
2006-05-23  Russell Bryantfix the sourceaddress option (issue #7213, alphaque)
2006-05-23  Kevin P. Flemingsimplify/fix lock retry, and fix comment
2006-05-23  BJ Weschke Sanity check code for an extended failure in trying...
2006-05-23  Kevin P. Flemingbackport some mutex initialization and linked list...
2006-05-23  BJ Weschke Fix a potential leak and correct (hopefully) a segfaul...
2006-05-22  Joshua ColpIncrease the silence threshold to 128 to "fix" it,...
2006-05-22  Joshua ColpUse the correct language when playing the transfer...
2006-05-22  Joshua ColpPreserve presentation bit when going through chan_local...
2006-05-22  Tilghman LesherBug 7194 - spelling fix
2006-05-22  Tilghman LesherBug 7196 - month range did not work
2006-05-21  BJ Weschke When an application that is executed via applicationma...
2006-05-20  Russell Bryantfix the possibility of writing one byte past the end...
2006-05-20  Kevin P. Flemingdon't allow queue member devices to ring longer than...
2006-05-20  Russell Bryantfix a case where code made assumptions about how memory...
2006-05-20  Kevin P. Flemingdon't try to predict where the compiler will place...
2006-05-19  Kevin P. Fleminguse the specified 'subscribecontext' for a peer rather...
2006-05-19  Russell Bryantfix the build of smsq with -Werror. I learned somethin...
2006-05-19  Russell BryantThis explicit poll is only needed on mac. In fact...
2006-05-19  Joshua ColpMake the minidle option actually exist as documented...
2006-05-19  Joshua ColpWhen forwarding messages use the context that the activ...
2006-05-19  Joshua ColpBackport of fix for issue #6654 that was fixed in trunk...
2006-05-19  Joshua ColpTreat paused queue members as unreachable (issue #7127...
2006-05-18  Kevin P. Flemingfix up a few more places to find the SDP properly ...
2006-05-18  Kevin P. Fleminghandle incoming multipart/mixed message bodies in SIP...
2006-05-18  Kevin P. Fleminguse unsigned counters for handling answer/IE lengths...
2006-05-18  Kevin P. Flemingsupport 'inactive' tag for SDP media streams (simple...
2006-05-18  Tilghman LesherBug 7167 - HasNewVoicemail and VMCOUNT() didn't work...
2006-05-18  Joshua ColpReturn -1 on error in ODBC messagecount and 0 on succes...
2006-05-18  Joshua ColpFix endless looping message by checking value of res...
2006-05-18  Olle JohanssonVideo in meetme? Hmmm. Removed until we do have some...
2006-05-17  Joshua ColpFix codec priority stuff during authentication (issue...
2006-05-17  Olle JohanssonIssue #7176 - Crash in expire_register
2006-05-17  Joshua ColpPriority jumping not working on VoiceMail app with...
2006-05-17  Joshua ColpOSPNext does not handle success/failure correctly ...
2006-05-17  Olle Johanssonchan_sip did not use the TRANSFER_CONTEXT for transfers...
2006-05-17  Tilghman LesherBug 7125 - Fix race condition between resequencing...
2006-05-16  Joshua ColpInherit channel variables during call forwards when...
2006-05-16  Kevin P. Flemingdon't leak frames when deferring DTMF or dropping dupli...
2006-05-13  Tilghman LesherBug 7134 - File descriptor leak with ODBC storage of...
2006-05-11  Tilghman LesherBug 7086 - pbx_checkcondition substitution, so that...
2006-05-11  Kevin P. Flemingbackport fix from trunk for bug #6934, ensuring that...
2006-05-11  Kevin P. Flemingensure that we send a response to REGISTER requests...
next