Bug 7114 - Originate success/failure indicator was reversed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25831 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 20 years ago
parent 308618585e
commit 3890d4e813

@ -1312,7 +1312,7 @@ static void *fast_originate(void *data)
/* Tell the manager what happened with the channel */ /* Tell the manager what happened with the channel */
manager_event(EVENT_FLAG_CALL, manager_event(EVENT_FLAG_CALL,
res ? "OriginateSuccess" : "OriginateFailure", res ? "OriginateFailure" : "OriginateSuccess",
"%s" "%s"
"Channel: %s/%s\r\n" "Channel: %s/%s\r\n"
"Context: %s\r\n" "Context: %s\r\n"

Loading…
Cancel
Save