1.3.12 • Published 2 months ago

sipjs-lab v1.3.12

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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.11

2 months ago

1.3.12

2 months ago

1.3.10

12 months ago

1.3.9

1 year ago

1.3.8

2 years ago

1.3.6

2 years ago

1.3.4

2 years ago

1.3.2

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.6

2 years ago

1.1.4

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago