]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_record: RECORDED_FILE variable not being populated 89/1289/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:06:15 +0000 (18:06 -0500)
commitaeddee39fb492ea5ec873bdf02ea3858c5282601
treeaea14be26a935d831dbb2061d54f6dca000d90f3
parent960f00939aeb369891727b83c5b35c309611185f
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