ConfBridge Recording, Crash: 20.13.0, 21.8.0, 22.3.0

Good Morning’ish …

In Asterisk 20.13.0, 21.8.0, and 22.3.0, when I specify a conferece bridge to be recording like this:

Set(CONFBRIDGE(bridge,record_conference)=yes)
Set(CONFBRIDGE(bridge,record_file)=/some/file.wav)

And then start a dynamic conference, works great.

However, recently we have a need to do this with AMI, when I send “ConfbridgeStartRecord”, all 3 versions crash. Note that other AMI commands are working just fine, nothing obvious out of the ordinary.

While investigating, using the CLI if I enter “confbridge record start ”, same thing, hangs and crashes.

The recording files stop at 44 bytes in each case.

Thinking it was just the latest version, I tested all current 20, 21, and 22 branches.

Any ideas?

Thanks for any help.

Crashes should be reported to the issue tracker[1] with a backtrace[2], as well as specifying whether this is new or if it occurs in past versions.

[1] GitHub · Where software is built
[2] Getting a Backtrace - Asterisk Documentation

Done.