npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

n8n-nodes-sippysoft

v2.2.2

Published

A N8N Node for SippySoft.

Downloads

16

Readme

n8n-nodes-node-sippysoft

This is an n8n community node. It lets you use Sippy Software Softswitch in your n8n workflows.

Sippy Software Softswitch provides advanced VoIP billing, smart routing, network protection and border control mechanisms all on a single platform.

Development of this node has been prioritised for functions required by its author's. If you would like to contribute please feel free to submit a pull request for review.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Usage Resources Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

The following lists operations and their implementation status. A link to the Sippy Software documentation for each operation is included for convinience.

Account Manipulation

Incoming Routes

Follow Me Management

Trunk Management

  • [ ] createTrunk (createTrunk)
  • [ ] updateTrunk
  • [ ] deleteTrunk
  • [ ] getTrunkInfo
  • [ ] getTrunksList
  • [ ] createTrunkConnection (createTrunkConnection)
  • [ ] updateTrunkConnection
  • [ ] deleteTrunkConnection
  • [ ] getTrunkConnectionInfo
  • [ ] getTrunkConnectionsList

Rates & Plans

CLI Mapping

Smart Dials

Post Authentiaction Rules

  • [ ] listPostAuthRules (listPostAuthRules)
  • [ ] getPostAuthRuleInfo
  • [ ] deletePostAuthRule
  • [ ] updatePostAuthRule
  • [ ] addPostAuthRule

Hot Dial Numbers

  • [ ] addHotDialNumber (addHotDialNumber)
  • [ ] delHotDialNumber
  • [ ] updateHotDialNumber
  • [ ] listHotDialNumbers

Payments

Card Manipulation

Look, it is probably not the best idea to have raw credit card numbers pass through n8n, these calls should probably never be implemented, but have been included here for transparency on the implementation progress.

  • [ ] addDebitCreditCard
  • [ ] updateDebitCreditCard
  • [ ] deleteDebitCreditCard
  • [ ] getDebitCreditCardInfo
  • [ ] listDebitCreditCards

Account Balance Manipulation

Vendor Balance Manipulation

  • [ ] vendorAddFunds
  • [ ] vendorCredit
  • [ ] vendorDebit

Customer Balance Manipulation

  • [ ] customerAddFunds
  • [ ] customerCredit
  • [ ] customerDebit

Low Balances

  • [ ] getLowBalance
  • [ ] setLowBalance

CDRs Data Retrieving

DID Management

  • [ ] addDID
  • [ ] updateDID
  • [ ] deleteDID
  • [ ] getDIDInfo
  • [X] Get DIDs List (getDIDsList)
  • [ ] getDIDChargingGroupInfo
  • [ ] addDIDDelegation
  • [ ] updateDIDDelegation
  • [ ] deleteDIDDelegation

Miscellaneous

Credentials

You will need to have your Softswitch API credentials setup and enabled. When setting up the credentials you will be asked to enter your server domain name, please use a domain name that has been setup in your softswitch with a valid SSL certificate.

Please note, these credentials will not work with the standard HTTP Request node due to an issue in compatibility between the default digest authentication n8n uses and the implementation used by the softswitch.

Compatibility

This node should work in any version of n8n, however, has been tested only on versions since 1.0.0.

Usageincoming_did

  • Trunks Management Due to changes in the Sippy Softswitch API, trunk management calls are only compatible with versions of the softswitch from 2022 onwards.
  • DID Management New features present in 2023 have not yet been implemented such as DID Ranges.

Resources

Version history

  1. This version was only used internally by node authors, once proof of concept was delivered, best practice of versioning nodes was implement. Version 1 has remained purely for backwards compatibility on those existing internal workflows and is not recommended for general use at all.
  2. Following best practice of n8n node code directory structure, this version will be used while adding all the Softswitch API calls, of which there are many. Unless a major change to the Sippy API happens before completing that task.