]> git.ipfire.org Git - thirdparty/asterisk.git/shortlog
thirdparty/asterisk.git
2012-06-19  Mark MichelsonFix request routing issue when outboundproxy is used.
2012-06-18  Kinsey MooreFix AST_CONTROL_PVT_CAUSE_CODE handling
2012-06-18  Richard MudgettFix monitoring calls put in a parking lot.
2012-06-15  Damien WedhornVarious small chan_skinny fixes and cleanup
2012-06-15  Kinsey MooreAllow chan_sip to decline unwanted media streams
2012-06-15  Jason ParkerFix voicemail API tests by using the correct argument...
2012-06-15  Kevin P. FlemingMultiple revisions 369001-369002
2012-06-15  Kinsey MooreAdd HANGUPCAUSE hash support to IAX2
2012-06-15  Jason ParkerRemove some symbol exports that got missed in the remov...
2012-06-15  Richard MudgettRemove remaining properties mmichelson left laying...
2012-06-14  Richard MudgettAllow non-normal execution routines to be able to run...
2012-06-14  Richard MudgettMake the Hangup application set a softhangup flag.
2012-06-14  Richard MudgettMove vm defines to group them better.
2012-06-14  Jason ParkerMultiple revisions 368963,368965
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-14  Terry WilsonAdd a post_apply callback to the Config Options API
2012-06-14  Terry WilsonAdd filename alias support to the Config Options API
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 JordanReplace MODULES_DIR with ASTMODDIR in Makefile's INSTAL...
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-12  Matthew JordanUpdate merge property information
2012-06-12  Matthew JordanFix deadlock in SIP transfers that involve a REFER...
2012-06-12  Kinsey MooreParse ANI2 information from SIP From header parameters
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 MooreRecorded merge of revisions 368721 from http://svn...
2012-06-08  Richard MudgettFix error paths in action_hangup() for AMI Hangup action.
2012-06-08  Richard MudgettTweak ast_channel_softhangup_withcause_locked() to...
2012-06-08  Igor GoncharovskiyFix MWI update so LED display correct voicemail state...
2012-06-07  Damien WedhornSkinny cleanup (mwi_event_cb).
2012-06-07  Damien WedhornSkinny cleanup.
2012-06-07  Richard MudgettFix app_queue debug message use of args.options after...
2012-06-07  Richard MudgettFix inverted test in app_queue for ringinuse.
2012-06-07  Terry WilsonFix reloading an unchanged file with the Config Options API
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
next