28 December 2010

IVR Basics: Part 4

IVR Basic commands

Checking license installed on the server
plicmon localhost

Converting wav files to mmf
wav2mmf –c 0 –f
wav2mmf –c 0 –f tempmmd *.wav

load and unload mmf files
vsh vmm mmfload test
vsh vmm mmfunload test
where test is the mmd,mmi file name.

load and unload mmf application wide
vsh vmm mmfload,applicationame test
vsh vmm mmfunload,testapp test
where test is the mmd,mmi file name and testapp is Name of the application.

Check the application status on IVR ports
tappman –c -p port -status
e.g.  tappman –c mps.1 -p201 –status

Assign application on IVR port
tappman –c -p -a assign start
e.g.  tappman –c mps.1 –p1-210 –a IRCTCMainVer1.2 assign start

Unassign application from IVR port
tappman –c -p kill unassign
e.g.  tappman –c mps.1 –p1-210 kill unassign

1 comment: