Displaying 6 results from an estimated 6 matches for "broil".
Did you mean:
boil
2004 Aug 20
1
Forwarding PSTN to PSTN?
Hi there. I've got a question about what I think is a non-standard
usage for asterisk. What I want to do is receive inbound calls on an
analog line and connect that call to another number out there on the
PSTN (actually, I want to alternate calls between two numbers, but
that's not the part I'm asking about). I don't think I'm using any of
the IP telephony part of
2004 Aug 25
3
IP Phone Recommendation ?
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: Gary Hendershot (GHendershot@advdigtech.com).vcf
Type: text/x-vcard
Size: 510 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040825/d3d17aba/GaryHendershotGHendershotadvdigtech.com.vcf
2012 Nov 15
2
Suggestion: use `select` values if `pluck` called with no args
I suggest that if you don''t pass any args to ActiveRecord#pluck, it would
use the select values. This follows along well with the way other
AR::Calculations work. As an extra benefit we would be able to pluck
virtual columns.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To view this discussion on the web visit
2004 Aug 14
7
Help - is voip good for in-house calls?
Hi there everyone!
I work at an office where we plant to have about 12-15 phone
extensions. Costs of PBX are cheaper, but they are not expandable and,
as the office is brand new, I want to use all modern stuff.
My question is: if I buy 12-15 Grandstream Budgetone 101 phones, and
install and asterisk server, as well as a Digium TDM400 for POTS
access, will I have the same voice quality and
2019 Aug 28
2
[PATCH v3 5/7] drm/nouveau: utilize subconnector property for DP
...ow one detects that particular
> situation.)
One may or may not be able to detect it very well. I've seen dongles
that automagically change the DFP type from DP++ to DP/HDMI depending
on what's plugged in, and I've also seen dongles that leave the DFP
type to DP++.
I'm actually broiling a series of patches which try to improve how
i915 handles various DFP types, and for that I'm thinking of using
a combination of the DFP type and the EDID digital input type to
differentiate between the two cases like so:
static bool is_edid_digital_input_dp(const struct edid *edid)
{
retu...
2019 Aug 26
2
[PATCH v3 5/7] drm/nouveau: utilize subconnector property for DP
Since DP-specific information is stored in driver's structures, every
driver needs to implement subconnector property by itself.
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Oleg Vasilev <oleg.vasilev at intel.com>
Cc: Ben Skeggs <bskeggs at redhat.com>
Cc: nouveau at lists.freedesktop.org
---
drivers/gpu/drm/nouveau/nouveau_connector.c | 13