Skip to content
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

Closed
jbro129 opened this issue Aug 16, 2023 · 6 comments · Fixed by #605
Closed

Don't record calls under 10 seconds #411

jbro129 opened this issue Aug 16, 2023 · 6 comments · Fixed by #605
Assignees
Labels
enhancement New feature or request

Comments

@jbro129
Copy link

jbro129 commented Aug 16, 2023

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.

@chenxiaolong chenxiaolong self-assigned this Aug 16, 2023
@chenxiaolong chenxiaolong added the enhancement New feature or request label Aug 16, 2023
@Alex2036
Copy link

Alex2036 commented May 17, 2024

@chenxiaolong can you please tell me why you couldn't add such a necessary option?
Do you plan to add it in the nearest updates?

@chenxiaolong
Copy link
Owner

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.

@chenxiaolong
Copy link
Owner

Please give the test build at #605 (comment) a try.

@Alex2036
Copy link

Пожалуйста, попробуйте тестовую сборку #605 (комментарий) .

Unfortunately, the tested test assembly records calls immediately after picking up the handset. And the time specified in the options does not fix this.
Is it possible to make sure that calls limited to N - amount of time are not recorded in BCR?

@chenxiaolong
Copy link
Owner

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.

@Alex2036
Copy link

Я не уверен, что полностью понимаю, о чем вы говорите. Похоже, вы просите функцию задержки начала записи? Если так, то это не поддерживается.
Yes, it was about that. Thanks for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants