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

Examples #7

Open
johntdyer opened this issue Apr 4, 2015 · 5 comments
Open

Examples #7

johntdyer opened this issue Apr 4, 2015 · 5 comments
Assignees

Comments

@johntdyer
Copy link

Hello,

Any chance of you including some example apps? Maybe something akin to a "hello-world.go" ?

John

@StefanKopieczek
Copy link
Owner

Hi John,

Great idea! We definitely plan to, once we've got the project to a stage where it's practical for other people to use. Right now it's very much a work in progress – so I'm not sure examples would add much value until at least the transaction layer is complete. Hopefully that'll be within the next couple of months.

Thanks for the interest!
Stefan

@StefanKopieczek StefanKopieczek self-assigned this Apr 4, 2015
@rynorris
Copy link
Collaborator

There's a relatively basic test project at gossip-demo which we've used for interop testing with real softphones.
It's still pretty bad for compatibility, but I've managed to get real calls set up to and from Jitsi using it.

@johntdyer
Copy link
Author

Awesome, I'll check it out. I am mainly looking to do a sip proxy and wanted to do it in go.

@rynorris
Copy link
Collaborator

Awesome, I'd love to hear how your proxy turns out.
I think we should be pretty usable for that, especially if you're going stateless and just operate with the transport layer directly. Of course wouldn't recommend putting us in any production code!

As a proxy, you should be aware of this issue where the order of parameters might be changed when passing through our parser. Shouldn't be an issue, but it's a little bad behaviour.

@reformc
Copy link

reformc commented Jun 22, 2020

how to use as client

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

4 participants