Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalash0v authored Mar 22, 2023
1 parent 113b3bd commit 10737a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# cliph
Dead-simple CLI SIP client (for experimental purposes mainly)

Presumably could be built on *NIX systems. At the moment only outgoing calling supported, only OPUS codec. Incoming audio quality may be low as no playout buffer is implemented atm.

Build using usual CMake routine. Find built binary in build folder in `out/bin` subfolder.

Simple usage:
```shell
./out/bin/cliph -u=sip:[email protected] -d=sip:[email protected] -o=sip:proxy.domain.com -a=<auth_user_name> -p=<auth_password>
```

0 comments on commit 10737a7

Please sign in to comment.