]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2012-11-19  Walter DoekesFix most leftover non-opaque ast_str uses.
2012-11-18  Matthew JordanReorder startup sequence to prevent lockups when proces...
2012-11-18  Matthew JordanAdd a test event that reports changes in ConfBridge...
2012-11-16  Jonathan Rosemonitor: prevent attempts to move/remove recordings...
2012-11-16  David M. LeeFixed extconf.c breakage introduced in r376306.
2012-11-15  David M. LeeMigrate hashtest/hashtest2 to be unit tests.
2012-11-15  Jonathan Roseapp_meetme: Fix channels lingering when hung up under...
2012-11-15  Rusty NewtonPatch to play correct sound file when a voicemail's...
2012-11-14  Richard MudgettFix call files when astspooldir is relative.
2012-11-13  Brent EaglesPatch to prevent stopping the active generator when...
2012-11-12  Joshua ColpProperly check if the "Context" and "Extension" headers...
2012-11-12  Michael L.... Fix Dynamic Hints Variable Substition - Underscore...
2012-11-08  Mark MichelsonFix a "set but not used" warning on newer gccs.
2012-11-08  Richard Mudgettchan_dahdi/SS7: Made reject incoming call for an in...
2012-11-08  Richard MudgettAdd MALLOC_DEBUG enhancements.
2012-11-07  Mark MichelsonMultiple revisions 375993-375994
2012-11-06  Richard MudgettFix stuck DTMF when bridge is broken.
2012-11-05  Matthew JordanRefactor ast_timer_ack to return an error and handle...
2012-11-05  Richard MudgettAdd safety NULL pointer check in module user references.
2012-11-05  Jonathan Rosechan_sip: Document a change to user-field encoding...
2012-11-04  Matthew JordanDon't attempt to purge sessions when no sessions exist
2012-11-04  Matthew JordanOnly deref a reserved gateway session if we actually...
2012-11-04  Matthew JordanProperly clean up manager resources on exit
2012-11-04  Matthew JordanProperly finalize prepared SQLite3 statements to preven...
2012-11-04  Matthew JordanFix memory leak when unloading XML documentation
2012-11-03  Matthew JordanPrevent multiple CDR batches from conflicting when...
2012-11-03  Andrew LathamDoxygen Updates
2012-11-02  Richard MudgettThings don't need to be that const.
2012-11-02  Richard MudgettMultiple revisions 375519-375524
2012-11-02  Michael L.... Fix Wrong Result In Debug Message For SDP Origin Processing
2012-10-31  Matthew JordanProperly extract the Body information of an EWS calenda...
2012-10-30  Richard MudgettFix ConfBridge crash if no timing module loaded.
2012-10-30  Jonathan Rosemixmonitor: Add a test event
2012-10-30  Jonathan Roseconfbridge: Fix a bug which made conferences not record...
2012-10-30  Matthew JordanEnsure that the Queue application tracks busy members...
2012-10-29  Mark MichelsonPrevent resetting of NATted realtime peer address on...
2012-10-29  Richard MudgettFix the Park 'r' option when a channel parks itself.
2012-10-29  Richard Mudgettchan_dahdi: Fix segfault dereferencing a NULL tech_pvt.
2012-10-23  Jonathan Roseast_tls_cert script: Better response for various exit...
2012-10-22  Jonathan Rosecore: Fix a memory leak in app.c from an early return
2012-10-22  Jonathan RoseGSM: Fix encoding problems with GSM
2012-10-18  Jonathan Roseapp_queue: add upgrade notes for 375216
2012-10-18  Jonathan RoseBlocked revisions 375242
2012-10-18  Jonathan Roseapp_queue: Make ordering of rrmemory/rrordered persist...
2012-10-18  Richard Mudgettbuild_tools: Allow Asterisk to report git SHAs in versi...
2012-10-17  Kinsey MooreEnsure Asterisk fails TCP/TLS SIP calls when certificat...
2012-10-16  Walter DoekesFixes to the fd-oriented SIP TCP reads.
2012-10-16  Walter DoekesUpdate sip_request_call SIP dial string documentation.
2012-10-16  Tzafrir Cohenautosupport: fix bashism
2012-10-15  Mark MichelsonFix some potential misuses of ast_str in the code.
2012-10-14  Tzafrir CohenUpdate config.guess and config.sub: 2012-10-10
2012-10-12  Mark MichelsonDo not use a FILE handle when doing SIP TCP reads.
2012-10-11  Matthew JordanFix incorrect billing duration reported when batch...
2012-10-10  Richard Mudgettapp_queue: Made pass connected line updates from the...
2012-10-09  Richard MudgettFix execution of 'i' extension due to uninitialized...
2012-10-08  Richard Mudgettdahdi.conf.sample: Add description for "buffers" setting.
2012-10-08  Richard MudgettFix deletion of unopenable spool files.
2012-10-08  Matthew JordanResolve issues in ConfBridge regarding marked, waitmark...
2012-10-05  David M. LeeMultiple revisions 374570,374581
2012-10-05  Richard MudgettMerged revisions 374515-374535 from
2012-10-04  Alec L Davisdsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MIS...
2012-10-04  Alec L Davisdsp.c fix incorrect DTMF Digit_Duration.
2012-10-04  Joshua ColpFix a regression from direct media ACLs where the direc...
2012-10-04  David M. LeeFix DBDelTree error codes for AMI, CLI and AGI
2012-10-04  Alec L Davisdsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_...
2012-10-04  Alec L Davis_dsp_init: bring inline with trunk
2012-10-04  Matthew JordanCheck for presence of buddy in info/dinfo handlers
2012-10-03  Matthew JordanBlocked revisions 374316
2012-10-03  Matthew JordanDestroy the generic_monitors container after the core_i...
2012-10-02  Matthew JordanEnsure Shutdown AMI event is still fired during Asteris...
2012-10-02  Matthew JordanFix findings from check-in on r374177
2012-10-02  Matthew JordanFix a variety of ref counting issues
2012-10-01  Sean Brightapp_queue: Support persisting and loading of long membe...
2012-10-01  Sean BrightUse ast_copy_string instead of strncpy to guarantee...
2012-09-28  Jonathan Roseres_jabber: Remove CLI command 'jabber test'
2012-09-28  Joshua ColpUpdate documentation to make it explicit that "stream...
2012-09-27  Richard MudgettFix SendDTMF crash and channel reference leak using...
2012-09-27  Joshua Colploader: Ensure dependent modules are properly initialized.
2012-09-27  Joshua ColpFix an issue where Local channels dialed by app_queue...
2012-09-26  Mark MichelsonMove handling of 408 response so there is no misleading...
2012-09-26  Richard MudgettFixed meetme tab completion and command documentation.
2012-09-25  Mark MichelsonFix saying of date in Dutch.
2012-09-25  Mark MichelsonRemove dead code and documentation for nonexistent...
2012-09-25  Mark MichelsonFix error where improper IMAP greetings would be deleted.
2012-09-25  Joshua ColpFix T.38 support when used with chan_local in between.
2012-09-25  Kinsey MooreFix an issue where media would not flow for situations...
2012-09-25  Kinsey Moore"show" completion option for "queue" shouldn't appear...
2012-09-25  Terry WilsonProperly handle UAC/UAS roles for SIP session timers
2012-09-25  Richard MudgettFix valgrind found memcpy issues in codec_ilbc.
2012-09-25  Richard MudgettMake rebuild GSM, ilbc, or lpc10 codecs if the respecti...
2012-09-25  Jonathan Rosechan_sip: Set Quality of Service for video rtp instance
2012-09-25  Kinsey MooreFix documentation for default username in res_odbc
2012-09-25  Joshua ColpFix an issue where a caller to ast_write on a Multicast...
2012-09-25  Joshua ColpAdd missing checks that I neglected. The SIP technology...
2012-09-24  Matthew JordanRevert change to res_rtp_asterisk committed in r373236...
2012-09-24  Richard MudgettBe consistent, send From: "Anonymous" <sip:anonymous...
2012-09-24  Jonathan Rosefunc_audiohookinherit: Document some missed sources.
2012-09-24  Richard MudgettFix potential reentrancy problems in chan_sip.
2012-09-24  Joshua ColpFix a deadlock caused by a race condition between remov...
2012-09-21  Jonathan Roseiax2-provision: Fix improper return on failed cache...
next