Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lwahlmeier committed Jun 4, 2019
1 parent 7ad7c17 commit 77f30c0
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
sip-ping
========
#sip-ping

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

example
-------
##examples

sip-ping -addr wss://my-server
WSS:
```bash
sip-ping -addr wss://some.sip.server.com:443
```

install
-------
UDP:
```bash
sip-ping -addr udp://some.sip.server.com:5060
```

##install

Assuming you have [setup Go](https://golang.org/doc/install):

go get github.com/watsoncj/sip-ping
```bash
go get github.com/lwahlmeier/sip-ping
```

building
--------
##building

Uses docker for isolated/repeatable binary builds.

./build.sh
```bash
./dockerBuild.sh
```

0 comments on commit 77f30c0

Please sign in to comment.