]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2012-06-25  Mark MichelsonMultiple revisions 369323-369324
2012-06-25  Mark MichelsonBe more consistent with the return code for requests...
2012-06-23  Richard MudgettFix Bridge application and AMI Bridge action error...
2012-06-22  Richard MudgettExplicitly check caller hangup in app Queue rather...
2012-06-22  Richard MudgettCheck if PBX was started and fix F and F(x) action...
2012-06-22  Richard MudgettCheck if PBX was started for generic CCSS recall.
2012-06-22  Richard MudgettChange incorrect chan_sip zombie hangup debug message...
2012-06-22  Terry WilsonDon't crash on a guest directmedia call
2012-06-22  Kinsey MooreDon't parse media stream state for SIP video streams
2012-06-20  Alexandr Anikinfix locking issue on empty callList
2012-06-20  Michael L.... Fix NULL pointer segfault in ast_sockaddr_parse()
2012-06-19  Alexandr Anikincheck rtptimeouts in ooh323 channels as per config...
2012-06-19  Mark MichelsonFix request routing issue when outboundproxy is used.
2012-06-18  Richard MudgettFix monitoring calls put in a parking lot.
2012-06-15  Kevin P. FlemingMultiple revisions 369001-369002
2012-06-14  Matthew JordanAST-2012-009: Fix crash in chan_skinny due to Key Pad...
2012-06-14  Mark MichelsonRevert Makefile change to remove embedding res_adsi.so
2012-06-13  Mark MichelsonFix a deadlock that occurs when func_volume is used...
2012-06-13  Matthew JordanMark res_smdi/res_adsi as 'core' supported modules
2012-06-13  Mark MichelsonRemove forced linking of res_adsi.o
2012-06-13  Matthew JordanDo not install empty directories; add ASTLIBDIR
2012-06-12  Matthew JordanDo not perform install on existing directories
2012-06-12  Mark MichelsonSet the Caller ID "tag" on peers even if remote party...
2012-06-11  Richard MudgettFix deadlock potential with ast_set_hangupsource()...
2012-06-11  Kinsey MooreFix coverity UNUSED_VALUE findings in core support...
2012-06-11  Kinsey MooreFix compilation in dev-mode
2012-06-06  Richard MudgettFix POTS flash hook to orignate a second call deadlock.
2012-06-06  Mark MichelsonFix a specific scenario where ACKs are not matched.
2012-06-06  Matthew JordanAdd feature modifier to versions produced from branches
2012-06-06  Kinsey MooreEnsure overlapping hold flags do not conflict
2012-06-06  Richard MudgettFix parked call performing a DTMF blind transfer after...
2012-06-05  Kinsey MooreResolve some build warnings
2012-06-05  Kinsey MooreEnsure that pages and emails are sent using RFC822...
2012-06-04  Mark MichelsonRelay proper SIP responses on calling side.
2012-06-04  Richard MudgettDocument BLINDTRANSFER behavior change.
2012-06-04  Richard MudgettFix potential deadlock between masquerade and chan_local.
2012-06-01  Richard MudgettFix deadlock when Gosub used with alternate dialplan...
2012-06-01  Kevin P. FlemingImprove SDP parsing warning messages
2012-06-01  Michael L.... Add documentation to function CHANNEL for options echoc...
2012-05-31  Richard MudgettCoverity Report: Fix issues for error type REVERSE_INUL...
2012-05-30  Richard MudgettUse the DEADLOCK_AVOIDANCE() macro instead.
2012-05-30  Richard MudgettFix deadlock when executing CLI "pri show channels...
2012-05-29  Richard MudgettCoverity Report: Fix issues for error type REVERSE_INUL...
2012-05-29  Matthew JordanAST-2012-008: Fix remote crash vulnerability in chan_skinny
2012-05-25  Richard MudgettAST-2012-007: Fix IAX receiving HOLD without suggested...
2012-05-25  Michael L.... Fix pvt_sip for inbound call to use peer's allowtransfe...
2012-05-24  Richard MudgettFix Dial I option ignored if dial forked and one fork...
2012-05-24  Matthew JordanFix crash in ConfBridge when user announcement is playe...
2012-05-23  Richard MudgettFix WaitExten(x,m(musicclass)) string termination.
2012-05-23  Mark MichelsonOnly call SSL_CTX_free if DO_SSL is defined.
2012-05-23  Matthew JordanRe-add LastMsgsSent value for SIP peers
2012-05-22  Terry WilsonFix race condition for CEL LINKEDID_END event
2012-05-22  Terry WilsonResolve crash in subscribing for MWI notifications
2012-05-18  Mark MichelsonAddress MISSING_BREAK static analysis reports some...
2012-05-18  Mark MichelsonFix memory leak of SSL_CTX structures in TLS core.
2012-05-18  Matthew JordanFix more memory leaks
2012-05-18  Kinsey MooreReorder and renumber tests appropriately
2012-05-18  Matthew JordanFix a variety of memory leaks
2012-05-17  Jonathan Rosechan_sip: Fix missed locking of opposing pvt for direct...
2012-05-17  Matthew JordanFix checking bounds of array index after using it;...
2012-05-15  Mark MichelsonCorrect misuse of ast_strip_quoted() when getting a...
2012-05-15  Jonathan Rosechan_sip: Check the right channel's host address for...
2012-05-14  Mark MichelsonFix two more coverity constant expression result findings.
2012-05-14  Mark MichelsonFix broken reinvite glare scenario.
2012-05-11  Russell Bryantformat_mp3: Fix a possible crash in mp3_read().
2012-05-10  Richard Mudgett* Made ast_change_name() hold the channels container...
2012-05-10  Kinsey MooreResolve FORWARD_NULL static analysis warnings
2012-05-10  Jonathan RoseCoverity Report: Fix issues for error type CHECKED_RETU...
2012-05-10  Mark MichelsonClose the proper tcptls_session when session creation...
2012-05-10  Jonathan RoseCoverity Report: Fix issues for error type UNINIT in...
2012-05-09  Jonathan RoseBlock on frameout if the hardware has enough samples...
2012-05-09  Mark MichelsonPrevent sip_pvt refleak when an ast_channel outlasts...
2012-05-08  Richard Mudgett* Fix FollowMe memory leak on error paths in app_exec().
2012-05-08  Richard Mudgett* Fix accept/decline DTMF buffer overwrite in FollowMe.
2012-05-08  Mark MichelsonSend more accurate identification information in dialog...
2012-05-07  Richard MudgettFix type punned compiler warning in test_config.c
2012-05-07  Matthew JordanSupport VoiceMail d() option when extension does not...
2012-05-04  Kinsey MooreFix many issues from the NULL_RETURNS Coverity report
2012-05-04  Richard MudgettFix local channel chains optimizing themselves out...
2012-05-04  Mark MichelsonFix core FINDING 2, FINDING 3, and FINDING 4 from Cover...
2012-05-03  Alexandr AnikinFix warning of Coverity Static analysis, change H225Pro...
2012-05-03  Alexandr AnikinFix coverity static analysis warning, allocate full...
2012-05-02  Terry WilsonMultiple revisions 365006,365068
2012-05-02  Michael L.... Update security events unit tests
2012-05-02  Matthew JordanOnly log a failure to get read/write samples from facto...
2012-05-01  Richard MudgettFixed __ao2_ref() validating user_data twice.
2012-05-01  Mark MichelsonFix Coverity-reported ARRAY_VS_SINGLETON error.
2012-05-01  Richard Mudgett* Fix error path resouce leak in local_request().
2012-05-01  Jason ParkerPrevent a potential crash when using manager hooks.
2012-05-01  Kinsey MoorePlay conf-placeintoconf message to the correct channel
2012-05-01  Jonathan RoseFix bad check in voicemail functions for ast_inboxcount...
2012-04-30  Mark MichelsonRevert improved identities sent in dialog-info NOTIFY...
2012-04-30  Alexandr AnikinFix use freed pointer in return value from call thread
2012-04-30  Mark MurawkiMerged revisions 364635 via svnmerge from
2012-04-29  Matthew JordanFix error that caused truncate operations to fail
2012-04-29  Michael L.... Fix configuring custom sound_leader_has_left in confbri...
2012-04-27  Terry WilsonAdd missing test_config.c
2012-04-27  Terry WilsonFix ast_parse_arg numeric type range checking and add...
2012-04-27  Mark MichelsonDon't attempt to make use of the dynamic_exclude_static...
2012-04-27  Matthew JordanPrevent overflow in calculation in ast_tvdiff_ms on...
next