[Home]

Summary:ASTERISK-03212: [PATCH] move channel variable inheritance to API
Reporter:Kevin P. Fleming (kpfleming)Labels:
Date Opened:2005-01-08 10:47:42.000-0600Date Closed:2008-01-15 15:20:29.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) inherit_channel_variables_rev1.diff.txt
Description:This patch moves the channel variable inheritance code (that processes '_' and '__' prefixed variables) from app_dial to channel.c, and modifies app_queue to use it as well. This means that users of the Queue() app can now set variables to be inherited into the channels that the app creates when it calls members.

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

Disclaimer is on file.
Comments:By: Mark Spencer (markster) 2005-01-08 11:19:05.000-0600

Fixed in CVS head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:20:29.000-0600

Repository: asterisk
Revision: 4709

U   trunk/apps/app_dial.c
U   trunk/apps/app_queue.c
U   trunk/channel.c
U   trunk/include/asterisk/channel.h

------------------------------------------------------------------------
r4709 | markster | 2008-01-15 15:20:28 -0600 (Tue, 15 Jan 2008) | 2 lines

Make queue support channel variable inheritance (bug ASTERISK-3212)

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

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