From: Kinsey Moore Date: Tue, 5 Jun 2012 14:41:43 +0000 (+0000) Subject: Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE X-Git-Tag: 11.0.0-beta1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571445ab9c9f268abfa7cdea1f80d199686c5fac;p=thirdparty%2Fasterisk.git Convert AST_FLAG_ANSWERED_ELSEWHERE usage to AST_CAUSE_ANSWERED_ELSEWHERE This was essentially duplicated functionality where normal channels used AST_CAUSE_ANSWERED_ELSEWHERE while local channels and queues used AST_FLAG_ANSWERED_ELSEWHERE. This removes the flag and converts that usage into AST_CAUSE_ANSWERED_ELSEWHER usage. Review: https://reviewboard.asterisk.org/r/1944 (closes issue ASTERISK-19865) Patch-by: Birger Harzenetter git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368519 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index e6eebbec7f..1ebad34128 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -133,8 +133,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Reset the call detail record (CDR) for this call.