[Home]

Summary:ASTERISK-06318: [patch] wrong code in pbx.c SVN10088
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2006-02-15 05:04:31.000-0600Date Closed:2008-01-15 16:48:50.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbx.diff
Description:the commit to implement SYSTEMNAME in svn10088 is incorrect, because
the way pbx_retrieve_variable works the result must be in the variable 's'.
Perhaps the documentation at the top of the function was not clear
enough, so in addition to the fix i am submitting also an update
to the comment.

patch attached.
Comments:By: Russell Bryant (russell) 2006-02-15 11:40:27.000-0600

added to the trunk in rev 10209, thanks!

By: Digium Subversion (svnbot) 2008-01-15 16:48:50.000-0600

Repository: asterisk
Revision: 10209

U   trunk/pbx.c

------------------------------------------------------------------------
r10209 | russell | 2008-01-15 16:48:49 -0600 (Tue, 15 Jan 2008) | 3 lines

Fix the retrieval of the new SYSTEMNAME variable.  Also, clarify some
documentation of how pbx_retrieve_variable works. (issue ASTERISK-6318)

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

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