]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 257262 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 14 Apr 2010 23:00:22 +0000 (23:00 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 14 Apr 2010 23:00:22 +0000 (23:00 +0000)
commitf0857cf81dbc80df59da785bbd19344c5f6141ca
tree0a84bfc8ec2679e0df181c24ca42a076190a323e
parent5c3194e7d0ecf39f24e78fcc448b50f275ea4c24
Merged revisions 257262 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257262 | tilghman | 2010-04-14 17:57:35 -0500 (Wed, 14 Apr 2010) | 15 lines

  Yet another issue where the conversion of the application delimiter to comma caused an issue.

  Application arguments within the feature map could possibly contain a comma,
  which conflicts with the syntax of the features.conf configuration file.  This
  patch allows the argument to be wrapped in parentheses or quoted, to allow the
  application arguments to be interpreted as a single configuration parameter.

  (closes issue #16646)
   Reported by: pinga-fogo
   Patches:
         20100414__issue16646.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman

  Review: https://reviewboard.asterisk.org/r/547/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@257265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/features.conf.sample
main/features.c