[Home]

Summary:ASTERISK-09289: updateconfig adding '= >value' instead of '=> value'
Reporter:Pari Nannapaneni (pari)Labels:
Date Opened:2007-04-20 09:42:50Date Closed:2007-07-09 21:20:49
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:when we do updateconfig via GUI

Example:
action=updateconfig
srcfilename=users.conf
Action-000002=update
Cat-000002=6666
Var-000002=hasiax
Value-000002=yes (works file : result 'hasiax = yes')
Value-000002=>yes (But this would cause : result 'hasiax = >yes')

We should check whether the first character of the value is '>' and if yes
we should add 'variable => value_without_firstCharacter'

Comments:By: Russell Bryant (russell) 2007-04-20 13:23:14

This has been fixed in 1.4 and trunk in revisions 61690 and 61691