]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2009-02-11  Tilghman LesherRestore a behavior that was recently changed, when...
2009-02-10  Joshua ColpGo off hold when we get an empty reinvite telling us to.
2009-02-10  Matthew NicholsonImprove behavior of jitterbuffer when maxjitterbuffer...
2009-02-10  Steve MurphyThis patch solves some compiler complaints
2009-02-09  Mark MichelsonDon't do an SRV lookup if a port is specified
2009-02-09  Joshua ColpDon't overwrite our pointer to the music class when...
2009-02-07  Russell BryantFix a race condition that could cause a crash.
2009-02-06  Dwayne M. Hubbardcheck ast_strlen_zero() before calling ast_strdupa...
2009-02-06  Joshua ColpRemove a debug message I put in by accident.
2009-02-06  Joshua ColpSome clients do not put the call-id for replaces at...
2009-02-06  Matthew NicholsonLimit the addition of the Contact header in SIP respons...
2009-02-06  Tilghman LesherBackport OS X fix from trunk
2009-02-05  Mark MichelsonFix logic regarding when to perform an SRV lookup for...
2009-02-05  Jeff PeelerAdd new configuration option to make shared IMAP mailbo...
2009-02-05  Mark MichelsonFix situations where queue members could be autopaused...
2009-02-05  Mark MichelsonAdd some missing cleanup to app_mixmonitor
2009-02-05  Mark MichelsonFix a problem where a channel pointer becomes invalid...
2009-02-04  Mark MichelsonRevert my previous change because it was stupid
2009-02-04  Mark MichelsonAdd a missing unlock. Extremely unlikely to ever matter...
2009-02-03  David VosselFixes issue with IAX2 transfer not handing off calls.
2009-02-03  Jeff PeelerParking attempts made to one end of a bridge no longer...
2009-02-03  Tilghman LesherAdd warning to standard config, that globals may be...
2009-02-02  Terry WilsonFix a feature inheritance bug I added after code review
2009-02-02  Richard Mudgettchannels/chan_dahdi.c
2009-01-31  Terry WilsonRename new parkedcallparking option to parkedcallreparking
2009-01-30  Terry WilsonFix feature inheritance with builtin features
2009-01-29  Tilghman LesherLose the CAP_NET_ADMIN at every fork, instead of at...
2009-01-29  Olle JohanssonMake sure that we always add the hangupcause headers...
2009-01-28  Steve MurphyThis patch fixes h-exten running misbehavior in manager...
2009-01-28  Tilghman LesherClarify log message (suggested by manxpower on #asteris...
2009-01-28  Olle JohanssonAdd a better explanation of the difference between...
2009-01-27  Mark MichelsonFix devicestate problems for "always-on" agent channels
2009-01-27  Mark MichelsonPrevent a crash from occurring when a jitter buffer...
2009-01-27  Olle JohanssonUse the same branch tag in CANCEL as in INVITE
2009-01-26  Russell BryantResolve some synchronization issues in chan_iax2 schedu...
2009-01-26  Olle JohanssonDon't retransmit 401 on REGISTER requests when alwaysau...
2009-01-25  Tilghman LesherCorrectly track the hookstate
2009-01-25  Tilghman LesherErr, yeah.
2009-01-25  Tilghman LesherAdd thread to kill zombies, when child processes don...
2009-01-25  Sean BrightResolve a logic error that was causing Page() to crash...
2009-01-24  Tilghman LesherRemove superfluous implementation note (closes issue...
2009-01-23  Mark MichelsonAdd notes to the idlecheck explanation in res_odbc...
2009-01-23  Mark MichelsonUpdate contrib/i18n.testsuite.conf to not use deprecate...
2009-01-23  Joshua ColpWhen a channel is answered make sure any indications...
2009-01-23  Tilghman LesherAdditions to AST-2009-001
2009-01-23  Joshua ColpWhen a call is forwarded stop any active indications...
2009-01-23  Joshua ColpUse the on hold flag to see if the call is on hold...
2009-01-23  Mark MichelsonFix broken call pickup
2009-01-22  Joshua ColpDon't crash if RTCP is not enabled on an RTP structure...
2009-01-22  Tilghman LesherAllow global variables after substitution to be as...
2009-01-22  Joshua ColpIf we are unable to request a DAHDI pseudo channel...
2009-01-22  Joshua ColpDo a string comparison instead of pointer comparison...
2009-01-22  Tilghman LesherAST_RWLOCK_INIT_VALUE is always defined. What we reall...
2009-01-21  Terry WilsonFix builtin_blindtransfer calling back the wrong channel
2009-01-21  Joshua ColpRead lock the contexts to maintain the locking order...
2009-01-21  Mark MichelsonAdding revision 169794 to 1.4 since 1.4 is also affecte...
2009-01-21  Tilghman LesherExtra NULLs in the output cause some terminal types...
2009-01-20  Terry WilsonOne-touch parking was calling back the wrong channel...
2009-01-20  Terry WilsonDon't play audio to the channel if we've masqueraded
2009-01-19  Tilghman LesherTruncate userevents at the end of a line, when the...
2009-01-19  Mark MichelsonPrevent a crash in chan_local due to a potential NULL...
2009-01-16  Mark MichelsonAccount for possible NULL pointer when we receive a...
2009-01-16  Tilghman LesherFix the conjugation of Russian and Ukrainian languages.
2009-01-16  Steve MurphyThis patch fixes a problem where a goto (or jump, in...
2009-01-15  Olle JohanssonMeetme actually has realtime but wasn't documented
2009-01-15  Terry WilsonConvert call to park_call_full to masq_park_call_announce
2009-01-15  Tilghman LesherBlocked revision 168632 from /branches/1.2:
2009-01-15  Mark MichelsonFix some crashes from bad datastore handling in app_queue.c
2009-01-14  Richard Mudgett* Fixed create_process() allocation of process ID...
2009-01-14  Sean BrightUpdate autosupport script to supply info for both Zapte...
2009-01-14  Steve Murphyapp_page was failing to compile in dev-mode on my gcc...
2009-01-14  Tilghman LesherDon't read into a buffer without first checking if...
2009-01-14  Mark MichelsonFix a logic error I found while searching through chan_...
2009-01-14  Terry WilsonDon't overflow when paging more than 128 extensions
2009-01-13  Russell BryantRevert unnecessary indications API change from rev...
2009-01-13  Terry WilsonDon't pass a value with a side effect to a macro
2009-01-13  Tilghman LesherIf either conditional is NULL, don't try copying it.
2009-01-12  Jeff Peeler(closes issue #13881)
2009-01-12  Jeff Peeler(closes issue #12269)
2009-01-12  Mark MichelsonI am reverting the fix made in revision 168128 (and...
2009-01-12  Russell Bryants/ringdance/ringcadence/ for Bulgaria
2009-01-10  Kevin P. Flemingsmall commit to test new server
2009-01-10  Kevin P. Flemingsmall commit to test new server
2009-01-09  Kevin P. Flemingupdate to use new sound file packages that include...
2009-01-09  Russell BryantMake this compile for mvanbaak
2009-01-09  Richard Mudgett* Fix for JIRA AST-175/ABE-1757
2009-01-09  Mark MichelsonAdd check_via calls to more request handlers
2009-01-08  Tilghman LesherDon't truncate database results at 255 chars.
2009-01-08  Kevin P. Flemingremove an unnecessary argument to queue_request()
2009-01-07  Kevin P. FlemingWhen a SIP request or response arrives for a dialog...
2009-01-07  Russell BryantFix the last couple of places where free() was improper...
2009-01-07  Russell BryantDon't fclose() the file early, the filestream destructo...
2009-01-07  Russell BryantOnly try to close the file if one was actually opened
2009-01-07  Russell BryantDon't use free() directly. This caused a crash since...
2009-01-07  Russell BryantTreat an empty string the same way as a NULL country...
2009-01-06  Mark MichelsonUse the correct variable when creating the format string
2009-01-06  Tilghman LesherMerged revisions 167259 via svnmerge from
2009-01-05  Mark MichelsonA couple of changes to T.38 SDP attribute handling
2009-01-01  Tilghman LesherRepeat attempts to write when we receive -EAGAIN from...
2008-12-31  Tilghman LesherAlso inherit the musiconhold class.
next