1.3.13 • Published 10 months ago
sipjs-lab v1.3.13
sipjs-lab
Overview
A simple nodejs module based on https://github.com/kirm/sip.js to help writing SIP functional tests.
Installation
Do it as usual
npm install sipjs-lab
Usage
Basically, sip.js works at the SIP transaction level: it doesn't have the notion of dialogs so when using it you must control them. So sipjs-lab adds a SIP dialog control layer so that we have the following functions:
To control sip endpoints:
endpoint: {
create,
send_non_dialog_request,
send_reply,
destroy,
},
To control dialogs:
dialog: {
create,
send_reply,
send_request,
destroy,
},
The tests are written using @mayama/zeq
By cloning this repo, try:
npm install
node samples/simple.js
1.3.13
10 months ago
1.3.11
1 year ago
1.3.12
1 year ago
1.3.10
2 years ago
1.3.9
3 years ago
1.3.8
3 years ago
1.3.6
3 years ago
1.3.4
3 years ago
1.3.2
3 years ago
1.3.0
3 years ago
1.2.3
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.6
3 years ago
1.1.4
3 years ago
1.1.2
3 years ago
1.1.0
3 years ago
1.0.6
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago