gossip icon indicating copy to clipboard operation
gossip copied to clipboard

Examples

Open johntdyer opened this issue 9 years ago • 5 comments

Hello,

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

John

johntdyer avatar Apr 04 '15 10:04 johntdyer

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 avatar Apr 04 '15 13:04 StefanKopieczek

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.

rynorris avatar Apr 16 '15 16:04 rynorris

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

johntdyer avatar May 02 '15 17:05 johntdyer

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.

rynorris avatar Jun 11 '15 21:06 rynorris

how to use as client

reformc avatar Jun 22 '20 09:06 reformc