aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-05-03 03:54:19 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-05-03 03:54:19 +0000
commit24c37e4b9ec728f457ff3c017a5aafca44fc18b2 (patch)
treed3d4b21558e529879036ddb5e0584614e015894f /channels/iax.h
parent5d40107333d7ed4fac8f9b44ca52d71c972808d7 (diff)
Version 0.1.8 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@308 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax.h')
-rwxr-xr-xchannels/iax.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/channels/iax.h b/channels/iax.h
index 5f8f9c2c3..6ba71b184 100755
--- a/channels/iax.h
+++ b/channels/iax.h
@@ -38,8 +38,15 @@
#define AST_IAX_COMMAND_INVAL 10
#define AST_IAX_COMMAND_LAGRQ 11
#define AST_IAX_COMMAND_LAGRP 12
-#define AST_IAX_COMMAND_REGRQ 13
-#define AST_IAX_COMMAND_REGRP 14
+#define AST_IAX_COMMAND_REGREQ 13 /* Registration request */
+#define AST_IAX_COMMAND_REGAUTH 14 /* Registration authentication required */
+#define AST_IAX_COMMAND_REGACK 15 /* Registration accepted */
+#define AST_IAX_COMMAND_REGREJ 16 /* Registration rejected */
+#define AST_IAX_COMMAND_REGREL 17 /* Force release of registration */
+#define AST_IAX_COMMAND_VNAK 18 /* If we receive voice before valid first voice frame, send this */
+#define AST_IAX_COMMAND_DPREQ 19 /* Request status of a dialplan entry */
+#define AST_IAX_COMMAND_DPREP 20 /* Request status of a dialplan entry */
+#define AST_IAX_COMMAND_DIAL 21 /* Request a dial on channel brought up TBD */
#define AST_DEFAULT_REG_EXPIRE 60 /* By default require re-registration once per minute */