Skip to content

Commit

Permalink
Added Kamailio configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
havfo committed Apr 30, 2017
1 parent 0ba4d54 commit c088075
Show file tree
Hide file tree
Showing 2 changed files with 747 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,9 @@ This project uses SIP.js in Node.js, and Kurento media server to enable SIP endp
![SIP Kurento architecture](https://raw.githubusercontent.com/havfo/Kurento-Nodejs-SIP/master/images/sipnode.png "SIP Kurento architecture")

## Installation
You need a SIP registrar/proxy that supports SIP over websockets. You need an account on this SIP server to register to. Configure credentials in `server.js`. The room it joins is specified by the `X-Room` SIP-header.
You need a SIP registrar/proxy that supports SIP over websockets. You need an account on this SIP server to register to. Configure credentials in `server.js`. The room it joins is specified by the `X-Room` SIP-header. You need a Kurento media server installation. Configure the settings in `server.js`.

You can install Kamailio as the SIP registrar/proxy using the [WEBRTC-to-SIP](https://github.com/havfo/WEBRTC-to-SIP) and use the configuration file `config/kamailio.cfg` in this repository instead. Create the Node.js SIP user with `kamctl add mcu DFOdH1abdsTDCqp`.

To install:
```bash
Expand Down

0 comments on commit c088075

Please sign in to comment.