]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
make parens optional on functions as vars ${foo(bar)} is now the same as ${foo bar}
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 8 Oct 2010 20:59:22 +0000 (15:59 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 8 Oct 2010 20:59:22 +0000 (15:59 -0500)
commitfdba0e07faafafe90be5336626b1ca8ec8d98bf0
tree3275be801fcda8d6bccfa4074f53e7f1619f3b06
parentf13fa0c1a59a0b343c848abc23bdc4a3d8acaf3e
make parens optional on functions as vars ${foo(bar)} is now the same as ${foo bar}
src/switch_channel.c
src/switch_event.c