]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
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...
2006-05-09  BJ Weschke Add the appropriate jumping behavior that is the stand...
2006-05-09  BJ Weschke Correct memory leak in find_user_realtime #7118 (fnordian)
2006-05-08  Olle JohanssonIssue 7103 - mikma
2006-05-08  BJ Weschke Don't show agents as available when they are in wrap...
2006-05-08  BJ Weschke Make QueueStatusComplete event thread safe by wrapping...
2006-05-08  BJ Weschke Oops. :(
2006-05-08  BJ Weschke Don't recheck valid_exit() after getting the result...
2006-05-08  Joshua ColpIncorrect log statement when playing transfer sounds...
2006-05-07  BJ Weschke Fix playback behavior to exit correctly when we receiv...
2006-05-07  BJ Weschke Reset the value of ast_mainpid if we fork so future...
2006-05-06  Russell Bryantre-add a couple of lines that I shouldn't have removed...
2006-05-06  Russell Bryantfix a problem where the frame's data pointer is overwri...
2006-05-06  Russell Bryantensure that the appropriate manager events are sent...
2006-05-05  Russell Bryantupdate chan_h323 to reflect the new prototype for rtp_s...
2006-05-05  BJ Weschke Voicemail fixes along with an API change approved...
2006-05-05  Russell Bryantuse the correct function name ...
2006-05-05  Russell Bryantuse pbx_checkcondition() instead of ast_true() to evalu...
2006-05-04  Tilghman LesherBug 7023 - reload should not unpause members
2006-05-04  BJ Weschke Make sure that only the "|" is a recognized delimiter...
2006-05-03  BJ Weschke Correct application documentation to make users aware...
2006-05-03  Russell Bryantfix up "make rpm"
2006-05-03  Olle JohanssonIssue #7074 - Problem with long contact lines
2006-05-02  BJ Weschke Make certain ast_stopstream() sets the channel's strea...
2006-05-02  Tilghman LesherPrompt does not request '#' to end input, so the applic...
2006-05-01  Tilghman LesherBug 6864 - drop realtime priority on ALL external processes
2006-05-01  BJ Weschke Correct a condition from the prior patch that could...
2006-05-01  BJ Weschke Make sure that when someone 0's out while recording...
2006-05-01  Russell Bryantadd missing locking of the dialplan functions list...
2006-05-01  Kevin P. Flemingfix this to actually compile so people can learn from it
2006-05-01  Kevin P. Flemingeliminate compiler warning
2006-04-30  Kevin P. Flemingremove a pointless comparison, since the buffer is...
2006-04-30  Kevin P. Flemingallow top-level OPTIMIZE setting to affect builds in...
2006-04-30  Kevin P. Fleminglet the compiler determine whether hardware or software...
2006-04-30  Kevin P. Flemingremove extraneous -m64 flag that is not needed
2006-04-30  Kevin P. Flemingensure that the script output is correctly generated...
2006-04-29  Kevin P. Flemingdo installation in subdirs as a separate target (so...
2006-04-28  Russell Bryantnote that group assignments must be from 0 to 63 (issue...
2006-04-27  Joshua ColpQueue(somequeue,,,,) -> interpreted as Queue(somequeue...
2006-04-27  Matthew FredricksonFix buglet in channel reassignment on SETUP_ACK
2006-04-26  Matt O'Gormando not allow for users to forward voicemail to
2006-04-21  Tilghman LesherRolling back change until kpfleming is comfy
2006-04-21  Tilghman LesherBug 7004 - release all threads waiting on a condition...
2006-04-19  Kevin P. Flemingsupport system-specific scripts in safe_asterisk, befor...
next