invoso.com Report post Posted 08/07/2012 12:55 PM VG don't play manager2\60041.wav message file 141226.218 22 17 6 d added czy jest zapowiedz_Input | 60041>0 141226.218 22 17 6 d added czy jest zapowiedz | True 141226.218 22 17 6 Eval Expr result:[True] 141226.218 22 17 6 path {True} found (at offset 36) 141226.218 22 17 6 FindNextVgmTitleInPathList: next module title is=[info placowki] 141226.218 22 17 6 t timer clear (force=False) 141226.218 22 17 6 RunModule start Play, [info placowki], iModuleIdx=283, previous: vgm=268, vgs=3:3 141226.218 22 17 6 [info placowki] VGMTYPE_PLAY run start 141226.218 22 17 6 CheckForAnyPlayActionsAndSetkeysIfNecessary no PlayActions, vgmidx=283, strPaths=on {timeout 0} goto [play MoH call] 141226.218 22 17 6 PrepareAndPlayWavAndTts start iModuleIdx=283, iPlayFileIdx=1, bMakeTtsFile=True, sSoundFileIs= 141226.218 22 17 6 rv replace start [$RV[manager]\$RV[insert_call_order_plik_$RV[kolejnosc]].wav] 141226.218 22 17 6 rv replace end [manager2\60041.wav] 141226.218 22 17 6 PrepareAndPlayWavAndTTS sPlayFile=manager2\60041.wav 141226.218 22 17 6 state [info placowki] Playing wav (manager2\60041.wav) 141226.218 22 17 6 FindSoundFile start [manager2\60041.wav] 141226.218 22 17 6 t timer clear (force=False) 141226.218 22 17 6 q tel add cmd_PlayStart 128875 ,\manager2\60041.wav [] 141226.218 22 17 6 play start ok, playId=128875 141226.218 7 17 6 q tel run cmd_PlayStart 4|00:00:01.6250000 141226.375 9 remoting link constructor activated: vgServices_CommandLink 141226.375 9 remoting link constructor activated: vgServices_CommandLink 141226.390 9 17 6 rem Play_Stop 141226.390 9 17 CallExistsOnLine TRUE crn=2800365 141226.390 9 17 6 q scr add cmdPlayStop 0 141226.390 6 17 6 q scr run cmdPlayStop sCode=[] iActionID=0, crn=0[0|0|0|0|0][|||||] 56|00:00:08.2656250 141226.390 6 17 6 q tel add cmd_PlayStop [0,0,0,0,0][||||] 141226.390 6 17 6 play PlaySoundStop ok 141226.390 7 17 6 q tel run cmd_PlayStop 4|00:00:01.6250000 141226.406 9 17 6 rem Play_Start komunikaty\ring_multiple short.wav I don't know why is playing Play_Start komunikaty\ring_multiple short.wav file because in play module is only "$RV[manager]\$RV[insert_call_order_plik_$RV[kolejnosc]].wav" declared. In other places of VG script Play module working properly. Share this post Link to post
SupportTeam Report post Posted 08/07/2012 02:18 PM This can be seen in the trace: 141226.390 9 17 6 rem Play_Stop Looks like you have some Play_Stop commands from other launched programs/scripts interfering. This is the same issue that you had before with recording, which you reported in this thread: http://voiceguide.com/forums/index.php?showtopic=8793 If you use "Run VBScript" modules to start VBScripts and, and issue Play/Record/Stop API commands in those VBScripts, and do not wait for them to complete, then commands issued from these VBScripts will interfere with rest of your script - as the VoiceGuide script has moved onto doing something else by the time the external VBScript gets around to issuing the Play/Record/Stop API commands. If you use "Run VBScript" modules to issue Play/Record/Stop API commands then it is best to wait till those scripts complete before moving onto next module. Share this post Link to post