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.