You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can start bridge and channel recordings, but only bridge recordings can be stopped.
On channels the stop command would succeed but then not actually work.
After this a channel play would also fail.
I found one missing character, after digging through Asterisk debug logs, that actually fixes everything.
My company prefers I not submit patches but I could not leave you hanging.
Beside you probably want to consider if anything else needs to be done.
In your channel.h line 360 change Recording recording(name, client); to Recording recording(_name, client);
aricpp-1.1.1 and Asterisk 18.9.0
The text was updated successfully, but these errors were encountered:
Thank you very much, @TomWocken for your report.
I applied the fix you suggest, and now it should work as expected.
I did a new release v. 1.1.2.
Please, check out the new release, and feel free to give me feedback.
I can start bridge and channel recordings, but only bridge recordings can be stopped.
On channels the stop command would succeed but then not actually work.
After this a channel play would also fail.
I found one missing character, after digging through Asterisk debug logs, that actually fixes everything.
My company prefers I not submit patches but I could not leave you hanging.
Beside you probably want to consider if anything else needs to be done.
In your channel.h line 360 change Recording recording(name, client); to Recording recording(_name, client);
aricpp-1.1.1 and Asterisk 18.9.0
The text was updated successfully, but these errors were encountered: