[asterisk-bugs] [JIRA] (ASTERISK-25410) app_record: RECORDED_FILE variable not being populated
Kevin Harwell (JIRA)
noreply at issues.asterisk.org
Mon Sep 21 17:22:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kevin Harwell updated ASTERISK-25410:
-------------------------------------
Status: Open (was: Triage)
> app_record: RECORDED_FILE variable not being populated
> ------------------------------------------------------
>
> Key: ASTERISK-25410
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25410
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_record
> Affects Versions: 11.20.0, 13.6.0
> Reporter: Kevin Harwell
> Severity: Trivial
>
> The RECORDED_FILE variable is empty unless a '%d' is specified in the filename. This variable should be set regardless.
> Dialplan to reproduce:
> {code}
> exten => 999,1,NoOp()
> same => n,Record(test.gsm,9999, 9999)
> same => n,NoOp(Recorded file = ${RECORDED_FILE})
> same => n,NoOp(Record status = ${RECORD_STATUS})
> same => n,Hangup()
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list