Displaying 20 results from an estimated 13233 matches for "revision".
2005 Jun 23
2
Asterisk 'losing' upstream provider registration state during small network outages.
...port rfc2833, but for some reason passing digits
; after a connected call only works with inband
dtmfmode = rfc2833
;dtmf=inband
CVS-HEAD
Running Version:
Asterisk CVS-HEAD built by root@Vontage on a i686 running Linux on 2005-06-06
22:32:05
*CLI> show version files
File Revision
---- --------
cdr_custom.c Revision: 1.11
cdr_manager.c Revision: 1.6
cdr_csv.c Revision: 1.16
pbx_functions.c Revision: 1.3
chan_zap.c Revision: 1.458
chan_phone.c Revision: 1.52
chan_modem_i4l.c...
2015 Aug 12
0
[PATCH 1/2] builder: add non-int revisions
Add support for non-integer revisions of entries, comparing them as
integer when possible.
---
builder/builder.ml | 9 ++++++++-
builder/cache.ml | 2 +-
builder/cache.mli | 6 +++---
builder/downloader.mli | 2 +-
builder/index.ml | 4 ++--
builder/index.mli | 2 +-
builder/index_parser.ml | 4 ++--
b...
2005 Jun 02
3
CLUELESS NEWBIE needs help making an outbound sip call to PSTN
I'm going to try and ask this again and keep it short and as too the
point as I can while still providing enough info to be of use.
PLEASE advise if I am going about this wrong or asking too much.
I'm seriously doing my BEST to throughly read the docs and try a bunch of
things BEFORE coming here to ask and possibly annoy.
If is documentation that explains thsi process in terms that
2007 May 25
0
Patch -- SVN revision in the version string
This is the patch to include SVN revision level in version number displays.
There should be two enclosures; the patch itself and a new source file.
common/upsversion.c.
upversion.c defines a single function. upsversion(), that returns a version
string for display. Some Makefile trickery ensures that this file will
be recompiled whenever...
2014 Dec 04
1
[PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
On Tue, Dec 02, 2014 at 02:00:18PM +0100, Cornelia Huck wrote:
> From: Thomas Huth <thuth at linux.vnet.ibm.com>
>
> Handle the virtio-ccw revision according to what the guest sets.
> When revision 1 is selected, we have a virtio-1 standard device
> with byteswapping for the virtio rings.
>
> When a channel gets disabled, we have to revert to the legacy behavior
> in case the next user of the device does not negotiate the revis...
2014 Dec 04
1
[PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
On Tue, Dec 02, 2014 at 02:00:18PM +0100, Cornelia Huck wrote:
> From: Thomas Huth <thuth at linux.vnet.ibm.com>
>
> Handle the virtio-ccw revision according to what the guest sets.
> When revision 1 is selected, we have a virtio-1 standard device
> with byteswapping for the virtio rings.
>
> When a channel gets disabled, we have to revert to the legacy behavior
> in case the next user of the device does not negotiate the revis...
2009 May 18
3
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
...9-05-18 20:06, Frits van Bommel wrote:
> Xerxes Rånby wrote:
>
>> Frits van Bommel skrev:
>>
>>> Benjamin Kramer wrote:
>>>
>>>> The attached patch modifies the llvm build system (both autotools and
>>>> cmake) to write the revision into PACKAGE_VERSION:
>>>>
>>>> $ llvm-config --version
>>>> 2.6-71981
>>>>
>>>>
>>> I don't think that's enough for LDC; we want to be able to compare the version
>>> with #if, so we need it to pro...
2009 May 18
0
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
Török Edwin wrote:
> I think you don't need to support all trunk revisions.
> People using trunk could be told to either update to a certain revision,
> or stick to a released version.
We don't support /all/ trunk revisions, but we don't like to force upgrades
unless it's really needed so we try to at least support most recent revisions.
One of the r...
2007 Nov 19
5
Stories and Pending Actions
I can''t get my plain text stories to show pending actions like the
example addition plain text story. Any tips? (See below)
http://pastie.caboo.se/119627
Nathan Sutton
fowlduck at gmail.com
rspec edge revision 2910
rspec_on_rails edge revision 2909
rails edge revision 8167
2014 Aug 20
6
Full MVCC in Brass
...rol (MVCC) has been on our wish list. Olly mentioned
that brass now uses free lists---a key step toward full MVCC---and I
offered to pitch in on putting the other pieces into place.
Before I wade too deep into this, I wanted to propose my plan.
Full MVCC would enable Xapian to keep any database revision valid as
long as any reader is using it, thus eliminating the dreaded
DatabaseModifiedError and simplifying application logic.
The high level idea is to use file range locking to represent locks on
database revisions. Readers will acquire a shared lock on the latest
revision. Writers will acquir...
2017 Jul 04
2
Adding new fields to bugzilla
Hi,
I would like to propose adding the following new fields/flags to bugzilla.
My goal is to make it easier to manage bug fixes and merges using automated
scripts.
- "Trunk Revision(s)" field
This would give users a place to enter which revision(s) in trunk fixed a
particular bug. This would make it easy to generate a list of bugs fixed
by each release which could be included in the release notes.
- "Stable Revision(s)" field
This would give users a place to e...
2014 Oct 07
0
[PATCH RFC 09/11] KVM: s390: Set virtio-ccw transport revision
From: Thomas Huth <thuth at linux.vnet.ibm.com>
With the new SET-VIRTIO-REVISION command of the virtio 1.0 standard, we
can now negotiate the virtio-ccw revision after setting a channel online.
Note that we don't negotiate version 1 yet.
[Cornelia Huck: reworked revision loop a bit]
Reviewed-by: David Hildenbrand <dahi at linux.vnet.ibm.com>
Signed-off-by: Thomas Hu...
2014 Dec 28
2
[PATCH RFC v6 18/20] virtio: support revision-specific features
On Thu, Dec 11, 2014 at 02:25:20PM +0100, Cornelia Huck wrote:
> Devices may support different sets of feature bits depending on which
> revision they're operating at. Let's give the transport a way to
> re-query the device about its features when the revision has been
> changed.
>
> Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com>
So now we have both get_features and get_features_rev, and
it's never...
2014 Dec 28
2
[PATCH RFC v6 18/20] virtio: support revision-specific features
On Thu, Dec 11, 2014 at 02:25:20PM +0100, Cornelia Huck wrote:
> Devices may support different sets of feature bits depending on which
> revision they're operating at. Let's give the transport a way to
> re-query the device about its features when the revision has been
> changed.
>
> Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com>
So now we have both get_features and get_features_rev, and
it's never...
2016 Sep 20
2
Differential: accepted but not closed revisions
Hi!
There are a lot of accepted but not closed revisions in Differential.
Many of them were actually committed, but without Differential
revision link or when it was specified in wrong way.
I think will be good idea to create script which will match committed
revisions with those in Differential: file list should be same and
hashes of changed line coul...
2014 Dec 11
0
[PATCH RFC v6 10/20] s390x/virtio-ccw: add virtio set-revision call
From: Thomas Huth <thuth at linux.vnet.ibm.com>
Handle the virtio-ccw revision according to what the guest sets.
When revision 1 is selected, we have a virtio-1 standard device
with byteswapping for the virtio rings.
When a channel gets disabled, we have to revert to the legacy behavior
in case the next user of the device does not negotiate the revision 1
anymore (e.g. the b...
2014 Dec 11
0
[PATCH RFC v6 10/20] s390x/virtio-ccw: add virtio set-revision call
From: Thomas Huth <thuth at linux.vnet.ibm.com>
Handle the virtio-ccw revision according to what the guest sets.
When revision 1 is selected, we have a virtio-1 standard device
with byteswapping for the virtio rings.
When a channel gets disabled, we have to revert to the legacy behavior
in case the next user of the device does not negotiate the revision 1
anymore (e.g. the b...
2014 Dec 02
0
[PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
From: Thomas Huth <thuth at linux.vnet.ibm.com>
Handle the virtio-ccw revision according to what the guest sets.
When revision 1 is selected, we have a virtio-1 standard device
with byteswapping for the virtio rings.
When a channel gets disabled, we have to revert to the legacy behavior
in case the next user of the device does not negotiate the revision 1
anymore (e.g. the b...
2014 Dec 02
0
[PATCH RFC v5 10/19] s390x/virtio-ccw: add virtio set-revision call
From: Thomas Huth <thuth at linux.vnet.ibm.com>
Handle the virtio-ccw revision according to what the guest sets.
When revision 1 is selected, we have a virtio-1 standard device
with byteswapping for the virtio rings.
When a channel gets disabled, we have to revert to the legacy behavior
in case the next user of the device does not negotiate the revision 1
anymore (e.g. the b...
2007 Feb 27
8
Using a subversion repository to spec in a rails app
Is it a bad practice to use a subversion repository to the trunk of
rspec and rspec_on_rails? Or rather, is it doomed to fail, since my
gem will always be out of date?
I know I can''t use spec, installed from gem,s if I have the latest
revision of rspec and rspec_on_rails checked into my plugins
directory. But I should still be able to use it with the --drb
option, correct?
I''m having a new set of bugs with my repository update to Revision
1539...
Scott