[Home]

Summary:ASTERISK-15405: [patch] Manager interface 'Masquerade' event doesn't include Unique id fields
Reporter:Nico Kooijman (syspert)Labels:
Date Opened:2010-01-06 03:21:07.000-0600Date Closed:2011-06-07 14:07:57
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) masqurade.patch
Description:While almost all events also include the Uniqueid of the channel the Masquerade event doesn't. This patch will add the fields uniqueid for the origin and the clone channel.
Comments:By: Tilghman Lesher (tilghman) 2010-01-08 16:35:01.000-0600

If you want this, the alternative approach is preferred:  Modify your manager.conf to request that variable to be appended to your manager events:

channelvars=CHANNEL(uniqueid)

There is no longer any need to add uniqueid to existing manager events.