From 24c37e4b9ec728f457ff3c017a5aafca44fc18b2 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 3 May 2001 03:54:19 +0000 Subject: Version 0.1.8 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@308 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/iax.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'channels/iax.h') 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 */ -- cgit v1.2.3