This application exercises the sm_play_vmwi_fsk() function from the ADSI library. See its documentation for further details of the meaning of the parameters.
Go to directory $(TiNG)/test.
You must have downloaded these firmware modules:
Run vmwitest with the appropriate options (the program is
gen-LINUX_V6/vmwitest or
 gen-WINNT_V6/vmwitest
depending on which operating system you are using).
Command line options are:
-a <sastype>
		 | the number of tone bursts in the SAS sequence | 
-h
		 | use on-hook signalling | 
-m <module>
		 | The Prosody module to use. This is the number of the module on the card. | 
-n
		 | send an 'indicator on' message rather than 'indicator off' | 
-s
		 | Use SMDF as the message format (rather than MDMF) | 
-t <timeslot>
		 | timeslot to use (see
			Test program
		timeslots). If you specify more than one channel,
		they use consecutive timeslots starting at this one.
		For example, the options "-n 3 -t48:20"
		play to timeslots 48:20, 48:21,
		and 48:22.
 | 
-x <cardspec>
		 | Use a Prosody processor module on this card, specified as described in Test programs: Specifying Prosody Processor modules | 
For example,
gen-WINNT_V6/vmwitest -x x:1.2.3.4/mykey -t 64:0
would send a VMWI sequence to timeslot 64:0.
The source code for this program is provided (vmwitest.c).
This is one of the Prosody test programs .