aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index ea1f329d2..20bb9331b 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -112,9 +112,9 @@ static int agidebug = 0;
#define AGI_PORT 4573
enum agi_result {
+ AGI_RESULT_FAILURE = -1,
AGI_RESULT_SUCCESS,
AGI_RESULT_SUCCESS_FAST,
- AGI_RESULT_FAILURE,
AGI_RESULT_HANGUP
};