[asterisk-bugs] [JIRA] (ASTERISK-22489) Confbridge record_file aprending file name with random number - Function not as expected
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Sep 9 16:49:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Mudgett updated ASTERISK-22489:
---------------------------------------
Description:
I am setting the confbridge record file name with the following dial plan command
{noformat}
same =>n,Set(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/${file})
{noformat}
The result being /var/spool/asterisk/confbridge/test.wav as seen on the console
but the file which is produced comes out as /var/spool/asterisk/confbridge/test-1378328852.wav
The last part of the file name appears to be a random number.
In previous versions of confbridge the file would have been the name I had told it to be
/var/spool/asterisk/confbridge/test.wav
I find no evidence of this being a new feature. If it is, the confbridge.conf sample configuration file needs to be updated to include the new available features. If it is not a new feature and it is a bug I am ready to assist getting it fixed.
was:
I am setting the confbridge record file name with the following dial plan command
same =>n,Set(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/${file})
The result being /var/spool/asterisk/confbridge/test.wav as seen on the console
but the file which is produced comes out as /var/spool/asterisk/confbridge/test-1378328852.wav
The last part of the file name appears to be a random number.
In previous versions of confbridge the file would have been the name I had told it to be
/var/spool/asterisk/confbridge/test.wav
I find no evidence of this being a new feature. If it is, the confbridge.conf sample configuration file needs to be updated to include the new available features. If it is not a new feature and it is a bug I am ready to assist getting it fixed.
> Confbridge record_file aprending file name with random number - Function not as expected
> ----------------------------------------------------------------------------------------
>
> Key: ASTERISK-22489
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22489
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_confbridge
> Affects Versions: 11.2.2
> Environment: Centos 6.4
> Reporter: Jonathan White
>
> I am setting the confbridge record file name with the following dial plan command
> {noformat}
> same =>n,Set(CONFBRIDGE(bridge,record_file)=/var/spool/asterisk/confbridge/${file})
> {noformat}
> The result being /var/spool/asterisk/confbridge/test.wav as seen on the console
> but the file which is produced comes out as /var/spool/asterisk/confbridge/test-1378328852.wav
> The last part of the file name appears to be a random number.
> In previous versions of confbridge the file would have been the name I had told it to be
> /var/spool/asterisk/confbridge/test.wav
> I find no evidence of this being a new feature. If it is, the confbridge.conf sample configuration file needs to be updated to include the new available features. If it is not a new feature and it is a bug I am ready to assist getting it fixed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list