]> 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:07 +0000 (23:00 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 14 Apr 2010 23:00:07 +0000 (23:00 +0000)
commitab4cb6e4259724db3d7bf4c110ae2e3744060a5e
tree906763542f3d93b3cf608747c6b575037a74bd55
parenta58fd30392de89fd7ba644ebc2313a92559dc9f4
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.1@257264 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configs/features.conf.sample
main/features.c