]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2007-03-07  Russell BryantIf the channels acquired using the manager Redirect...
2007-03-06  Steve MurphyFix for 9220: Eyebeam cannot renew subscriptions for...
2007-03-06  Olle JohanssonChange error message to proper message
2007-03-06  BJ Weschke Cleanup the Makefile so that we only attempt to includ...
2007-03-05  Christian Richtersubdirs like misdn and h323 should be cleaned by the...
2007-03-05  Joshua ColpMake create_dirpath use our standard for return values...
2007-03-05  Steve MurphyFixed a typo introduced via 9156
2007-03-04  Christian Richterfixed another place where the out_cause was hardcoded...
2007-03-03  Tilghman LesherMemory leak of a list, if call recording was abandoned
2007-03-02  Christian Richterfixed typo
2007-03-02  Joshua ColpIf a SIP message comes in and goes to a method handler...
2007-03-02  Steve Murphyfurther refinement in wording of goto documentation...
2007-03-01  Joshua ColpDon't even attempt to optimize things when a proxy...
2007-02-28  Steve Murphya small documentation update, to reflect reality in...
2007-02-28  Joshua ColpFix a few more issues with the agent logoff CLI command...
2007-02-28  Christian Richterfixed bugs.digium.com bugs: #9157 and bugs.beronet...
2007-02-26  Joshua ColpObey the clearglobalvars option in extensions reload...
2007-02-26  Russell BryantEnsure that lock.h is included in utils.c with AST_API_...
2007-02-25  Tilghman LesherIssue 9130 - If prev is the last item on the channel...
2007-02-23  Russell BryantFix up a couple more signal handlers to not do bad...
2007-02-23  Russell BryantDon't destroy mutexes before unregistering all of the...
2007-02-22  Joshua ColpAlways defer Agent logoff if any channels are up until...
2007-02-22  Joshua ColpOnly change the original or clone channel if it's the...
2007-02-22  Russell BryantIf we receive a frame that is not in any of the negotia...
2007-02-21  Joshua ColpChange naughty warning message to provide useful inform...
2007-02-21  Kevin P. Fleminguse new tag version script
2007-02-21  Russell BryantFix random crashes when using the MeetMe application...
2007-02-20  Joshua ColpDefer clearing callback information if channels are...
2007-02-20  Russell BryantConvert a tab to spaces so that the documentation is...
2007-02-19  Tilghman Lesherforcename and forcegreetings options should check to...
2007-02-18  Olle JohanssonDocumentation update (#9053, jsmith)
2007-02-18  Olle JohanssonIssue #9020 - SIP message retransmission time too short.
2007-02-17  Joshua ColpAnswer the channel before recording privacy information...
2007-02-17  Joshua ColpAllow chan_sip to handle attended transfers from a...
2007-02-16  Russell BryantRevert the change I did in revisions 54955, 54969,...
2007-02-16  Joshua ColpDo not send indications through ast_indicate in chan_ag...
2007-02-16  Russell BryantFor conferences that are configured in meetme.conf...
2007-02-16  Olle JohanssonIssue #9069 - If we open with TH we should not close...
2007-02-15  Joshua ColpUse a separate variable to indicate execution should...
2007-02-14  Olle Johanssongit-svn-id: https://origsvn.digium.com/svn/asterisk...
2007-02-14  Matthew FredricksonWhen handling glare on a PRI, move the requested channe...
2007-02-13  Olle JohanssonMake sure that outbound calls are applied to the peer.
2007-02-08  Kevin P. Flemingensure channelcount is cleared before we enumerate...
2007-02-08  Tilghman LesherIssue 9003 - If fullname is empty, quote() passes back...
2007-02-07  Joshua ColpFix a few potential memory leaks with realtime users...
2007-02-07  Tilghman LesherIssue 7440 - Macro called from Macro from the h extensi...
2007-02-06  Tilghman LesherIssue 8987 - Status could return two responses (mnicholson)
2007-02-06  Jason ParkerAdd a proper newline at the end of this sample config...
2007-02-03  Russell BryantRevert some changes that accidentally got committed...
2007-02-03  Russell Bryantset the DIALSTATUS variable to contain "INVALIDARGS...
2007-02-02  Joshua ColpPass the glob expanded filename to process_text_line...
2007-02-01  Jason ParkerFix a small typo. Synopsis lines shouldn't have a...
2007-02-01  Joshua ColpCopy noncodeccapability over to the joint variable...
2007-02-01  Joshua ColpDon't negotiate RFC2833 when not configured to do so...
2007-02-01  Olle Johansson- Make sure we release call from call counter before...
2007-02-01  Joshua ColpReturn previous behavior of having MOH pick up where...
2007-02-01  Tilghman LesherBug 8965 - Allow FIELDQTY to work with both variables...
2007-02-01  Tilghman LesherNo wonder FIELDQTY doesn't work with functions... the...
2007-01-31  Russell BryantFix a bunch of places where pthread_attr_init() was...
2007-01-31  Kevin P. Flemingupdate to match modified transcoder API
2007-01-31  Russell BryantUse the proper format string to print unsigned values...
2007-01-31  Kevin P. Flemingallow codec_zap to build again, now that transcoder...
2007-01-30  Russell BryantDon't print a message indicating that we don't know...
2007-01-30  Russell BryantThe SIGHUP handler was implemented to allow admins...
2007-01-30  Russell BryantComment out the parts in the Makefile that make codec_z...
2007-01-30  Christian Richterfixed some possible segfaults. also fixed an very impor...
2007-01-30  Russell BryantFix the extraction of the timestamp from video frames...
2007-01-29  Joshua ColpNow that filename is part of the structure and since...
2007-01-29  Jason ParkerUse the correct zaptel header file location.
2007-01-27  Joshua ColpMake COMPLETECALLER and COMPLETEAGENT output to queue_l...
2007-01-27  Joshua ColpMake the last context entry read in the dominant one...
2007-01-25  Joshua ColpAllow dequeueing of frames with negative timestamp...
2007-01-25  Joshua ColpAdd another note about audio files being played back...
2007-01-25  Russell BryantFix a seg fault when running this application with...
2007-01-24  Steve Murphyupdated check_expr via 8322 (refactoring of expression...
2007-01-24  Christian Richterfixed the busy problem (dialstatus was not busy when...
2007-01-24  Russell BryantFix an issue related to synchronization of recordings...
2007-01-24  Russell BryantDon't set a new value for the END_ variable on the...
2007-01-23  Joshua ColpYield before reading from zaptel timing source under...
2007-01-22  Russell BryantMerge codec_zap support for the transcoder card. This...
2007-01-22  Joshua ColpMove filestream creation to Mixmonitor loop. This will...
2007-01-22  Joshua ColpExplicitly declare what codecs are supported by default...
2007-01-19  Russell BryantFix a memory leak on command line tab completion. ...
2007-01-18  Dwayne M. Hubbardissue 7877: chan_zap module reload does not use default...
2007-01-18  Kevin P. Flemingsupport echo cancellers that can handle 64ms or 128ms...
2007-01-18  Tilghman LesherIf a timezone is not specified, assume localtime (inste...
2007-01-18  Tilghman LesherDocument all the fields, including the indication that...
2007-01-17  Russell BryantMove the check for a failure of ast_channel_alloc(...
2007-01-17  Tilghman LesherWhen ast_strip_quoted was called with a zero-length...
2007-01-16  Tilghman LesherAdd documentation walkthrough on getting Postgres to...
2007-01-16  Tilghman LesherPostgres driver doesn't like a NULL pointer when retrie...
2007-01-16  Joshua ColpReturn previous behavior. ParkedCalls will be able...
2007-01-16  Joshua ColpAdd none as a valid callgroup/pickupgroup option. I...
2007-01-15  Tilghman LesherCheck return value before dereferencing (Bug 8822)
2007-01-15  Matt O'GormanSolves issue with forwarding voicemails from folders...
2007-01-14  Tilghman LesherBug 8814 - db should look for its header using a relati...
2007-01-12  Kevin P. Flemingminor documentation clarification
2007-01-11  Olle JohanssonIssue #8793 bad response for Unsupported Extension...
2007-01-11  Christian Richterwhen we get L2 UP, the L1 is UP definitely too, so...
2007-01-11  Christian Richter* more additions to make the RESTART message work
next