MyVoIPSpeed

Summary of MyVoIPSpeed options<param>
Close this window

Option

Description
<myspeed.bin> Used to assign a different myspeed.bin parameter file title which allows the user to change many of the MyVoIPSpeed options in a single parameter . Example

<param name="myspeed.bin" value="french.bin">

<start> Used to auto-start the test so the user does not have to click anything to initiate the test. Example

<param name="start"  value="*">

<timeout> Used to change the time of the test. Lengthening and/or shortening the test can be useful when dealing with high usage or slow networks. Example

<param name="timeout"  value="12000">

<uptype> Used to set the upload test type to either HTTP for an HTTP test or SOCKET for a socket-to-socket test. Example

<param name="uptype"  value="SOCKET">

<downtype> Used to set the download test type to either HTTP for an HTTP test or SOCKET for a socket-to-socket test. Example

<param name="downtype"  value="HTTP">

<runtests> Used to select which tests are performed from the VoIP, Speed and Quality tests. Example

<param name="runtests"  value="voip">

<js> Used to set a JavaScript method to be called when the VoIP and Speed tests are complete. This allows you to take control of one or more of the results. Example

<param name="js"  value="mss($JITTER$, $PACKETLOSS$, $DSPEED$, $USPEED$)>

<sid> Used to assign or request as user identifier before the test can start. This allows you to track all the tests for one or more users. Example

<param name="sid"  value="Enter name">

<bps2c>
<jitter2c>
<loss2c>
Used to assign RGB color values to the different VoIP UI scales. Example to change the packet loss scale

<param name="loss2c" value="0=041F80, 3=043FC0, 10=046FC0, 40=049fC0, 100=048080">'

<backgroundoverlay>
<voipbackgroundoverlay>
Used to assign a gif  image to the VoIP UI test tabs. Example:

<param name="voipbackgroundoverlay" value="companylogo_voip.gif">
<param name="backgroundoverlay" value="companylogo.gif">

<lobps>
<hibps>
Used to assign a 'high' and 'low' scale for the speed test tab view. Example:

<param name="lobps" value="1000000">
<param name="highbps" value="1000000000">
 

<voippacketspersecond>
<voipsimulationseconds>
<voipbytesperpacket>
Used to assign a 'variable options that affect the nature of the VoIP simulation test. Example:

<param name="voippacketspersecond" value="75">'
<param name="voipsimulationseconds" value="10">
<param name="voipbytesperpacket" value="8">'

<codebase> Used to redirect the applet reference to another server that is hosting a MyVoIPSpeed Server or Applet. Example:

<param name="codebase" value="http://virginia.myspeed.com">