summaryrefslogtreecommitdiff
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-05-10 09:09:16 +0000
committerMark Spencer <markster@digium.com>2006-05-10 09:09:16 +0000
commit66ed134473faeb5bf3bac6e00fe928d49e60f62f (patch)
tree4844a6d447394e3b7fd09ee597a19835acd526c1 /channels/iax2.h
parente8dcc5d429a2111eea4f16ce880745bbfc8e6a00 (diff)
Allow media to go directly between IAX endpoints while signalling still
goes through the existing path. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26314 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 c6b44628d..2b0c8bb99 100644
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -67,6 +67,7 @@
#define IAX_COMMAND_PROVISION 35 /* Provision device */
#define IAX_COMMAND_FWDOWNL 36 /* Download firmware */
#define IAX_COMMAND_FWDATA 37 /* Firmware Data */
+#define IAX_COMMAND_TXMEDIA 38 /* Transfer media only */
#define IAX_DEFAULT_REG_EXPIRE 60 /* By default require re-registration once per minute */