/sip-ping

A simple SIP OPTIONS Ping checking for sip services.

Primary LanguageGoMIT LicenseMIT

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.

./dockerBuild.sh