channel.h: whitespace changes.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400854 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2013-10-11 16:53:14 +00:00
parent eba9eb5e1b
commit 3c20ac4f61

View File

@@ -886,8 +886,8 @@ enum {
* to instead only generate END frames. */
AST_FLAG_END_DTMF_ONLY = (1 << 14),
/* OBSOLETED in favor of AST_CAUSE_ANSWERED_ELSEWHERE
Flag to show channels that this call is hangup due to the fact that the call
was indeed answered, but in another channel */
* Flag to show channels that this call is hangup due to the fact that the call
* was indeed answered, but in another channel */
/* AST_FLAG_ANSWERED_ELSEWHERE = (1 << 15), */
/*! This flag indicates that on a masquerade, an active stream should not
* be carried over */