]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2012-06-07  Tzafrir CohenFix a typo in format_ogg_vorbis.c: suport
2012-06-07  Terry WilsonAdd default handler documentation and standardize acl...
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-06  Richard MudgettMake builtin_blindtransfer() fully use ast_async_goto...
2012-06-05  Jonathan RoseMerge 'core' and 'core changes' sections in CHANGES...
2012-06-05  Kinsey MooreRecorded merge of revisions 368536 from http://svn...
2012-06-05  Kinsey MooreEnsure that pages and emails are sent using RFC822...
2012-06-05  Kinsey MooreConvert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_...
2012-06-04  Mark MichelsonRelay proper SIP responses on calling side.
2012-06-04  Richard MudgettDocument BLINDTRANSFER behavior change.
2012-06-04  Mark MichelsonAlso have vim syntax-highlight type=network.
2012-06-04  Mark MichelsonAdd vim syntax highlighting for type=line, type=phone...
2012-06-04  Mark MichelsonRemove some extra debugging I forgot to remove in the...
2012-06-04  Mark MichelsonRemove automerge properties.
2012-06-04  Mark MichelsonMerge changes dealing with support for Digium phones.
2012-06-04  Richard MudgettFix potential deadlock between masquerade and chan_local.
2012-06-02  Joshua ColpAdd res_http_websocket module which implements the...
2012-06-01  Richard MudgettFix deadlock when Gosub used with alternate dialplan...
2012-06-01  Kevin P. FlemingImprove SDP offer/answer RFC compliance
2012-06-01  Kevin P. FlemingImprove SDP parsing warning messages
2012-06-01  Terry WilsonAdd missing config for config API test
2012-06-01  Terry WilsonAdd new config-parsing framework
2012-06-01  Mark MichelsonHelp mitigate potential reinvite glare scenarios.
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  Jonathan Rosechan_sip: fix problem directmediapermit/deny uses the...
2012-05-24  Jonathan RoseBlocked revisions 366591
2012-05-24  Matthew JordanFix crash in ConfBridge when user announcement is playe...
2012-05-24  Richard MudgettMade use IAX frame cache only for cacheable frame types.
2012-05-23  Richard MudgettFix WaitExten(x,m(musicclass)) string termination.
2012-05-23  Jonathan Roselogger: Fix a potential callid reference leak discovere...
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-21  Richard MudgettMade ast_queue_hangup() and ast_queue_hangup_with_cause...
2012-05-21  Kinsey MooreMake chan_iax2 reject cause code indications correctly
2012-05-21  Mark MichelsonRevert revision 367163.
2012-05-21  Mark MichelsonAdd "send to voicemail" Digium phone functionality...
2012-05-21  Terry WilsonMinor documentation change
2012-05-18  Jonathan Roseapp_queue: Per Member ringinuse option and deprecation...
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  Matthew JordanFix a variety of memory leaks
2012-05-18  Jonathan Rosechan_sip: Fix a small TEST_FRAMEWORK related error...
2012-05-18  Kinsey MooreReorder and renumber tests appropriately
2012-05-17  Kinsey MooreMake the new SIP_CAUSE backend behave more like the...
2012-05-17  Jonathan Roselogger: Adds additional support for call id logging...
2012-05-17  Jonathan RoseBlocked revisions 366792
2012-05-17  Matthew JordanFix checking bounds of array index after using it;...
2012-05-16  Richard MudgettRemove missed idx parameter to some ao2 global holder...
2012-05-16  Richard MudgettChange ao2 global array to ao2 global object holder.
2012-05-15  Mark MichelsonCorrect misuse of ast_strip_quoted() when getting a...
2012-05-15  Richard MudgettThe predial routine must be run on the local;1 channel.
2012-05-15  Richard MudgettAdd predial support to FollowMe.
2012-05-14  Richard MudgettMake chan_local use the API call instead of inlining...
2012-05-14  Mark MichelsonFix two more coverity constant expression result findings.
2012-05-14  Kinsey MooreCommit framework for HANGUPCAUSE (replacement for SIP_C...
2012-05-14  Mark MichelsonFix broken reinvite glare scenario.
2012-05-14  Tzafrir CohenMacro AST_PKG_CONFIG_CHECK to use chkconfig
2012-05-12  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  Richard MudgettTweak app_dial predial documentation.
2012-05-10  Richard MudgettRun predial routine on local;2 channel where you would...
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  Tzafrir Cohenpass BUILD_CFLGAS and BUILD_LDFLAGS to menuselect
2012-05-09  Richard MudgettImprove FollowMe accept/decline DTMF string matching.
2012-05-09  Mark MichelsonPrevent sip_pvt refleak when an ast_channel outlasts...
2012-05-09  Richard MudgettKeep answered FollowMe calls until call accepted or...
2012-05-09  Richard MudgettPut winning FollowMe outgoing call on hold if the calle...
2012-05-09  Richard MudgettRestructure how the FollowMe outgoing channel list...
2012-05-08  Richard MudgettAddendum to -r365766. Since it is no longer allocated.
2012-05-08  Richard MudgettMake FollowMe findmeexec() put the list head on the...
2012-05-08  Sean BrightAdd interrupt ('I') command to ExternalIVR.
2012-05-08  Richard MudgettMake FollowMe app_exec() not declare a 28k struct on...
2012-05-08  Richard MudgettSimplify findmeexec() parameter passing.
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 MudgettChange comment to use local channel name designators...
2012-05-07  Matthew JordanFix channel opaquification slip-up in r365477
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
next