Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 442 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 442 Bytes

sip-ping

Send a SIP OPTIONS request to a server over ws/wss or udp/tcp/tls.

examples

WSS:

sip-ping -addr wss://some.sip.server.com:443

UDP:

sip-ping -addr udp://some.sip.server.com:5060

install

Assuming you have setup Go:

go get github.com/lwahlmeier/sip-ping

building

Uses docker for isolated/repeatable binary builds.

make build