]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
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.
2008-12-28  Russell BryantUse strncat() instead of an sprintf() in which source...
2008-12-23  Tilghman LesherCompile, even if both DAHDI and Zaptel are not installed.
2008-12-23  Mark MichelsonFix a crash resulting from a datastore with inheritance...
2008-12-23  Tilghman LesherUse the integer form of condition for integer comparisons.
2008-12-22  Mark MichelsonFix a deadlock relating to channel locks and autoservice
2008-12-22  Russell BryantFix up timeout handling in ast_carefulwrite().
2008-12-22  Russell BryantRe-work ref count handling of MoH classes using astobj2...
2008-12-19  Mark MichelsonBackport of AUDIOHOOK_INHERIT for Asterisk 1.4
2008-12-19  Steve MurphyThis merges the masqpark branch into 1.4
2008-12-19  Jeff Peeler(closes issue #13480)
2008-12-19  Russell BryantEnsure that the chanspy datastore is fully initialized.
2008-12-18  Russell BryantMake ast_carefulwrite() be more careful.
2008-12-18  Tilghman LesherAdd mutexes around accesses to the IMAP library interfa...
2008-12-18  Russell BryantSet the process group ID on the MOH process so that...
2008-12-18  Joshua ColpOnly care about a compatible codec for early bridging...
2008-12-18  Joshua ColpDo not crash if we are not passed in a followme id.
2008-12-17  Tilghman LesherReverse the fix from issue #6176 and add proper handlin...
2008-12-17  Mark MichelsonFix some memory leaks found while looking at how realtime
2008-12-16  Mark MichelsonAfter looking through SIP registration code most of...
2008-12-16  Russell BryantFix an issue where DEBUG_THREADS may erroneously report...
2008-12-16  Russell BryantDo not dereference the channel if AST_PBX_KEEPALIVE...
2008-12-16  Russell BryantAdd "restart gracefully" to the AMI blacklist of CLI...
2008-12-16  Russell BryantFix memory leak and invalid reporting issues with DEBUG...
2008-12-16  Russell BryantFix a memory leak related to the use of the "setvar...
2008-12-16  Steve MurphyI added a sentence to clarify why - and ' ' are ignored...
2008-12-16  Russell BryantDon't try to change working directory if a directory...
2008-12-15  Mark MichelsonAdd the deadlock note to ast_spawn_extension as well
2008-12-15  Mark MichelsonAdd notes to autoservice and pbx doxygen regarding...
2008-12-15  Joshua ColpDo not try to unlock a non-existant channel if the...
2008-12-15  Joshua ColpUse autoconf logic to determine whether the system...
2008-12-15  Joshua ColpCan we try not to assign an unsigned int to -1?
2008-12-15  Russell BryantHandle a case where a call can be bridged to a channel...
2008-12-13  Tilghman LesherChange the default calldurationlimit from the special...
2008-12-12  Russell BryantSet the reviewboard:url property on 1.4, as well
2008-12-12  Tilghman LesherSimple fix for Ctrl-C not immediately exiting Asterisk...
2008-12-12  Russell BryantSpecify uint32_t for variables storing a CRC32 so that...
2008-12-12  Russell BryantResolve issues that could cause DTMF to be processed...
2008-12-11  Tilghman LesherWhen a Ctrl-C or Ctrl-D ends a remote console, on certa...
2008-12-11  Matthew NicholsonClean up the dundi cache every 5 minutes.
2008-12-11  Russell BryantFix some observed slowdowns in dialplan processing.
2008-12-11  Russell BryantFix an issue that made it so you could only have a...
2008-12-11  Tilghman LesherDon't wait forever, if there's a specified recording...
2008-12-11  Mark MichelsonRevert this cast to long. Using time_t here causes...
next