Hi
We use ucma3.0 (and 4.0) to start vxml dialogs - Browser.RunAsync Method. But sometimes we want to stop the vxml browser while its processing/playing soundfiles/TTS to the caller - before the vxml dialog normally ends. So we use the Browser.StopAsync Method, but it doesn't have any effect. From OCSLogger trace we can see that the event is processed, but it doesn't terminate the vxml dialog as excpected.
Here is two trace lines:
TL_INFO(TF_COMPONENT) [0]3498.2D98::11/20/2013-18:13:42.429.00000332 (SpeechVxmlComponent,LogFile.Trace:logfile.cs(55))( 0000000002B39826 )c14718b2-33ec-43cc-b686-f299bdbae586: Raise: VoiceXml: Interpreter (instanceID=54) is now being stopped.
...
TL_INFO(TF_COMPONENT) [0]3498.3B44::11/20/2013-18:13:54.244.000003b6 (SpeechVxmlComponent,LogFile.Trace:logfile.cs(55))( 0000000002B39826 )c14718b2-33ec-43cc-b686-f299bdbae586: Raise: VoiceXml: Interpreter (instanceID=54) ApplicationCompleted is called (Exception:<empty>).
Please help me out on this.
/Best regards
Ole Johan Engebretsen