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
- Host: GitHub
- URL: https://github.com/sipcapture/teardown-js
- Owner: sipcapture
- License: gpl-2.0
- Created: 2017-04-30T01:25:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T21:48:23.000Z (about 7 years ago)
- Last Synced: 2025-01-21T16:45:01.294Z (5 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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: '...' }
```