# SIP examples

## Usage

Start the local Asterisk server and run a example.

```sh
cd protocol/sip/examples
docker compose up -d
go run ping/main.go
# go run tcp/main.go
# go run call/main.go
```
