Skip to content

Commit

Permalink
Merge a199044 into 34a99a5
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster authored Oct 30, 2020
2 parents 34a99a5 + a199044 commit 005dd75
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Minimalist Softphone based on PJSIP with API Control

Checkout the repo and follow the building process to compile your own, or just download the latest version from the downloads section.

## Downloads
## Installation

You can download the latest msi installer or executable file from [here](https://ci.appveyor.com/project/kingster/tinyphone/build/artifacts) or from the [releases section](https://github.com/voiceip/tinyphone/releases).
You can download the latest msi installer from [here](https://ci.appveyor.com/project/kingster/tinyphone/build/artifacts) or from the [releases section](https://github.com/voiceip/tinyphone/releases).

*[Optional]* After Installing you can customise the tinyphone properties by downloading and placing the [config file](https://raw.githubusercontent.com/voiceip/tinyphone/HEAD/config.json) in the folder `C:\Program Files (x86)\Tinyphone\`.


## APIs
Expand Down Expand Up @@ -52,10 +54,7 @@ You can view the postman collection of the APIs [here](https://documenter.getpos



## Issues & Contribution

Found a issue and have a solution? Go ahead and create a pull request :) Incase you don't have a immediate solution but have an replicable issue please create an Issue with the details so that we can have a look at it.

## Building Locally

### Pre Requsite

Expand All @@ -73,3 +72,8 @@ git submodule update --init --recursive
#open tinyphone/tinyphone.sln in visual studio 2015 and compile it (you will need to compile the dependencies in lib/* folder)
run tinyphone/Debug/tinyphone.exe
```

## Issues & Contribution

Found a issue and have a solution? Go ahead and create a pull request :) Incase you don't have a immediate solution but have an replicable issue please create an Issue with the details so that we can have a look at it.

0 comments on commit 005dd75

Please sign in to comment.