aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-10 09:09:16 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-10 09:09:16 +0000
commit9e8603c06dc57ac8be815bb92a152ad5aa175f23 (patch)
tree4844a6d447394e3b7fd09ee597a19835acd526c1 /channels/iax2.h
parentc400f24164b9bd4d9e417ae964d120ebaccb28ca (diff)
Allow media to go directly between IAX endpoints while signalling still
goes through the existing path. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26314 f38db490-d61c-443f-a65b-d21fe96a405b
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 */