0.0.4 • Published 9 years ago

sendsip v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

#sendsip

A super simple tool to send a SIP invite

Powered by Node.js

Installation

Just like you install everything Node:

$ sudo npm install -g sendsip

Usage

Just Do It.

$ sendsip [args]

Super simple, right?

Command Line Options

Oh, you want a little customization? Sure we can do that...

FlagDescriptionTypeDefault
--toThe 'to' telephone numberString19194181234
--fromThe 'from' telephone numberString19194181235
--ipThe destination IP to send the Invite toString127.0.0.1
--sourceIpThe IP address to put in the Contact/Via headerString127.0.0.1
--portThe destination port to send the Invite toInteger5060
--sourcePortThe port that you want to listen onInteger6161
--tcpUse TCP instead of UDP(none)
--no-rportDo not add the rport flag to the Invite(none)
0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago