mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 04:16:43 +00:00
Bug 7114 - Originate success/failure indicator was reversed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25831 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user