[asterisk-bugs] [JIRA] (ASTERISK-28632) ConfBridge spawns record_command before MixMonitor ends
Bill Kervaski (JIRA)
noreply at issues.asterisk.org
Mon Nov 25 11:25:32 CST 2019
[ https://issues.asterisk.org/jira/browse/ASTERISK-28632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Kervaski updated ASTERISK-28632:
-------------------------------------
Description:
Set(CONFBRIDGE(bridge,record_conference)=yes)
Set(CONFBRIDGE(bridge,record_file_timestamp)=no)
Set(CONFBRIDGE(bridge,record_file)=filename.wav)
Set(CONFBRIDGE(bridge,record_command)=mycommand)
Results in the command running before MixMonitor ends and closes the file.
== Executing [mycommand]
-- <CBAnn/test-0000009a;1> Playing 'confbridge-leave.gsm' (language 'en')
-- Channel CBAnn/test-0000009a;2 left 'softmix' base-bridge <6229229c-72dc-460b-9913-d7905925e988>
== End MixMonitor Recording CBRec/heavylogic.500-0000000
Also odd that it appends .gsm to the prompt as it doesn't exist on my system, only sln16.
was:
Set(CONFBRIDGE(bridge,record_conference)=yes)
Set(CONFBRIDGE(bridge,record_file_timestamp)=no)
Set(CONFBRIDGE(bridge,record_file)=filename.wav)
Set(CONFBRIDGE(bridge,record_command)=mycommand ${vars})
Results in the command running before MixMonitor ends and closes the file.
== Executing [mycommand withmyvars]
-- <CBAnn/test-0000009a;1> Playing 'confbridge-leave.gsm' (language 'en')
-- Channel CBAnn/test-0000009a;2 left 'softmix' base-bridge <6229229c-72dc-460b-9913-d7905925e988>
== End MixMonitor Recording CBRec/heavylogic.500-0000000
Also odd that it appends .gsm to the prompt as it doesn't exist on my system, only sln16.
> ConfBridge spawns record_command before MixMonitor ends
> -------------------------------------------------------
>
> Key: ASTERISK-28632
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-28632
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_confbridge
> Affects Versions: 16.6.2
> Environment: Linux (all)
> Reporter: Bill Kervaski
> Severity: Critical
>
> Set(CONFBRIDGE(bridge,record_conference)=yes)
> Set(CONFBRIDGE(bridge,record_file_timestamp)=no)
> Set(CONFBRIDGE(bridge,record_file)=filename.wav)
> Set(CONFBRIDGE(bridge,record_command)=mycommand)
> Results in the command running before MixMonitor ends and closes the file.
> == Executing [mycommand]
> -- <CBAnn/test-0000009a;1> Playing 'confbridge-leave.gsm' (language 'en')
> -- Channel CBAnn/test-0000009a;2 left 'softmix' base-bridge <6229229c-72dc-460b-9913-d7905925e988>
> == End MixMonitor Recording CBRec/heavylogic.500-0000000
> Also odd that it appends .gsm to the prompt as it doesn't exist on my system, only sln16.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list