summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-11 12:14:38 +0000
committerMark Spencer <markster@digium.com>2003-06-11 12:14:38 +0000
commit5b7ef7bfa3a942eeb7578a8c925ef1731ce27438 (patch)
treeafe225fecdde2f43036982db83499d02621ec60b /pbx.c
parent51973e530b9acabe13c7c5ed1500919f0e5f37e1 (diff)
Use digit/response timeouts
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1081 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pbx.c b/pbx.c
index a0c58fad9..9d7ea64b8 100755
--- a/pbx.c
+++ b/pbx.c
@@ -50,11 +50,6 @@
struct ast_context;
-struct ast_pbx {
- int dtimeout; /* Timeout between digits (seconds) */
- int rtimeout; /* Timeout for response (seconds) */
-};
-
/* An extension */
struct ast_exten {
char exten[AST_MAX_EXTENSION];