aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax.h
diff options
context:
space:
mode:
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