Ulexus / go-sip-ua

SIP UA library for client/b2bua using golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-sip-ua

SIP UA library for client/b2bua using golang

Running the examples

git clone https://github.com/cloudwebrtc/go-sip-ua
cd go-sip-ua
# run b2bua
go run examples/b2bua/main.go -c
# run client
go run examples/client/main.go

Dependencies

About

SIP UA library for client/b2bua using golang

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%