Displaying 9 results from an estimated 9 matches for "outwith".
2004 Dec 11
5
does aanyone have an example of how to dial outwith a sip phone on a pstn line?
Charles S. Antrim wrote:
> I am using a card that has an fxo and fxs module.
I am no where near an expert but I have my sip phone working through my
pstn line and this is my config.
/etc/asterisk/sip.conf
[general]
port = 5060
bindaddr = 192.168.69.1
context = sip
disallow = gsm
allow = alaw
disallow = ulaw
nat=disable
srvlookup=no
localnet=192.168.69.0/255.255.255.0
subscribecontext =
2012 Feb 29
1
[LLVMdev] Restrictions on bitcast of arbitrary vector types?
...vectors to vectors is OK, provided the vectors are of
the same size. In attempting this on large vector types (e.g. 16xi64 ->
16xf64), I get assertions related to Extended Value Types when
attempting to perform code generation, but no errors at the BC level. Is
it simply unsupported to stray outwith the set of vector types in
SimpleValueType in ValueTypes.h ?
Cheers,
George
--
George Russell
Director of Quality Assurance
Codeplay Software Ltd
45 York Place, Edinburgh, EH1 3HP
Tel: 0131 466 0503
Fax: 0131 557 6600
Website: http://www.codeplay.com
Twitter: https://twitter.com/codeplaysoft
T...
2008 Feb 21
0
Skeletal relations
...dify the stream at runtime (eg, as
the vorbis streamers do - cache the headers, and send them at startup. To be
generic, you also have to resend any data pages needed for correct
interpretation
of the stream (eg, whatever since the backlink).
If you do that, fine, but it's extra work that's outwith the scope of
the codec (eg,
it needs extra code to do this). And it's generic, so shouldn't really
have anything
to depend on Annodex and/or ROE.
> Fonts are not cheap. That's true. Again, though, I think that a
> font-retrieval mechanism is outside the scope of Ogg, and should b...
2008 Feb 20
3
Skeletal relations
Hi again :)
On Wed, Feb 20, 2008 at 9:01 PM, ogg.k.ogg.k@googlemail.com <
ogg.k.ogg.k@googlemail.com> wrote:
> > 1) Font data, as in the actual font itself, doesn't really belong in an
> ogg
> > stream.
>
> People wanting to have more control on the appearance of an overlay
> might want to control the font. Since font naming is largely non standard
> (eg,
2009 May 22
4
Prog running in Wine OK but needs Alt+F10 to maximise.
Hi
I've got 'WriteOutloud' (talking wordprocessor for dyslexic children) working pretty well on an Asus Eeepc (Xandros) and on an Acer Aspire One (Kuki Linux) I'm using Wine 1.0.1 on both machines. What happens is that the prog starts up normally then immediately minimises to the taskbar. To make it run fullscreen you have to click on it and press Alt+F10
Although not a serious
2008 Feb 21
1
Skeletal relations
..., as
> the vorbis streamers do - cache the headers, and send them at startup. To
> be
> generic, you also have to resend any data pages needed for correct
> interpretation
> of the stream (eg, whatever since the backlink).
> If you do that, fine, but it's extra work that's outwith the scope of
> the codec (eg,
> it needs extra code to do this). And it's generic, so shouldn't really
> have anything
> to depend on Annodex and/or ROE.
>
Modify which stream? Also, this is very much building on the capabilities
and properties of Ogg and Annodex.
Assume w...
2008 Dec 19
6
FTPS setup problem
Hi!
I'm trying to figure out what's going wrong with a "simple" FTPS setup
and VSFTPD.
I saw references on Google and tried, and tried, and tried... without
success.
I'll start by explaining my situation: I have a WEB development server
behind a firewall. It's currently only for the intranet. We now have
an external company that will have to do a new website
2017 May 03
5
[SPIR-V] SPIR-V in LLVM
>Right, what I was trying to say is that there are more benefits from
>having this not be a target than there is from having it be a target.
Please enumerate them, I have seen none posted so far . The implied “it is what all the the other backends do” w.r.t ISel/MC is at best(worst?) an implementation detail, and I’m still not quite sure why Chandler was so adamant about that. He seemed
2017 May 08
5
[SPIR-V] SPIR-V in LLVM
On 5/3/2017 12:04 PM, Tom Stellard via llvm-dev wrote:
> On 05/03/2017 11:19 AM, Nicholas Wilson wrote:
>>> Right, what I was trying to say is that there are more benefits from
>>> having this not be a target than there is from having it be a target.
>> Please enumerate them, I have seen none posted so far . The implied “it is what all the the other backends do” w.r.t