Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
/ node-opensips-mi Public archive

A Node client library for the OpenSIPS management interface.

License

Notifications You must be signed in to change notification settings

Bandwidth/node-opensips-mi

Repository files navigation

node-opensips-mi Build Status

A Node client library for the OpenSIPS management interface.

npm install opensips-mi

Example

var opensips = require("opensips-mi");
var client = opensips.create("datagram", { host : "38.29.39.19" });

client.usrloc.showContact("location", "sip:tester@testing-domain.com")
.then(function (contacts) {
	// do something with the list of contacts
})
.error(function (error) {
	// do something to handle the error
});

Look in the documentation for more information.

About

A Node client library for the OpenSIPS management interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •