summaryrefslogtreecommitdiff
path: root/channels/iax.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2000-12-27 13:38:58 +0000
committerMark Spencer <markster@digium.com>2000-12-27 13:38:58 +0000
commit4e8bcf1af1c9cc9a7c153b12f36eb882f4d71650 (patch)
tree839272f3337c3928c3509acbcd83826a23d59c93 /channels/iax.h
parentce46416cb31f2571fc2de3a1962357718732b655 (diff)
Version 0.1.6 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@224 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/iax.h')
-rwxr-xr-xchannels/iax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/iax.h b/channels/iax.h
index 295b545c1..5f8f9c2c3 100755
--- a/channels/iax.h
+++ b/channels/iax.h
@@ -38,6 +38,10 @@
#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_DEFAULT_REG_EXPIRE 60 /* By default require re-registration once per minute */
#define AST_DEFAULT_IAX_PORTNO 5036