summaryrefslogtreecommitdiff
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-01-16 08:38:59 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-01-16 08:38:59 +0000
commit3d91c0a0c01474336aba0342a3d10c301f19d93f (patch)
treed59470d07f7dce94e52073d498c2569145c29fa8 /channels/iax2.h
parentbf5c607c6992359b00892e46156c3ea57cdae54a (diff)
IAX2 remote variables - Bug 7619
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/iax2.h')
-rw-r--r--channels/iax2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/iax2.h b/channels/iax2.h
index 2b0c8bb99..084c4f201 100644
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -128,6 +128,7 @@
#define IAX_IE_RR_DELAY 49 /* Max playout delay for received frames (in ms) u16 */
#define IAX_IE_RR_DROPPED 50 /* Dropped frames (presumably by jitterbuf) u32 */
#define IAX_IE_RR_OOO 51 /* Frames received Out of Order u32 */
+#define IAX_IE_VARIABLE 52 /* Remote variables */
#define IAX_AUTH_PLAINTEXT (1 << 0)