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

Clarification with configuration of voice logger #135

Open
adityapranavbhuvanapalli opened this issue Oct 3, 2023 · 2 comments
Open

Clarification with configuration of voice logger #135

adityapranavbhuvanapalli opened this issue Oct 3, 2023 · 2 comments

Comments

@adityapranavbhuvanapalli

I have 2 scenarios.

  1. Voice Logger receives SIP INVITE and OK and RTP corresponding to the source and destination matching invite and ok.
  2. Voice Logger receives RTP with no prior SIP packet sent

Can you please suggest what changes can be done in configuration to restrict voice logger only to record the 1st scenario and not 2nd?

@kingster
Copy link
Member

kingster commented Oct 4, 2023

Hi @adityapranavbhuvanapalli

I don't think that is possible to do this at the time of capture, however, you should be able to distinguish between the two based on the tracker data and have a cleanup script to delete the non-required files.

Does this help your use case? What is the exact problem that you are trying to solve?

@adityapranavbhuvanapalli
Copy link
Author

adityapranavbhuvanapalli commented Oct 5, 2023

Hi @kingster
In my application, along with voice logger, 2 networks are connected. When the corresponding networks are unavailable, my application broadcasts the packets which results in duplicate recordings.

I will try to implement a clean up script to delete the redundant ones.
In case, you think a better approach is possible, please let me know.
Thanks.

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

No branches or pull requests

2 participants