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

Some questions about oreka #121

Open
genmzy opened this issue Dec 7, 2022 · 1 comment
Open

Some questions about oreka #121

genmzy opened this issue Dec 7, 2022 · 1 comment
Labels
discussion Discussion

Comments

@genmzy
Copy link

genmzy commented Dec 7, 2022

Hi, I'm testing oreka and I have some questions about oreka:

  • Can plugin VoIP only use switch SPAN to record? Can plugin VoIP listen on one socket and use SIPREC to record?
  • What is encapsulation mode of plugin VoIP
  • Plugin SIPUA seems use SIPREC to record but I can't find the plugin code and oreka logs that it cannot find the liborksipua.so file?
@kingster
Copy link
Member

kingster commented Dec 8, 2022

Hi @genmzy

Can plugin VoIP only use switch SPAN to record? Can plugin VoIP listen on one socket and use SIPREC to record?

While using SPAN mirroring based recording, it doesn't need SIPREC, it will capture everything from the SPAN port. This is the most standard recommended approach for using oreka.

What is encapsulation mode of plugin VoIP.

Some systems while doing SPAN based recording, encapsulated the data in a different format, for eg: AWS used VXLAN encapsulation for the mirrored traffic. IEEE8021Q/ESPAN/VXLAN are the supported encapsulations.

Plugin SIPUA seems use SIPREC to record but I can't find the plugin code and oreka logs that it cannot find the liborksipua.so file?

liborksipua.so is part of the commercial offering of OreX hence not available in the open source. However passive SIPREC is possible using the libvoip.so. You can refer to the possible options from our Deployment wiki page.

@kingster kingster added the discussion Discussion label Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discussion
Projects
None yet
Development

No branches or pull requests

2 participants