]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Parse arguments passed to the CDR_PROP function correctly
authorMatthew Jordan <mjordan@digium.com>
Mon, 30 Sep 2013 19:57:36 +0000 (19:57 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 30 Sep 2013 19:57:36 +0000 (19:57 +0000)
commitdafa9e4e72d6b7ac0aa0ba02550337f975fa5e09
treeb7acaa1778cd1233392a916c36a1845bd4269447
parentfa0d221bd32fc1f7c266a247a448e498a3c78a35
Parse arguments passed to the CDR_PROP function correctly

I can only blame this on a bad merge, because this in no way worked properly
the way it was written. Mea culpa. The function should now parse its arguments
correctly and function properly. (Note that the API used by the CDR_PROP
function has working unit tests... this was merely bad coding of the actual
registered function)

(closes issue ASTERISK-22613)
Reported by: Private Name

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400196 65c4cc65-6c06-0410-ace0-fbb531ad65f3
funcs/func_cdr.c