summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/pbx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index fa2c5131b..f86793e92 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -68,6 +68,13 @@ struct ast_switch {
int (*matchmore)(struct ast_channel *chan, char *context, char *exten, int priority, char *callerid, char *data);
};
+struct ast_pbx {
+ int dtimeout; /* Timeout between digits (seconds) */
+ int rtimeout; /* Timeout for response
+ (seconds) */
+};
+
+
//! Register an alternative switch
/*!
* \param sw switch to register