Displaying 20 results from an estimated 1000 matches similar to: "Avoiding queue retries without hangs?"
2004 Dec 14
5
Soekris net4801 for home use?
I'm considering that board as a mail and voip gateway for home use.
In view of all those statements about how little resources asterisk
needs, did anybody already try running asterisk on it?
Thanks, Bruno.
2007 Jul 27
1
Problems with new logic being 'n' option to Queue in 1.4.9
I am experiencing a change in behaviour of my Queues in 1.4.9 vs 1.4.8.
I do not pass the 'n' option to any call to Queue() in my dialplan. Yet
since I upgraded to 1.4.9, I have occasionally seen this on my console:
-- Nobody picked up in 20000 ms
-- Exiting on time-out cycle
That log message "Exiting on time-out cycle" is exclusive to the logic in
app_queue meant to
2004 Dec 23
1
Recommended IAX softphone.
After having been toying around with asterisk and various VoIP stuff
for a couple of weeks now, I want to recommend a preferred protocol
and softphone to friends and family for calling me up.
As SIP and H323 are such a mess to set up in NATed environments, the
only reasonable protocol option right now seems to be IAX.
After looking at http://www.voip-info.org/wiki-Asterisk+IAX+clients
and trying
2008 Oct 10
3
Question about echo cancelation
Hi,
I'm using the following setup :
Alice ---- IPPhone ------<LAN>----- Media gateway ----<PSTN> ------- Phone
---- Bob
For certain calls, users complains about echo : they can ear their own voice
in their handset, though media gateway echo cancel is turned on.
I'm wondering how this echo cancelation engine is supposed to work.
My understanding of echo is that most probably,
2007 Jan 03
3
Asterisk Core Dump in app_queue - Anyone seen?
Anyone seen this? It ocurred on a 'reload app_queue.so' command.
Asterisk version is 1.2.9.1.
Tried again, but it was not immediately reproducable.
Doug.
(gdb) bt
#0 reload_queues () at app_queue.c:3339
#1 0xb778a7a8 in reload () at app_queue.c:4012
#2 0x0805bb44 in ast_module_reload (name=0x8137cc7 "app_queue.so") at loader.c:257
#3 0x08092b3f in handle_reload (fd=33,
2017 Dec 20
1
Nonlinear regression
You also need to reply-all so the mailing list stays in the loop.
--
Sent from my phone. Please excuse my brevity.
On December 19, 2017 4:00:29 PM PST, Timothy Axberg <axbergtimothy at gmail.com> wrote:
>Sorry about that. Here is the code typed directly on the email.
>
>qe = (Qmax * Kl * ce) / (1 + Kl * ce)
>
>##The data
>ce <- c(15.17, 42.15, 69.12, 237.7, 419.77)
2017 Dec 20
1
Nonlinear regression
G'day Timothy,
On Tue, 19 Dec 2017 18:28:00 -0600
Timothy Axberg <axbergtimothy at gmail.com> wrote:
> Should I repost the question with reply-all?
Nope, we got all from Jeff's post. :)
> On Tue, Dec 19, 2017 at 6:13 PM, Jeff Newmiller
> <jdnewmil at dcn.davis.ca.us> wrote:
>
> > You also need to reply-all so the mailing list stays in the loop.
> >
2017 Dec 20
0
Nonlinear regression
Should I repost the question with reply-all?
On Tue, Dec 19, 2017 at 6:13 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us>
wrote:
> You also need to reply-all so the mailing list stays in the loop.
> --
> Sent from my phone. Please excuse my brevity.
>
> On December 19, 2017 4:00:29 PM PST, Timothy Axberg <
> axbergtimothy at gmail.com> wrote:
> >Sorry about
2019 Sep 19
1
Re: [PATCH nbdkit 0/2] Add new retry filter.
On Thu, Sep 19, 2019 at 01:47:45PM +0200, Nenad Peric wrote:
> A theoretical way to test this against any other protocol is to have a
> firewall rule which can be triggered locally which just drops the traffic
> and then re-enables the traffic in a while (short or long, can be
> decided/tweaked).
We generally want our tests to run without root and without doing
weird stuff to the
2010 Oct 05
2
[LLVMdev] gold-plugin build errors
I tried to build the gold plugin and receive the errors posted below. I
checked out the gold plugin using "cvs -z 9 -d
:pserver:anoncvs at sourceware.org:/cvs/src co src," as documented on
llvm.org. Is that version bleeding edge and perhaps not stable?
The first errors have to do with the libtool version. I have libtool
2.2.6 on my system, which is what the README-maintainer-mode
2005 Jan 12
1
linphone -> NAT -> * -> NAT -> firefly woes.
Hi folks
an issue I don't understand. I'm running * stable 1.0.3 on public
internet, with following iax.conf / sip.conf entries:
iax.conf
[100]
type=friend
username=Foo
context=default
auth=md5,plaintext,rsa
secret=secret
host=dynamic
callerid="Foo" <100>
qualify=no
sip.conf
[10]
type=friend
username=Bar
context=default
callerid=Bar <10>
2004 Nov 11
6
scan or source a text file into a list
I've ported somebody else's rather cumbersome Matlab model to R for
colleagues that want a free build of the model with the same type of I/O.
The Matlab model reads a text file with the initial parameters specified as:
C:\Data\Carluc\Rport>more Params.R
# Number of years to simulate
nYears = 50;
# Initial year for graphing purposes
year0 = 1970;
# NPP/GPP ratio (cpp0 unitless)
fnr =
2011 Jul 13
1
Tukey HSD with repeated measure ANOVA
Hi,
I need to determinate HSD value from a matrix like that
Thesis Days A1
Cx 0 66.07
Cx 0 60.24
Cx 0 42.86
Tw 0 66.07
Tw 0 60.24
Tw 0 42.86
Aa 0 66.07
Aa 0 60.24
Aa 0 42.86
Qe 0 66.07
Qe 0 60.24
Qe 0 42.86
Cx 56 310.86
Cx 56 223.17
Cx 56 186.77
Tw 56 149.42
Tw 56 127.75
Tw 56 138.59
Aa 56 130.24
Aa 56 214.83
Aa 56 137.95
Qe 56 186.64
Qe 56 189.09
Qe 56 187.87
this is my script
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby.
But when i execute the sample application with jruby, it dont send email and
dont get error.
What can be wrong?
--
Atenciosamente,
Paulo Coutinho.
Blog: www.prsolucoes.com/blog
Site: www.prsolucoes.com
Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org
--
You received this message because you are subscribed to the Google Groups
2008 Sep 10
3
writing simple function through script
Hi all,
I try to write a simple function in a script. The script is as follows
yo<-function(Xdata)
{
n<-length(Xdata[,1])
Lgm<-nls(formula=LgmFormula,
data=Xdata,
start=list(a=1500,b=0.1),weights=Xdata$Qe)
return(Lgm)
}
After the execution of the script, when I call the function yo on data
called NC60.DATA I get an error.
#yo(NC60.DATA)
Erreur dans eval(expr, envir, enclos)
2008 Oct 27
1
create list of data frames
Hi all,
I need to realize nonlinear regression on a thousand data sets. I guess the
lapply function would help me on that thus I'd like to create a list of data
frames, each data frame containing the data as follows:
Ce Qe
1 1.849147 0.1958672
2 10.054250 0.5771036
3 18.077246 0.7718514
4 27.576468 0.8079606
5 35.146862 0.8500489
6 43.245078 0.8366673
7 51.745760 0.8879672
2008 Sep 03
2
nls convergence trouble
Hi,
Parameters assessment in R with nls doesn't work, though it works fine with
MS Excel with the internal solver :(
I use nls in R to determine two parameters (a,b) from experimental data.
m V C0 Ce Qe
1 0.0911 0.0021740 3987.581 27.11637 94.51206
2 0.0911 0.0021740 3987.581 27.41915 94.50484
3 0.0911 0.0021740 3987.581 27.89362
2012 Dec 01
6
Why does 'extend ActiveSupport::Concern' cause `undefined method 'recycle!'`?
Working on Rails Engine.
I want to make the controllers customizable whereever the Rails Engine is
used.
Therefore, I was trying to use `extend ActiveSupport::Concern` on the
Engine controller class and include it in MyRailsApp.
https://gist.github.com/4185823
# code in my rails engine
moduel MyEngine
class SomeController
extend ActiveSupport::Concern
def engine_some_method
2012 Oct 04
1
Synonyms of Abbreviations
Hello,
I am looking for a documentation or an example to use the synonym function.
I tried this
db.add_synonym("omega","xapain");
and this works by adding the flag FLAG_AUTO_SYNONYMS.
If i try to use the
db.add_synonym("omega","xapain is search engine ");
it fails why? Can xapian use synonym for Abbreviations like MBA => Master
of business
2011 Feb 24
1
Experiencing errors after adding new nodes
Hi,
I had a 2 node distributed cluster running on 3.1.1 and I added 2 more nodes. I then ran a rebalance on the cluster.
Now I am getting permission denied errors and I see the following in the client logs:
[2011-02-24 09:59:10.210166] I [dht-common.c:369:dht_revalidate_cbk] loader-dht: subvolume loader-client-3 returned -1 (Invalid argument)
[2011-02-24 09:59:11.851656] I