Skip to content

A simple SIP OPTIONS Ping checking for sip services.

License

Notifications You must be signed in to change notification settings

lwahlmeier/sip-ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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