similar to: Asterisk 12 is broken

Displaying 20 results from an estimated 10000 matches similar to: "Asterisk 12 is broken"

2014 Nov 09
1
One thread per peer
Is this normal to create one thread per peer in Asterisk 12, chan_sip regular, not pjsip? What happens is I have 659 peers, and I get 682 tasks on ls /proc/15373/task | wc -l If this is normal then of course I can only get a few instances before my box collapses. Is it any different in pjsip? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 11
3
X100P outbound only (Don't answer)
I tried implementing my * and it didn't pass the spouse factor at this time. I wanted to hook it up for outbound only at this point to get a better handle on the dial plans and the echo problem. I thought this might have been done before as a natural part of testing - but maybe not. In wcfxo.c I found this: if (!wc->offhook && !wc->ringdebounce) { if
2006 Jul 18
1
broken behavior with `look`
Hey everybody, I'm having a strange problem with a hosted CentOS environment. I like to use `look` to correct my spelling. But it isn't willing to help me with the word "manager": #>look man | wc -l 1001 #>look mana | wc -l 0 #>grep "^mana" /usr/share/dict/words | wc
2012 Aug 29
5
tapply confusion
Hello I have a huge data frame with three columns 'Roof' 'Month' and 'Temp' i want to run analyses on the numerical Temp data by the factors Roof and Month, separately and together. For using more than one factor i understand i should use aggregate, but i am struggling with the tapply for single factor analysis. > tapply(Temp, INDEX = Roof, FUN = median) This works
2011 Aug 11
1
Mixed effect models
I am using two mixed effect models. Firstly, what I am trying to do is to compare green roofs abundance with brownfield, green roof with green space abundance, and finally green space with brownfield abundance. I am unsure if I have done the correct model. I have to use a mixed effect model because my data is nested. This is the code and output >
2020 Jun 18
0
Voice "broken" during calls
Hello Luca, We are still playing with visualization of your data, but I didn't want you to wait any longer for some results.  I think I blame both DT and the Pi :) First, a look at the phone side of your Banana Pi.  The first thing we noticed is there were a LOT more packets in one direction (north towards DT) than the other (towards the phone): jeff at
2012 Aug 15
4
boxplot help
Hi, im a newbie with very wobbly coding abilities. Tearing my hair out over getting the boxplot i want... I have a dataset called 'eagle' which consists of year (2011 or 2012), month (jan - dec), roof (TT6, TT13 or BARE) and temp (the continuous variable that i want to plot). So i want boxplots of the three roof treatments in every month organised in chronical order along x axis 2011 -
2014 Aug 14
1
Possible handle leak in PJSIP
I have been seeing errors saying the Asterisk cannot establish an RTP connection, so I did this: lsof -i -n -P | grep asterisk | wc -l 10483 but I have only Asterisk 11 has 1 open calls Asterisk 12 has 21 open calls Asterisk 14 has 19 open calls Asterisk 15 has 22 open calls Asterisk 16 has 15 open calls Asterisk 17 has 15 open calls Asterisk 30 has 71 open calls Total 164 active calls The
2004 Aug 06
1
clean up your cre dit report 4859UYZo9-12-11
hjhfjfhjf773 Our system lets you clean your Bad Credit ONLINE Delete your Bad Credit Online Directly from Bureaus Online Credit Repair Approved by Credit Bureaus. Credit Breakthrough Clear BAD Credit Online Fast. I cleared up my credit right from my computer Use your Computer to fix your Bad Credit. Credit scores going through roof with our online credit repair Clean your Bad
2009 Feb 18
0
life safety system and VOIP
> In Florida some new subdivision developers have sold the > phone/cable/internet rights to a provider. They run fiber to each house > and then have the uplink to provider which isn't a traditional telco. > You can't get another provider as satellite dishes are limited in > covenants and restrictions (CCR). Those CC&Rs may very well be legally void and unenforceable.
2009 Nov 12
0
[PATCH 05/12] Btrfs: Avoid orphan inodes cleanup during replaying log
We do log replay in a single transaction, so it''s not good to do unbound operations during replaying log. This patch makes orphan inodes cleanup executed after replaying log. It also avoid doing other unbound operations such as truncating a file during replaying log. These unbound operations are postponed to the orphan inode cleanup stage. Signed-off-by: Yan Zheng
2018 Jun 07
0
Are more then one overlay possible without recieving a "Permission denied"?
I've created a backing chain like this. FirstFollr.ovl is an overlay to Base.img and so on. Base.img (ok - Win 10 Installation starting) FirstFloor.ovl (ok - Win 10 Installation starting) SecondFloor.ovl (permission denied -> Base.img) => assumed Bug Roof.ovl (permission denied -> Base.img) => assumed Bug Using virsh / virt-manager, I can only start
2020 Sep 23
0
Raspberry Pi Version of Samba?
Ha! You're the exception to every rule! That's a sweet setup though! Way cheaper sacrificing a Pi to the god Zeus. LOL. Do go look at XCP-NG, if you're not familiar. Really nice. Open source and free. Cheers! -Greg PRGvs> On 9/22/20 2:14 PM, Gregory Sloop via samba wrote >> As an old sage (curmudgeon if you like) I'd encourage people to really consider if the Pi is
2018 Nov 07
0
dovecot: imap Error: read : Broken pipe
I forgot to mention that if I transfer the mail to my Gmail or Outlook address I can download the attachments without any problem. More over I've completely removed the firewall server from the equation, I plugged the adsl line directly into the mail server and the problem is still there, so my guess is that the firewall isn't the problem here. I'll do the pcaps for Aki Thanks
2009 Jul 07
0
[PATCH] speed up snapshot dropping
This patch contains two changes to avoid unnecessary tree block reads during snapshot dropping. First, check tree block''s reference count and flags before reading the tree block. if reference count > 1 and there is no need to update backrefs, we can avoid reading the tree block. Second, save when snapshot was created in root_key.offset. we can compare block pointer''s
2009 Jul 13
1
[PATCH 1/1] adds mlogs to aops.c
this patch adds mlogs to apos to help tracing. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> --- fs/ocfs2/aops.c | 233 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 189 insertions(+), 44 deletions(-) diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index b2c52b3..b730010 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c @@ -90,7 +90,7 @@ static int
2009 Jul 21
1
(no subject)
>From c70adcaca99acf93bc00cf2edc4d549b83e2f95d Mon Sep 17 00:00:00 2001 From: Wengang Wang <wen.gang.wang at oracle.com> Date: Tue, 21 Jul 2009 10:52:52 +0800 Subject: [PATCH 1/1] ocfs2: adds mlogs to aops.c -V2 this patch adds some mlogs to apos.c helping tracing and narrowing down bugs. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> --- fs/ocfs2/aops.c | 242
2009 Jul 21
4
ntp time server
Currently, my time server is a Sun v240 with a 32-pci gps card (with a proprietary Solaris driver) attached to our gps receiver via an sma cable up to the roof of my building. As I'm migrating almost all of our Solaris servers and services over to CentOS, I'd like to know what other people are using for time server hardware. Any suggestions? -- Andy Harrison public key: 0x67518262
2015 Dec 07
1
template shell RFC2307 loginShell
wbinfo -u|while read i; do id $i|cut -d, -f1; done > users_list.txt 2> bad_list.txt # cat users_list.txt | cut -d'(' -f1|cut -d= -f2|sort -n|head -n 1 9102 # cat users_list.txt | cut -d'(' -f1|cut -d= -f2|sort -n|tail -n 1 8921272 seems to be my issue thank you. # cat bad_list.txt |wc -l 32 looking through those users I found none had uids or gids but I don't care
2009 Jul 21
1
[PATCH 1/1] ocfs2: adds mlogs to aops.c -V2
this patch adds some mlogs to apos.c helping tracing and narrowing down bugs. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> --- fs/ocfs2/aops.c | 242 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 198 insertions(+), 44 deletions(-) diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index b2c52b3..4527f16 100644 --- a/fs/ocfs2/aops.c +++