An open API service indexing awesome lists of open source software.

https://github.com/sipcapture/teardown-js

Synthetic SIP Teardown Generator module for NodeJS
https://github.com/sipcapture/teardown-js

Last synced: 3 months ago
JSON representation

Synthetic SIP Teardown Generator module for NodeJS

Awesome Lists containing this project

README

        

[![Dependency Status](https://david-dm.org/sipcapture/teardown-js.svg)](https://david-dm.org/sipcapture/teardown-js)

# teardown-js
Generates a SIP BYE for Session Teardown provided key parameters.

#### (C) 2017 QXIP BV, part of the HEPIC stack (http://hepic.tel)

### Install:
```
npm install teardown-js
```

### Example Usage:
```
var mybye = teardownJS.teardown(from,to,callid,cseq,contact,via,route);
```

#### Example Result
```
{ aleg: '...', bleg: '...' }
```