Displaying 4 results from an estimated 4 matches for "huckleberry".
2000 Aug 31
1
Red Hat configuration troubles
...session request to ODYSSEUS failed (Not listening for calling name)
session request to *SMBSERVER failed (Not listening for calling name)
Can anyone explain to me what's wrong?
Regards,
Casey Machula
Northern Arizona University
Miss Watson would say, "Don't put your feet up there,
Huckleberry"; and "Don't scrunch up like that,
Huckleberry -- set up straight"; and pretty soon she
would say, "Don't gap and stretch like that,
Huckleberry -- why don't you try to behave?" The she
told me all about the bad place, and I said I wished I
was there. She go...
2020 Jun 30
2
Clang Build Linux presentations + demos
...ll be discussing with us about the Linux kernel's
configuration space. A common question we get is "does the kernel
build with Clang?" "Depends on the config" is just the tip of the
iceberg. For a sneak peak of his and his team's work, please see
[2][3][4][5].
Nathan Huckleberry is a Comp. Sci. undergrad at the University of
Texas at Austin and a Google summer intern. Nathan is working on
instrumenting Clang and LLVM in order for us to start measuring,
investigating, and improving compile time performance. Nathan will be
demoing an RFC he plans to send out later that day...
2019 Jun 06
2
Find out which key ended recording?
Hello,
We have a need to record audio and allow the user to press any DTMF key to
end the recording. Currently we're using the AGI command "record file"
which does allow us to specify which DTMF keys can end the recording.
However we also need to know *which* key actually ended the recording. Note
that only allowing # or * to end the recording won't work for us.
Does anyone
2019 Jun 07
4
Find out which key ended recording?
...EXIT_SUCCESS);
> }
>
> // are we finished?
> if ('#' == agi_environment.result)
> {
> break;
> }
>
> Looks like agi_environment.result is your Huckleberry.
>
> --
> Thanks in advance,
> -------------------------------------------------------------------------
> Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
> https://www.linkedin.com/in/steve-edwards-4244281
>
> --
> ______________...