MyVoIPSpeed

The Custom VoIP example demonstrates the ability to change the VoIP simulation settings to ensure that the VoIP part of the test matches the VoIP service being used. This improves accuracy and helps resolves VoIP problems quicker.
 

The Custom VoIP example uses the standard HTML <param> feature to direct MyVoIPSpeed to change the VoIP simulation settings. The setting that can be changed affect the intensity and duration of the overall VoIP test.

Applet Syntax:

<applet MAYSCRIPT name="voip" code="myspeed.class" archive="voip.jar" width=600 height=400>
<param name="voipbytesperpacket" value="16">
<param name="voipsimulationseconds" value="10">
<param name="voippacketspersecond" value="60">

</applet>

Explanation:

1. Using the standard HTML feature <param> the example sets the MyVoIPSpeed parameters 'voipbytesperpacket', 'voipsimulationseconds' and 'voippacketspersecond'. The value settings depend on the option being set, voipsimulationseconds sets the length of the test whereas voippacketspersecond and voipbytesperpacket set the nature and intensity of test.

Although this option is being used to change teh characteristics of the VoIP test in this example this <param> technique can also be used to assign any number of MyVoIPSpeed test options. For example the VoIP test results can generate an email for emailing to the service provider. Click the link below to see more options.

What other <param> options does MyVoIPSpeed support?