Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [vtp-dev] Events from Tellme browser log

If there was code in GetLogItems to throw some different events, that
code is not there now. I probably clobbered it when I checked in.

I assume that throwing events is attempting to reflect real-time
behavior. The log from Tellme Studio is way far from real-time.
Sometimes I see the logs start to come well after the voice app is
complete. So, what would you expect the response to be to one of those
events? 

I can see throwing the events to be useful if you are trying to collect
a list of the recos, for instance. 

I know that the Tellme engine absolutely knows what is DTMF and what is
not. However, that does not show in the Studio logs.

The Studio logs provide more information than the current VTP Browser.
Some log items have HTML tables that are hidden until clicked on that
give 
greater detail. Since there is no way to do that in the Table structure 
in the view, I strip that stuff out before sending. It would be nice if 
the view of the log entries would allow for hyperlinks and color-coding
of the log entries.

-- Mike



> -----Original Message-----
> From: vtp-dev-bounces@xxxxxxxxxxx [mailto:vtp-dev-bounces@xxxxxxxxxxx]
On
> Behalf Of Robert Schulz
> Sent: Tuesday, January 31, 2006 9:06 AM
> To: Voice Tools general developers
> Subject: Re: [vtp-dev] Events from Tellme browser log
> 
> Hi!
> 
> >It's a reasonable assumption
> > that all-digit utterences with 100% confidence are DTMF but I was
> curious
> > if there is some other method.
> 
> Just a workaround:
> 
> set a tag in your dtmf-grammar!?
> 
> greetinx rob
> 
> 
> Am Dienstag, 31. Januar 2006 04:30 schrieb Brent D Metz:
> > Hi,
> >
> > I checked in a few changes to GetLogItems that cause the browser to
> throw
> > one of the predefined events. While working on it to add other
events, I
> > noticed two things that I couldn't figure out:
> >
> > - Is there a way to tell the difference between loading/unloading a
form
> > and a field in the log? Both lines look identical to me.
> > - Is there a reliable way to tell the difference between a speech
result
> > and a DTMF result returned to the browser? It's a reasonable
assumption
> > that all-digit utterences with 100% confidence are DTMF but I was
> curious
> > if there is some other method.
> >
> > --
> > Brent D. Metz
> > Enterprise Voice Tools
> > bdmetz@xxxxxxxxxx
> > "Simple things should be simple, and complex things should be
possible."
> -
> > Alan Kay
> 
> --
> mit freundlichen Gruessen
> 
> *
> * Dipl.-Physiker
> * Robert Schulz
> *
> * Eimbeckhaeuser Str.33
> * 30459 Hannover
> *
> * Tel.  : 0511/3748730
> * Mobil : 0173/5108769
> * e-mail: Robert@xxxxxxxxxxxx
> *
> _______________________________________________
> vtp-dev mailing list
> vtp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/vtp-dev


Back to the top