Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasilakisfil/sipspeaker
Simple Answering machine written in Java & Ruby
https://github.com/vasilakisfil/sipspeaker
Last synced: 17 days ago
JSON representation
Simple Answering machine written in Java & Ruby
- Host: GitHub
- URL: https://github.com/vasilakisfil/sipspeaker
- Owner: vasilakisfil
- Created: 2014-04-19T18:42:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T20:45:28.000Z (over 10 years ago)
- Last Synced: 2024-10-08T19:04:35.022Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 559 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SipSpeaker
=========Simple answering machine written in both Ruby and Java. Ruby implements the web server through which the user can configure the answering machine options and Java implements the SIP serve along with SDP and RTP protocols.
Before trying to run the server, Ruby (with rvm) and Java (1.7) (with Gradle) need to be installed on the system.
In order to run the server:
```
bundle install #installs necessary libs for Ruby
gradle build #install necessary libs for Java
gradle uberjar #create Java jar that Ruby calls
```To run:
```
ruby start.rb [-c config_file_name] [-user sip_uri] [-http http_bind_address]
```
Contributors:
[Vasileios Panopoulos](https://github.com/vassilisp)
[Filippos Vasilakis](https://github.com/vasilakisfil)