-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |