voiceip / oreka

OpenSource G711, G722, G729, Opus & Other Format VoIP SIP Recorder
GNU General Public License v3.0
145 stars 76 forks source link

Some questions about oreka #121

Open genmzy opened 1 year ago

genmzy commented 1 year ago

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

kingster commented 1 year ago

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.