Skip to content

ctg-tme/automated-call-testing-macro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Automated Call Testing

This macro allows you to setup a Cisco Video Endpoint to place a series of calls against a single endpoint.

The Macro has a small configuration section starting on line 28 for you to change the # of tests as well as various durations you may want to set.

//Set the # of calls you'd like to place
const callQuantity = 10;

// Set the Duration, in seconds, you'd like to have each call last
const callDuration = 80;

// Set the delay, in seconds, between each call
const callDelay = 6;

//Set the Destination URI or Phone Number for testing calls
const callDestination = ``;

Installation

  • Download a copy of the automated-call-testing.js file
  • Log into the Devices Web UI
  • Navigate to Macro Editor
  • Import from file the automated-call-testing.js macro
  • Edit the Config of the Macro to match your test suite
  • Save and Activate the Macro, your testing should start
  • When the testing is complete the Macro will deactivate itself, to prevent the tests from restarting on device boot or macro runtime restart

About

This Macro allows you to place a series of calls agains another Destination URI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published