n8n-nodes-sippysoft

2.2.2 • Public • Published

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

  • [ ] getPaymentInfo
  • [ ] getPaymentsList
  • [ ] rechargeVoucher (rechargeVoucher)
  • [ ] Make Payment (makePayment)
  • [ ] Make Payment By Card

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.

Package Sidebar

Install

npm i n8n-nodes-sippysoft

Weekly Downloads

0

Version

2.2.2

License

MIT

Unpacked Size

299 kB

Total Files

346

Last publish

Collaborators

  • koalag