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

example/proxysip - rtpproxy #40

Closed
dekke046 opened this issue Sep 6, 2023 · 3 comments
Closed

example/proxysip - rtpproxy #40

dekke046 opened this issue Sep 6, 2023 · 3 comments

Comments

@dekke046
Copy link

dekke046 commented Sep 6, 2023

Hi,

This is really a nice project and good to see how powerfull go is for voip solutions as well ;-)
One question remains however on the proxy part, the primary focus is now on the SIP handling, what would be needed to intregrate and RTP proxy as well?

@emiago
Copy link
Owner

emiago commented Sep 7, 2023

Thanks. Yes I think the same.
I not sure do you think integrating some already existing rtpproxy project or writing lib for handling?
It will need some SDP handling in both cases I think.

@dekke046
Copy link
Author

There is rtpproxy, which is available. but it is not written in Go unfortunately.
Indeed the SDP handling is mandatory, since it needs to sit in between a sip client and a sip server, both the client and the server should not know about they are communicating to a proxy

@emiago
Copy link
Owner

emiago commented Sep 13, 2023

I guess you mean something like kamailio use which probably has some comunication protocol between. It is something for future + features to run SBC.
SDP parsing already has some libs in GO, but maybe we see own lib here for SDP as well.

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