aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.c b/manager.c
index bf7016672..db61e28e5 100644
--- a/manager.c
+++ b/manager.c
@@ -1312,7 +1312,7 @@ static void *fast_originate(void *data)
/* Tell the manager what happened with the channel */
manager_event(EVENT_FLAG_CALL,
- res ? "OriginateSuccess" : "OriginateFailure",
+ res ? "OriginateFailure" : "OriginateSuccess",
"%s"
"Channel: %s/%s\r\n"
"Context: %s\r\n"