[Home]

Summary:ASTERISK-02276: [patch] Rename events omit Uniqueid
Reporter:Tony Mountifield (softins)Labels:
Date Opened:2004-08-26 14:53:39Date Closed:2008-01-15 15:05:51.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) channel.c.txt
Description:When using Local channels via the Manager API, the Rename events generated by ast_do_masquerade do not include Uniqueid fields. If a manager program is tracking state changes by Uniqueid, it can miss these changes.

The attached patch, channel.c.txt, fixes this. I have been careful to ensure original->uniqueid or clone->uniqueid was selected as appropriate.

****** ADDITIONAL INFORMATION ******

Disclaimer on file
Comments:By: Mark Spencer (markster) 2004-08-26 17:45:53

Added to CVS, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:05:51.000-0600

Repository: asterisk
Revision: 3660

U   trunk/channel.c

------------------------------------------------------------------------
r3660 | markster | 2008-01-15 15:05:50 -0600 (Tue, 15 Jan 2008) | 2 lines

Include UniqueId in rename events... (bug ASTERISK-2276)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=3660