]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_record: RECORDED_FILE variable not being populated 91/1291/1
authorKevin Harwell <kharwell@digium.com>
Mon, 21 Sep 2015 23:06:15 +0000 (18:06 -0500)
committerKevin Harwell <kharwell@digium.com>
Mon, 21 Sep 2015 23:11:01 +0000 (18:11 -0500)
commit455a31476bfe26a0cf3fdb186cdf9f0d6f0696ee
tree5fc926c52b8b50d14c18d612cb11897659ee915c
parent2fcf45e9cfc3a68ed4b37ba8cafdf73279f5aae7
app_record: RECORDED_FILE variable not being populated

The RECORDED_FILE variable is empty unless a '%d' is specified in the filename.
This patch makes it so the variable is always set to the filename.

ASTERISK-25410 #close

Change-Id: I4ec826d8eb582ae2ad184e717be8668b74d37653
apps/app_record.c