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

Docker installation not responding for siprec INVITE #50

Open
kavinchauhan opened this issue Apr 2, 2021 · 3 comments
Open

Docker installation not responding for siprec INVITE #50

kavinchauhan opened this issue Apr 2, 2021 · 3 comments
Labels
not-a-bug Not an issue question Further information is requested

Comments

@kavinchauhan
Copy link

I have installed orkaudio with docker in centos 7.
I am using siprec module with opensips which send siprec INVITE to oreca.
I can see traffic on port but it's not sending 200 OK for call receive.

May I know how can I handle signalling?

@kingster
Copy link
Member

kingster commented Apr 2, 2021

As per my understanding orkaudio(this version) works in passive mode of siprec, and in this mode, orkaudio would keep capturing sip+rtp as long as they arrive on the capture interface.

@kingster kingster added the question Further information is requested label Apr 2, 2021
@kavinchauhan
Copy link
Author

Okay. so it's voip capture plugin is just for capturing traffic.

Any idea, what I can use with orkaudio in passive mode and some other stuff to manage signalling to work with opensips siprec?

@kingster
Copy link
Member

kingster commented Apr 2, 2021

You should be able to use orkaudio with any sip infrastructure.

Here is the one possible deployment design (using port mirroring/ network mirroring)

image

A lot more scenarios are presented in this white paper doc

But a very simplistic one can be running orkaudio on the same node as your sbc gateway/pbx.

Update: Here are the supported deployment topologies https://github.com/voiceip/oreka/wiki/Deployment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-a-bug Not an issue question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants