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:
87255f8
)
Version 0.1.7 from FTP
author
Mark Spencer
<markster@digium.com>
Fri, 2 Mar 2001 16:14:59 +0000
(16:14 +0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 2 Mar 2001 16:14:59 +0000
(16:14 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@232
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/frame.h
patch
|
blob
|
history
diff --git
a/include/asterisk/frame.h
b/include/asterisk/frame.h
index
a582bec
..
bab5e0b
100755
(executable)
--- a/
include/asterisk/frame.h
+++ b/
include/asterisk/frame.h
@@
-83,6
+83,7
@@
struct ast_frame_chain {
#define AST_CONTROL_BUSY 5 /* Remote end is busy */
#define AST_CONTROL_TAKEOFFHOOK 6 /* Make it go off hook */
#define AST_CONTROL_OFFHOOK 7 /* Line is off hook */
+#define AST_CONTROL_CONGESTION 8 /* Congestion (circuits busy) */
/* Request a frame be allocated. source is an optional source of the frame,
len is the requested length, or "0" if the caller will supply the buffer */