GitXplorerGitXplorer
w

sip-ping

public
3 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
2206abaf1af0a5f6f2356d89f940ad35eaa3a44a

clean up output formatting

wwatsoncj committed 9 years ago
Unverified
2f5ce00e4f21fd4babc9bdc0a76533802517c6dc

support sip transport

wwatsoncj committed 9 years ago
Unverified
3e29f894080a389b4e11765a77959c6cf0fa9d3d

handle missing addr param

wwatsoncj committed 9 years ago
Unverified
2d3f839a1edb7e03cfe5139bda52357c386eb5f4

add option to skip certificate verification

wwatsoncj committed 9 years ago
Unverified
7b0f885c00a90270acba65bc44683308ba40a774

add install instructions

wwatsoncj committed 9 years ago
Unverified
087e83af8c6ffa433a95f8b035b96b31cabd19f5

ignore binary artifact

wwatsoncj committed 9 years ago

README

The README file for this repository.

sip-ping

Send a SIP OPTIONS request to a server over ws/wss.

example

sip-ping -addr wss://my-server

install

Assuming you have setup Go:

go get github.com/watsoncj/sip-ping

building

Uses docker for isolated/repeatable binary builds.

./build.sh