aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-03 22:44:39 +0000
committerbbryant <bbryant@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-03 22:44:39 +0000
commitd3a5ecf1ad9ae0cd52f0390c98560cb9128af8f3 (patch)
tree023078d65ccd68b8f3463cf0f3b20748ac914833 /channels/iax2.h
parent5ca399c2cda6652af7bed0cf618d7ca869a478a5 (diff)
Remove commit that somehow got mergeed into trunk.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@127933 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2.h')
-rw-r--r--channels/iax2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/channels/iax2.h b/channels/iax2.h
index d1b3265f0..a945afee4 100644
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -109,14 +109,6 @@ enum {
IAX_COMMAND_FWDATA = 37,
/*! Transfer media only */
IAX_COMMAND_TXMEDIA = 38,
- /*! Command to send new key used for encryption */
- IAX_COMMAND_RTENC = 39,
- /*! Command to send new key used for decryption */
- IAX_COMMAND_RTDEC = 40,
- /*! ... */
- IAX_COMMAND_RTPAUSE = 41,
- /*! ... ... */
- IAX_COMMAND_RTRESP = 42,
};
/*! By default require re-registration once per minute */