VoiceGuide IVR Software Main Page
Jump to content

I Can't Play Wav File

Recommended Posts

I can't play wav file using vg.Play_Start $RV_LINEID, "Mywav.wav"

plase guide me how can I play wav file using above statment ?

Share this post


Link to post

Could you please post a copy of VoiceGuide's Debug Printout which captures the attempted play, this will allow us to see what happened.

 

When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call. You can enable the automatic saving of the logs to files in \log\ directory as well.

Share this post


Link to post

thanks again for attention

i use this script for reading my wav file :

________________

 

set vg = CreateObject("VoiceGuide.CommandLink")

vg.Play_Start 6, "c:\confirm.wav"

set vg = Nothing

 

________________

i found this script on voice guide's sample files , and i use 'confirm.wav' from voice guide wav files , but i can't listen wave file on the phone .

 

i use trial version of voice guide , is it refer to this ?

if yeah , what can i do ?

 

thanks again for all.

Share this post


Link to post

Could you please post a copy of VoiceGuide's Debug Printout which captures the attempted play, this will allow us to see what happened.

 

Restart VG, then make a call into the system and then call the Play_Start function.

Please post entire trace from CVG restart onwards.

 

When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call. You can enable the automatic saving of the logs to files in \log\ directory as well.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×