From 13ba1af310f3f1114d344f8af36540250b394192 Mon Sep 17 00:00:00 2001 From: Steve Davies Date: Wed, 19 Nov 2008 10:49:06 +0000 Subject: [PATCH] Send the correct ActionID value with error messages. --- src/astmanproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/astmanproxy.c b/src/astmanproxy.c index 62cb322..dbd8207 100644 --- a/src/astmanproxy.c +++ b/src/astmanproxy.c @@ -343,7 +343,7 @@ void *session_do(struct mansession *s) if ( !WriteAsterisk(&m) ) break; } else { - SendError(s, "Action Filtered", action); + SendError(s, "Action Filtered", actionid); } } else if (res < 0) break;