Displaying 20 results from an estimated 400 matches similar to: "Permanent restart after upgrade"
2011 May 12
2
Realtime - ara180
Hi all,
A week or so down the list, i read that not many people were using
realtime on an Asterisk18, so i had this afternoon a go at it...
[sorry for the inconveneant line-wraps]
First i did:
mysql> create database asterisk;
mysql> grant all on asterisk.* to 'voipadmin'@'localhost' identified by
next i used the info from the wiki:
CREATE TABLE `sip_devices` (
`id`
2011 Jun 02
2
Asterisk 1.8.4.2 Now Available (Security Release)
The Asterisk Development Team has announced the release of Asterisk
version 1.8.4.2, which is a security release for Asterisk 1.8.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/releases
The release of Asterisk 1.8.4.2 resolves an issue with SIP URI parsing
which can lead to a remotely exploitable crash:
Remote Crash Vulnerability
2011 Jun 02
2
Asterisk 1.8.4.2 Now Available (Security Release)
The Asterisk Development Team has announced the release of Asterisk
version 1.8.4.2, which is a security release for Asterisk 1.8.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/releases
The release of Asterisk 1.8.4.2 resolves an issue with SIP URI parsing
which can lead to a remotely exploitable crash:
Remote Crash Vulnerability
2011 Jun 06
0
half sip registration at 1.8.3
Hi all,
I've got something strange, that got me searching for quite awhile.
Configuration as followed:
Linphone on a laptop, that is connected via openvpn to a proxy.
That proxy is connected with iax to another asterisk.
On the second one i have several hard and softphones.
Behaviour at first glance:
>From the softphone i can allways set up a connection,
But the otherway round fails 9
2011 Jun 20
1
Problems with pickupgroup/callgroup with Asterisk 1.8.4.2
I have problems using the call pickup under Asterisk 1.8.4.2. I have
another Asterisk with 1.6 - and it is working fine with the same settings.
I have setup the same callgroup and pickupgroup for all extensions in
sip.conf - just to make things simple for testing. The sequence *8 seems
to be completely ignored by Asterisk - the client shows "Call answered"
when dialing *8 while the
2014 Oct 20
3
[PATCH] virtio_ccw: remove unsued variable
Hi,
016c98c6f virtio: unify config_changed handling
introduced a warning in virtio_ccw which is fixed by the following patch.
Regards,
Sebastian
---
virtio_ccw: remove unsued variable
Fix this warning:
drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?:
drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused variable ?drv? [-Wunused-variable]
struct virtio_driver *drv;
2014 Oct 20
3
[PATCH] virtio_ccw: remove unsued variable
Hi,
016c98c6f virtio: unify config_changed handling
introduced a warning in virtio_ccw which is fixed by the following patch.
Regards,
Sebastian
---
virtio_ccw: remove unsued variable
Fix this warning:
drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?:
drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused variable ?drv? [-Wunused-variable]
struct virtio_driver *drv;
2009 Nov 03
2
reshaping pairs of columns
Given a data frame consisting of a pointID and 12 pairs of (lat, long)
variables, with names
latA, longA, latB, longB, ... latL, longL, I want to reshape it into a
data frame with the structure
point source lat long
1 A ... ...
1 B ... ...
I've looked at reshape and plyr, but can't figure out how to do this.
Details of my data frame are below
2011 Jun 08
1
Update problem | CLI commands missing
Hi List,
I'm running into trouble, if I perform a 'yum update' on my AsteriskNOW.
Currently I'm running Asterisk 1.8.3.3.
I have the following problem, if I do the update to the actual 1.8.4.2.
There are several commands on the CLI which are not working or even not
present like
core show uptime (not working)
core restart (not present)
core show version (not present)
my Skype
2012 Apr 11
3
Lion OS X tinc issues.
Hi Folks,
This has been driving me nuts all day. I've been unable to google myself out of it. Maybe someone here can help?
I followed the instructions from:
http://www.tinc-vpn.org/examples/macbook-install/
Ubuntu server <-> Ubuntu server works just fine with the same config. Ubuntu server <-> Mac laptop not so much.
The error I'm getting is:
2012-04-10 21:48:44
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor
network performance with external computers. I ran some tests with
iperf and found some very weird results.
Using iperf, I get these approximate numbers (the left column is the
iperf client and the right column is the iperf server):
domU --> domU 1.77 Gbits/sec (using 127.0.0.1)
domU --> domU 1.85 Gbits/sec (using domU
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor
network performance with external computers. I ran some tests with
iperf and found some very weird results.
Using iperf, I get these approximate numbers (the left column is the
iperf client and the right column is the iperf server):
domU --> domU 1.77 Gbits/sec (using 127.0.0.1)
domU --> domU 1.85 Gbits/sec (using domU
2013 Dec 14
4
[PATCH 1/2] Match comment with code
The handover protocol uses ED as partition type
but the comment above it still mentions EE
Signed-off-by: Ruben Kerkhof <ruben at rubenkerkhof.com>
---
mbr/gptmbr.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S
index 7f450d3..8ab6b50 100644
--- a/mbr/gptmbr.S
+++ b/mbr/gptmbr.S
@@ -194,7 +194,7 @@ found_part:
pushw %di
/* 80 00 00 00
2013 Dec 31
2
[PATCH 1/2] lib: write: Remove unused variable.
---
lib/write.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/write.c b/lib/write.c
index 8c4dd8e..384c6b2 100644
--- a/lib/write.c
+++ b/lib/write.c
@@ -954,7 +954,6 @@ hivex_node_set_values (hive_h *h, hive_node_h node,
for (i = 0; i < nr_values; ++i) {
/* Allocate vk record to store this (key, value) pair. */
static const char vk_id[2] = { 'v', 'k' };
-
2008 Jan 24
1
Dell 2950 and broadcom
Hi all
I'm trying to setup second ethernet on Dell 2950 server
but there isn't any eth1 device (in the bios are ON)
# dmesg |grep eth
eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz
found at mem f8000000, IRQ 169, node addr 001c23d878bb
eth1: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz
found at mem f4000000, IRQ 169, node addr 001c23d878bd
2014 Oct 28
2
[PATCH] virtio_ccw: remove unsued variable
On Mon, 20 Oct 2014, Michael S. Tsirkin wrote:
> On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> > Hi,
> >
> > 016c98c6f virtio: unify config_changed handling
> >
> > introduced a warning in virtio_ccw which is fixed by the following patch.
> >
> > Regards,
> > Sebastian
> > ---
> > virtio_ccw: remove unsued
2014 Oct 28
2
[PATCH] virtio_ccw: remove unsued variable
On Mon, 20 Oct 2014, Michael S. Tsirkin wrote:
> On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> > Hi,
> >
> > 016c98c6f virtio: unify config_changed handling
> >
> > introduced a warning in virtio_ccw which is fixed by the following patch.
> >
> > Regards,
> > Sebastian
> > ---
> > virtio_ccw: remove unsued
2007 Apr 20
2
sorting data in R
hello,
I'd like know how to sort a data frame in R for example how I should do to sort by Catholic with swiss data frame like below
thanks
Fertility Agriculture Examination Education Catholic Infant.Mortality
Courtelary 80.2 17.0 15 12 9.96 22.2
Delemont 83.1 45.1 6 9 84.84 22.2
2013 Dec 07
3
[PATCH] nv50: enable H.264 for NV98+ (VP3, VP4.0)
Create the ref_bo without any storage type flags set for now. This can
probably be split up somehow later on, but this seems to work.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "10.0" <mesa-stable at lists.freedesktop.org>
---
Would be great if someone could see if this also makes MPEG4 work on NVA3+. In
order to do that, remove the if (chipset < 0xc0)
2014 Jan 28
3
[PATCH 1/2] daemon: If /selinux exists in the guest, bind-mount /sys/fs/selinux to there.
Commit 72afcf450a78b7e58f65b4a7aaf94d71cd25fca5 was partially
incorrect. If the guest userspace is expecting /selinux to exist,
then we should bind-mount /sys/fs/selinux from the appliance kernel
there.
---
daemon/command.c | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/daemon/command.c b/daemon/command.c
index 1aa1a52..939bf87 100644
--- a/daemon/command.c