]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_record: RECORDED_FILE variable not being populated 92/1292/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:19 +0000 (18:11 -0500)
commit43e6804b0cb2abd14491445e9ab3d5b6eaca728f
tree9c7f94bba296257966c0d38b1ca26f47c810d451
parent20702e0cf23c159a22350ccc0fd37cff2a098072
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