Displaying 20 results from an estimated 10000 matches similar to: "Help for studying Asterisk source code"
2004 Apr 15
1
tapply() and barplot() help files for 1.8.1
Hi,
I've just upgraded to 1.9.0 and one of my Sweave files that produces a
number of barplots in a standard manner now produces them in a
different way. I have made a couple of small changes to my code to
get the back the output I was getting before upgrading and now (mostly
out of curiosity) would like to understand what has changed.
I *think* I've tracked it down to tapply() and/or
2012 Nov 15
1
combine similar variables in chart
I want to make a chart on variables which are taken in 2 different years on 2
the same locations, at different depths, where for every location the
species and the amount of species are determined.
The first chart I want to make is to see how much of every species is
collected in total in a bar or piechart.
Then I want to make a few charts with the species per location and per depth
Here is a
2016 Dec 04
3
Asterisk Can't start with the default configs
Hi,
I tried to run the make progdocs, but the first time, it said, I have no
doxygen installed. So I compiled the latest release and reconfigure the
asterisk. And after it, ut sucessfully started to build the docs. But it
took a lot of time, So finally I aborted the process...
Is there a way to disable doc creating? The --disable-xmldoc is enough?
Thanks!
On Dec 2, 2016 3:36 PM, "Joshua
2005 May 19
1
RHEL 3
Anyone tried to build * + h323 to rhel3...
I have to problems in the process...
a) Zaptel would not build - a whole bunch of errors about kernel...
b) make progdocs failed with reference to dot - check your installation.
Do I need the zaptel ?? I will not be using any interface cards..
I'd like to make progdocs - any suggestions there?
Latest cvs on everything..
Thanks
2007 Aug 10
2
Locating Asterisk documentation after installation
Hello all,
After installing Asterisk, i have installed the docs by "make progdocs".
But i don't know where to locate this documentation.
please Help.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070810/ceb95948/attachment.htm
2005 Mar 03
5
Wrong CVS version ?
Hi,
I've updated my Asterisk 3 times with :
cvs checkout -r v1-0 zaptel asterisk asterisk-addons
and then do
cd asterisk
make clean && make && make install
make samples
make progdocs
and then when I run Asterisk I get :
Asterisk CVS-v1-0-02/11/05-01:46:25, Copyright (C) 1999-2004 Digium.
Is this a bug in CVS handling or am I doing something wrong ? How to check
which
2004 Jul 25
1
Can not make progdocs
Not even sure how important this is considering the state of many of the
online docs...
I have doxygen installed as is noted for the requirements for 'make
progdocs', but the make doesn't find dot. I have no idea where dot went, is
or should have been...
I am installing und Suse 9.0 and it's rough. If you forget something
duringthe initial install, adding the package later
2009 Jul 02
2
Need to study and learn about better plots
Hi,
So far my plotting needs have been sort of ignored as I got
acquainted with R this week, but now that I have the basics in place
for the program I wanted to write it's time for me to start learning
about how to make output that better suits my needs. I think I have
two sort of charts I need to concentrate on learning how to produce:
1) Probably a trivial request - a single chart that
2005 Jan 17
3
Asterisk C source code documentation
Hi all,
I was wondering if there is any documentation of the Asterisk C source code. I have downloaded the code, but I haven't seen any references to documentation neither in the Asterisk home page nor in Asterisk wiki.
Does anyone know if this documentation is freely available? We are specially interested on the application API that would allow us to implement new applications for Asterisk.
2010 Oct 17
2
dpois().......bizarre warning messages
Dear Masters,
I have a question to submit
consider the following script
m<-4.95
obs<-rpois(36,m) # i generate 36 realization from a poisson(m)
hist(obs,freq=F)
curve(dpois(x,m),add=T,col="red") #i wish to overlay on the histogram the
theorical poisson density function
errors are returned saing the x vector doesn't contain integers....
really bizarre i can't give
2003 Oct 29
1
Some Basic Reading
Hi there,
I'm very new here and would like to know if anyone has reccomendations
on fundamental reading (other than the handbook) whick might prevent me
from asking some really dumb questions (after this one of course).
What I'm trying to do:
I have a SOHO... very SO in fact. I would like to build a simple system
with two analog lines. I do recording and can't always have a cell
2017 Sep 05
1
Sample size calculation for three-way incomplete block crossover study.
Hi
In R,how to do sample size calculation for three-way incomplete block
crossover study where within subject residual standard deviation,treatment
difference and power is given.
Thanks in advance.
Regards
Jose
[[alternative HTML version deleted]]
2011 Nov 11
8
Help
Dear Contributors
I would like to perform this operation using a loop, instead of repeating
the same operation many times.
The numbers from 1 to 4 related to different groups that are in the
database and for which I have the same data.
x<-c(1,3,7)
datiP1 <- datiP[datiP$city ==1,x];
datiP2 <- datiP[datiP$city ==2,x];
datiP3 <- datiP[datiP$city ==3,x]
datiP4 <-
2008 Jan 14
15
How to get a Window handle from another app?
Hello,
I would like to get a window handle from another app outside of wxRuby
and convert it into a wxRuby Window handle so that I can use it as the
parent Window for several wxRuby child windows. Basically I want to use
the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become
associated with the outside app kind of like toolbars, e.g., they don''t
show up in the
2013 Sep 20
4
Dual Boot Windows 8 & CentOS 6.4
Hi,
I am studying for the RHCSA Exam and wanted to install CentOS 6.4 alongside Windows 8. I got a new laptop with a processor that supports virtualization.
I am planning to remove all the recovery partitions after backing up all drivers etc. on them. Lets see how it works out.
Any caveats I should know about?
Regards
adj
2006 Jul 11
6
@record.each do |record|
I''m trying to ''destroy'' a particular record of a table
>From the controller side, i''ve found a list of possible records that i
want deleted.
ie. @chart = Chart.find(:all, :conditions => ["record_id = ?",
param[''id''] ]
''id'' is passed into the controller and @chart is all the possible
records that have
2006 Jul 10
4
find()
Can some1 help me on syntax with the find() function.
I''m trying to pull up a table record, called chart, that has a
particular field specified.
ie
chart has a field called record_id, which i know. How can i find the
record that contains chart.record_id.
something like chart = Chart.find(:conditions => "record_id = :id")
this gives me an error. I''m passing
2013 Jul 25
18
[PATCH v3 0/9] virtio: console: fixes for bugs and races with unplug
Hello,
This series fixes a few bugs and races with port unplug and the
various file operations: read(), write() and close().
I started coding up an alternative locking mechanism based on the
discussion earlier in this series, but some of what we already have
has to remain, and the new code is sufficiently different, so I'd
rather it bakes for a while, and I ensure there are no regressions
2013 Jul 25
18
[PATCH v3 0/9] virtio: console: fixes for bugs and races with unplug
Hello,
This series fixes a few bugs and races with port unplug and the
various file operations: read(), write() and close().
I started coding up an alternative locking mechanism based on the
discussion earlier in this series, but some of what we already have
has to remain, and the new code is sufficiently different, so I'd
rather it bakes for a while, and I ensure there are no regressions
2017 Feb 03
2
[PATCH] MAINTAINERS: update my email address
I'm leaving my job at Red Hat, this email address will stop working next week.
Update it to one that I will have access to later.
Signed-off-by: Amit Shah <amit.shah at redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3960e7f..187b961 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13065,7 +13065,7 @@ F: