]> git.ipfire.org Git - thirdparty/asterisk.git/commit
func_cdr: Allow empty value for CDR dialplan function.
authorJoshua Colp <jcolp@digium.com>
Fri, 5 May 2017 13:48:34 +0000 (13:48 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 5 May 2017 13:59:02 +0000 (08:59 -0500)
commit4146facfec4366b406197746dab0fb69799690bd
tree5b94618425d80bb98f9affe3961ea9fd3ddc3233
parenta20db27c561c5f481a4e84b174366fb98502b166
func_cdr: Allow empty value for CDR dialplan function.

A regression was introduced in 12 where passing an empty value
to the CDR dialplan function was not longer allowed. This
change returns to the behavior of 11 where it is permitted.

ASTERISK-26173

Change-Id: I3f148203b54ec088007e29e30005a5de122e51c5
funcs/func_cdr.c