diff options
author | Kent Fritz <fritz.kent@gmail.com> | 2011-11-15 18:00:37 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-11-26 09:08:09 -0600 |
commit | 36eec7ab6d1af0f636cb760a622025aac8433dfc (patch) | |
tree | b383b59e487bd184c605f9f91d0c5cbcbcfc0a6e /network/sipp/README | |
parent | 3fb34c83536886d94d069a00e8441d24677dee0e (diff) |
network/sipp: Added (SIP test tool)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/sipp/README')
-rw-r--r-- | network/sipp/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/sipp/README b/network/sipp/README new file mode 100644 index 000000000000..31eb9465dff7 --- /dev/null +++ b/network/sipp/README @@ -0,0 +1,11 @@ +SIPp (SIP test tool) + +SIPp is a test tool / traffic generator for the SIP protocol. It +includes a few basic built-in scenarios (UAC and UAS) and can also +read custom XML scenario files describing arbitrary call flows. + +It supports UDP, TCP, TLS, SIP authentication, RTP replay, and many +more features. For more information, see the documentation from: + sipp -h +and the SIPp homepage: + http://sipp.sourceforge.net/ |