Skip to content

Instantly share code, notes, and snippets.

@siniypin
Last active July 9, 2019 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siniypin/7860386 to your computer and use it in GitHub Desktop.
Save siniypin/7860386 to your computer and use it in GitHub Desktop.
Configure with block of code
Configure.Pjsip4Net()
.With(x => x.Config.AutoAnswer = false)
.With(x => x.Config.OutboundProxies.Add("sip:192.168.1.1:5060"))
.Build()
.Start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment