You just need to have Node.js and Git.
Clone JsSIP git repository by running:
$ git clone https://github.com/versatica/JsSIP.git JsSIP
$ cd JsSIPInstall the Node.js dependencies:
$ npm install$ npm run testIf you modify src/Grammar.pegjs then you need to recompile it:
$ node npm-scripts.js grammar