Displaying 20 results from an estimated 400 matches similar to: "bitrate"
2003 Mar 12
1
Windows 2000 Pro can't join the Samba PDC
Hi all
At first i'm using wizard in swat page to create samba
as a pdc for my win 2000 pro client, and i follow the
instruction in howto-collection.pdf. The doc file say
that there are 2 ways of client join the domain.
1. "manually" add the trust machine account in the pdc
2. "on the fly" with adding command 'useradd' in the
global parameter 'add user
2006 Feb 22
2
Chinese search support
I need decide on if our site will go with Java or Ruby on Rails. The
major factor is that does Farret support Lucene''s ChineseAnalyzer or
CJKAnalyzer or not.
Can anyboby shine some lights on Farret''s Chinese search support?
Really appreciate.
--
Posted via http://www.ruby-forum.com/.
2010 Nov 23
2
Asterisk Log viewer
Hello,
I want to analyze the asterisk logs files, looking for all kind of
errors, ?Anyboby knows any asterisk logs analyzer?
Thanks all,
Voipcrazy
2006 Feb 08
2
SV: GotoIf number exists in file. How can i do this?
Oh. So how can I do this?
If I write something in PHP, how do I make it output to an Asterisk variabel? I need to set a variable in asterisk to TRUE or FALSE based on the result of the PHP-script.
________________________________
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Morgan Gilroy
Sendt: 8. februar 2006 15:28
Til:
2011 Mar 15
1
signal amplified by asterisk
Hi there,
i called one asterisk server from another asterisk server. The calling
server played back a audio data und the answering server recorded the audio
sample using record() function.
I tried both ISDN, VoIP connections. Camparing with the original audio data,
the recorded samples from both connections were amplified by asterisk, so
that the recording were much louder. But I didn't
2005 Oct 03
1
seeking an simple example of randomForest package - thanks!
hi, dear all,
does anyboby have an simple example of
classification by using randomForest? Thanks a lot!
best
assicma
2011 Feb 16
1
how to diable echo cancellation for sip?
Hello,
can anyboby tell me, how can I disable the echo cancellation for sip?
thx a lot...
best regards,
Felix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110216/4e54620f/attachment.htm>
2005 Nov 07
1
Samba with no printer.
Hi,
I am using Samba as a file server only; with no whatsoever printing service.
Therefore I would like to get rid of the printer-icon when the users access
the samba-server.
How can I do that ?
I have tried to take off everything related to printing in the configuration
file (/etc/samba/smb.conf) but the printer-icon is still there.
Has anyboby got this problem ?
Does anyone know how to
2004 May 11
1
Areski CDR graph incorrect
Is anyboby using the areski CDR reporting tool?
I have installed asterisk-stats v1.2 three days ago, but I found a
possible bug in it. My calls compare graphic shows most of the on the
calls at first hours past midnight, and it never logs anything after
lunch time. This is wrong, my calls are made on business hours. The call
log lists those calls at the right time.
Is there
2005 Jun 23
1
Two axes y in same plot
Hi user,
I try to make plot with two axes y, it is posibility?. Can anyboby help me....
thank for all
fernando
[[alternative HTML version deleted]]
2007 Oct 30
4
Postgresql and shell script
I have a shell script (sh) where I create a user and import data to a
postgres database
<snip>
su -c "createuser -A -D -P $PG_user" postgres
su -c "psql -d$PG_database -h localhost -U$PG_user -W -f postgresql.sql "
postgres
</snip>
when the script executes those command, it ask for a password, how could I
do this without have to enter the passwd, I would like that
2005 Jan 25
0
COURSE: Statistical practice in Epidemiology with R
Course in
STATISTICAL PRACTICE IN EPIDEMIOLOGY USING R
====================================================
Tartu, Estonia, 26 - 31 May 2005
The course is aimed at epidemiologists and statisticians who wish to
use R for statistical modelling and analysis of epidemiological data.
The course requires basic knowledge of epidemiological concepts and
study types. These will only be briefly reviewed,
2003 Dec 17
3
Asking for help
Hello evry one,
I'm a frensh consulting Engineer in statistics and i work under R times to
times.
I would like to build an Graphic User Interface as we can do under MS Excel
but i don't know how to do it.
The aim is to have a GUI betwen a user and the console or the function (for
exemple toto(a,b,c) )
In the GUI , i would like to have 3 boxes empty where i can put the values
of a, b, and
2006 Jan 31
1
dialing 2 channels at thesametimewithdifferentcaller ID number?
>
> Yes you must prefix a variabel with __ that's (2) _ underscores so
that
> it cross channels.
>
Aah, the magic formula - documented where? :)
Thanks a million, have a great day.
Damon
2006 Jan 31
1
dialing 2 channels atthesametimewithdifferentcaller ID number?
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-
> bounces@lists.digium.com] On Behalf Of Damon Estep
> Sent: Tuesday, January 31, 2006 8:09 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: RE: [Asterisk-Users] dialing 2 channels
> atthesametimewithdifferentcaller ID number?
>
> >
>
2001 Oct 18
0
General Matrix Inverse
Generalised Inverse:
The Moore-Penrose Generalisied Inverse is probably better defined as a
pseudo-Inverse that arises in solving least squares problems.
Another well known pseudo-Inverse is the so-called Drazin pseudo-Inverse.
If memory serves (and it's been 10-12 years!) it can be obtained via a
diagonalisation.
Anyway, I dare say Prof. Ripley (among others) probably has "all the
2008 Feb 19
3
simple usage of "for"
Hi list
I have a data frame I would like to loop over. To begin with I would
like crosstabulations using the first variabel in the data frame,
which is called "meriter".
> table(meriter[[1]], meriter[[3]])
ja nej
Annan 0
2012 Feb 25
5
which is the fastest way to make data.frame out of a three-dimensional array?
foo <- rnorm(30*34*12)
dim(foo) <- c(30, 34, 12)
I want to make a data.frame out of this three-dimensional array. Each dimension will be a variabel (column) in the data.frame.
I know how this can be done in a very slow way using for loops, like this:
x <- rep(seq(from = 1, to = 30), 34)
y <- as.vector(sapply(1:34, function(x) {rep(x, 30)}))
month <- as.vector(sapply(1:12,
2011 Jun 29
2
parse XML file
Hi all,
this is my first post in this mailing group. I hope that anyboby could
help me parsing a xml file.
I found this website http://www.omegahat.org/RSXML/gettingStarted.html
but unfortunately my XML file is not as easy as the one in the example.
Example:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet
2000 Sep 20
1
SV: sample from contingency table
I have had the same problem and I wrote this function
rmulti <- function(n, size, p)
{
NrDim <- length(p)
if(NrDim<2) stop("The simulated variabel has to be at least
2-dimensional")
res <- matrix(data=NA, nrow=n, ncol=NrDim)
p <- p/sum(p)
TempSize <- size
for(i in 1:NrDim)
{
TempP <- p[i]/sum(p[i:NrDim])
TempBin <- rbinom(n=n, size=TempSize,