projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a010aa5
)
Fix redefinition of flag in channel.h
author
Mark Michelson
<mmichelson@digium.com>
Fri, 30 Jan 2009 22:22:04 +0000
(22:22 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Fri, 30 Jan 2009 22:22:04 +0000
(22:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172598
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/channel.h
patch
|
blob
|
history
diff --git
a/include/asterisk/channel.h
b/include/asterisk/channel.h
index
b2fe81c
..
11f3198
100644
(file)
--- a/
include/asterisk/channel.h
+++ b/
include/asterisk/channel.h
@@
-559,7
+559,7
@@
enum {
/*! This flag indicates that the hangup exten should NOT be run when the
* bridge terminates, this will allow the hangup in the pbx loop to be run instead.
* */
- AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 17),
+ AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 18),
};
/*! \brief ast_bridge_config flags */