aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_disa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_disa.c')
-rw-r--r--apps/app_disa.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/app_disa.c b/apps/app_disa.c
index e87ee8357..49c7ad554 100644
--- a/apps/app_disa.c
+++ b/apps/app_disa.c
@@ -187,12 +187,7 @@ static int disa_exec(struct ast_channel *chan, const char *data)
/* answer */
ast_answer(chan);
}
- } else {
- special_noanswer = 1;
- if (chan->_state != AST_STATE_UP) {
- ast_indicate(chan, AST_CONTROL_PROGRESS);
- }
- }
+ } else special_noanswer = 1;
ast_debug(1, "Context: %s\n",args.context);