[Home]

Summary:ASTERISK-05441: calling GET FULL VARIABLE multiple times in sequence
Reporter:Terence (mrfreeze)Labels:
Date Opened:2005-11-03 15:23:36.000-0600Date Closed:2008-01-15 15:53:41.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) getfullvariable.patch
Description:In extensions.conf:
set(x=9100)
set(y=91)

in my agi script:
GET FULL VARIABLE ${x}
- returns: 200 result=1 (9100)
GET FULL VARIABLE ${y}
- returns: 200 result=1 (9100)


The below works fine (the reverse):
GET FULL VARIABLE ${y}
- returns: 200 result=1 (91)
GET FULL VARIABLE ${x}
- returns: 200 result=1 (9100)
Comments:By: Russell Bryant (russell) 2005-11-03 15:31:16.000-0600

Can you test this patch?

By: Terence (mrfreeze) 2005-11-03 15:46:00.000-0600

Yes, it fixed the problem. Both scenarios work now.

Thanks

By: Russell Bryant (russell) 2005-11-03 16:34:55.000-0600

fixed in cvs head, thanks for the quick response!

By: Digium Subversion (svnbot) 2008-01-15 15:53:41.000-0600

Repository: asterisk
Revision: 6954

U   trunk/ChangeLog
U   trunk/res/res_agi.c

------------------------------------------------------------------------
r6954 | russell | 2008-01-15 15:53:41 -0600 (Tue, 15 Jan 2008) | 2 lines

issue ASTERISK-5441

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

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