[svn-commits] schmidts: branch 10 r334746 - /branches/10/main/features.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Sep 7 10:07:55 CDT 2011
Author: schmidts
Date: Wed Sep 7 10:07:51 2011
New Revision: 334746
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=334746
Log:
another clean up
Modified:
branches/10/main/features.c
Modified: branches/10/main/features.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/features.c?view=diff&rev=334746&r1=334745&r2=334746
==============================================================================
--- branches/10/main/features.c (original)
+++ branches/10/main/features.c Wed Sep 7 10:07:51 2011
@@ -7064,9 +7064,6 @@
goto pickup_failed;
}
- /* setting this flag to generate a reason header in the cancel message to the ringing channel */
- ast_set_flag(chan, AST_FLAG_ANSWERED_ELSEWHERE);
-
if (ast_channel_masquerade(target, chan)) {
ast_log(LOG_WARNING, "Unable to masquerade '%s' into '%s'\n", chan_name,
target_name);
More information about the svn-commits
mailing list