-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't record calls under 10 seconds #411
Comments
@chenxiaolong can you please tell me why you couldn't add such a necessary option? |
Even though the idea is simple, implementing this in a way that doesn't conflict with BCR's autorecord rules is not trivial. I think it's a good idea, but I don't expect I'll have time to implement it any time soon. |
Please give the test build at #605 (comment) a try. |
Unfortunately, the tested test assembly records calls immediately after picking up the handset. And the time specified in the options does not fix this. |
I'm not sure I fully understand what you're saying. It sounds like you're asking for a feature to have a delay the start of the recording? If so, that's not supported. The feature request from this ticket was for automatically deleting recordings that were shorter than N seconds. |
|
Would it be possible for an option to added where you can specify an amount of seconds and if a call doesn't reach that length then it won't be saved or it'll be deleted immediately after the call ends.
The text was updated successfully, but these errors were encountered: