mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +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 */
|
||||
manager_event(EVENT_FLAG_CALL,
|
||||
res ? "OriginateSuccess" : "OriginateFailure",
|
||||
res ? "OriginateFailure" : "OriginateSuccess",
|
||||
"%s"
|
||||
"Channel: %s/%s\r\n"
|
||||
"Context: %s\r\n"
|
||||
|
||||
Reference in New Issue
Block a user