Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwahlmeier authored Jun 4, 2019
1 parent 77f30c0 commit 604da69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
#sip-ping
# sip-ping

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

##examples
## examples

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

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

##install
## install

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

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

##building
## building

Uses docker for isolated/repeatable binary builds.

Expand Down

0 comments on commit 604da69

Please sign in to comment.