Giter VIP home page Giter VIP logo

sccpp's Introduction

SCCP profiler
--------------+

Usage:

sccpp [scenario] [options]

[scenarios]
 -p	 softphone
 -c	 mass call
 -a	 answer call
 -C	 connect and exit (with return code)

[options]
 -i	 local ip
 -o	 remote ip (default: 127.0.0.1)
 -e	 extension to call
 -t	 number of thread
 -d	 call delay
 -s	 headset
 -m	 mac address

Example:

Launch 20 virtual phones, from 10.97.8.1 to 10.97.8.9,
that will call the queue extension 3000 for 10sec (then wait 5sec) in loop:

./sccpp -c -i 10.97.8.1 -o 10.97.8.9 -e 3000 -t 20 -d 10

--------------+
:: The purpose of this tool is to simulate call scenario. 
---------------------------------------------------------

softphone:	initiate a call (usefull with the headset option).

			./sccpp -p -i 10.97.8.1 -o 10.97.8.9 -e 1000 -s -m SEP00163E69AE69

mass call:	spawn N thread (-t N) and call the extension.

			./sccpp -c -i 10.97.8.1 -o 10.97.8.9 -e 3000 -t 10 -d 20

			if you want to call a range you must use the -r option (1000+thread_N-1):

			./sccpp -c -i 10.97.8.1 -o 10.97.8.9 -e 1000 -t 10 -d 20 -r

answer call:	spawn N thread (-t N) and answer incoming call.

			./sccpp -a -i 10.97.8.1 -o 10.97.8.9 -t 100

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.