Displaying 20 results from an estimated 600 matches similar to: "TV do Software Livre"
2004 Dec 16
1
ilbc and asterisk 1.0.3 - strange noises.
Have someone experienced any strange noises using the ilbc codec
after upgrading to asterisk 1.0.3?
I had to change the codec do gsm to fix this problem. The noise is very
loud, like saturation of the echo ro something, seems like the echo
cancelation is amplifying itself.
I'be been using ilbs since asterisl 0.70 and have never had any
problem like this.
Thanks.
--
2001 Oct 23
2
Parsing of HTML files in R
Is there any package similar to the XML package that is able to
"extract" relevant information from HTML files. Namely, I'm interested
in obtained data that is represented as a HTML table, into some R-type
structure.
Thank you.
--
Luis Torgo
FEP/LIACC, University of Porto Phone : (+351) 22 607 88 30
Machine Learning Group Fax : (+351) 22 600 36 54
R. Campo
2006 Apr 17
6
Re:Problems in Dead Gateway Detection / Failover - MultipleISP Links
Hi There,
I am also trying to do the same for my network.
I have two links from different ISPs and I want to configure a failover and
load balancing Linux router.
I am facing same problem here, that how to detect link failure and let Linux
box switch the gateway.
I know it works when the first gateway is physically down and not reachable.
But what to do if my link is up but there is problem
2006 Apr 20
2
pppoe question
Hi THere,
sorry if this is a stupid question or does not belong to this forum.
I''ve set my DEFROUTE=no in my ifcfg-ppp0 and when I bring the ppp0
up, it deletes my old default load balance routes which I do not want,
as I just want the interface to be up, but not touching my default
routes
any advice
Thanks
SEW
2015 May 12
2
AEL keyword IfTime with variable on time range
Hi
It's possible using a variable in the iftime keyword argument?
E.g:
context text {
s => {
timerange = '06:00-12:00|*|*|*';
ifTime(${timerange} {
Playback(ivr/goodbye);
}
}
}
thanks
[image: Sua Foto] <rafaelsnsa at gmail.com>Rafael S. SaraivaPorto Alegre - RS
| Mobile: (51) 8174-7956
<http://br.linkedin.com/pub/rafael-saraiva/52/aab/230>
2019 Feb 15
2
Set qualify = yes on trunk can't do outgoing call
Hello when I set qualify = yes on trunk I can't do outgoing call.
Incoming is always working.
[Feb 15 23:01:41] WARNING[12909][C-00000012]: app_dial.c:2525
dial_exec_full: Unable to create channel of type 'SIP' (cause 20 -
Subscriber absent)
but my linphone is registered all the time.
when set qualify = no outgoing call is working
(but i have problems when WAN IP is changed after
2011 Jan 13
2
Axure RP Pro 5.5.0.1945
Hi,
I'm having trouble to put Axure 5.5.0.1945 to work. I just need this to become a full-linux user.
The program is starting, but the main window does not work. I feel that I'm on the right way!
Print: http://img405.imageshack.us/img405/4817/scrt.png
I tried a lot of configuration and all of them got me the same result.
What should I do? Is impossible for Axure works properly on
2008 Dec 09
1
Bootstrap a GLM model with Poisson family
Hello!
Anyone can help me to know how to do a bootstrap evaluation analysis
to a GLM with family=Poisson?
I have some R codes but they were coded only for family=binomial...
thanks a lot
Joana Vicente .?.
CIBIO - Centro de Investiga??o em Biodiversidade e Recursos Gen?ticos.
Faculdade de Ci?ncias do Porto
Departamento de Bot?nica -Edif?cio FC4
Rua Do Campo Alegre, S/N
4169-007 Porto - Portugal
2007 Jul 24
3
mocha tarballs don''t uncompress cleanly
Hi Antonio,
My environment is OS X 10.4.8.
Thanks a lot for looking into the problem. Please let me know if I
can do anything to help.
I have had problems previously with tar including Mac resource fork
files. Could this be what is causing your problem?
James.
On 24 Jul 2007, at 20:42, Antonio Terceiro wrote:
> Hi James,
>
> First of all, thanks for mocha, it''s a really
2015 May 12
1
AEL keyword IfTime with variable on time range
Sorry, I forget to tell I tried, but not works.
*Context:*
context ivr_temp2 {
s => {
Proceeding();
str_time_01 = '06:00-12:00|*|*|*'; // Manh?
ifTime (${str_time_01}) {
Playback(ura/bom_dia);
}
}
}
The error is showed on "ael reload".
*Console errors:*
rs0000sr304*CLI> ael reload
Command 'ael reload' failed.
2003 Jun 05
1
kmeans (again)
Regarding a previous question concerning the kmeans function I've tried the
same example and I also get a strange result (at least according to what is
said in the help of the function kmeans). Apparently, the function is
disregarding the initial cluster centers one gives it. According to the help
of the function:
centers: Either the number of clusters or a set of initial cluster
2002 Sep 12
1
DBI / MySQL problems
Hi.
I frequently use RMySQL package to interface R with MySQL databases. I was
having a try with package DBI and I got the following error:
> library(RMySQL)
> library(DBI)
> drv <- dbDriver("MySQL")
> ch <- dbConnect(drv, dbname="mydb", user="myuser", password="mypasswd")
> ibm <- dbGetQuery(ch,"select * from table where
2002 Apr 23
1
Writing text in lattice graphics
I'm trying to obtain a set of regression lines obtained for different values
of a factor using lattice. I would like to add a string to each panel showing
the R^2 value of the respective line, but I'm having difficulties positioning
the text (namely on which coordinates to give to the "ltext" function).
Here is what I'm using (I've used ?? for the things I would like
2003 Nov 24
1
RMySQL valid field names
I'm having some problems with valid field names when using RMySQL to interface
R (version 1.7.0, under RedHat9.0), to MySQL (4.1.0-alpha). I think I've
spotted the problem and a solution (which is working for me), but I wanted to
share this with you as I may be missing something.
(Note: I'm aware that this is an old R version, but I've checked the code of
the lastest version of
2009 Oct 28
1
pdbedit error (using LDAP)
Hi.
I'm using pdbedit to edit users accounts and everything works fine.
But when I'm trying to use pdbedit to edit domain account policies I'm
receiving the following error:
pdbedit -P "password history" -C 4
smbldap_search_domain_info: Searching
for:[(&(objectClass=sambaDomain)(sambaDomainName=MYDOMAIN))]
StartTLS issued: using a TLS connection
2008 Feb 28
1
vorbis encoding question
Hello
I'm trying to make a simple program that records and saves the recorded
audio to an Ogg file on the fly.
But I can't find some examples and good documentation on encoding Ogg files,
is there some place or someone know a good way to start with Ogg
programming? I can decode Ogg files with no problem but I can't encode.
Any help will be appreciated.
Thanks
--
Yuri Jaeger Monti
2005 Nov 01
3
Live HTTP streaming of Theora files
What's the easiest way to broadcast a "live" event using Theora?
- Microsoft Media Services uses a closed protocol (MMS) and special
streaming servers, so I'm not excited to go that way, even though it
seems to be the most obvious choice. (Though I'm not sure if I could
convince it to use Theora anyway.)
- I could encode the entire file into an Ogg/Theora file and just
2002 Nov 26
1
Problem with accented characters in portuguese
Dear all,
I've recently encountered a strange behaviour when using R with portuguese
accented characters. The most curious aspect is that using the same code with
ESS under XEmacs the behaviour is different.
My system is:
> R.version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major
2019 Feb 07
2
Cri-o 1.13 package
Hi there,
I was looking for cri-o 1.13 package to install on CentOS 7.6 but it
seems that we only have 1.11 packaged.
There is any alternative to 1.13 package to CenOS 7.6 or if I want to
use it I should build from source?
Thanks.
--
Matheus Eduardo Bonif?cio Morais
Analista de Infraestrutura de TI,
Plataforma e Aplica??es
Confedera??o Sicredi
Centro Administrativo Sicredi ? Porto Alegre
+55
2020 May 04
1
error in message printed by L-BFGS-B
Hi
I have a FORTRAN version of the L-BFGS-B algorithm and I was comparing it
to the code in the lbfgsb.c file available at R-4.0.0.tar.gz
Everithing looks the same, except for those two lines that must be printed
by the prn3lb function in case of an error (lines 3559 and 3561 in
lbfgsb.c):
case -5: Rprintf("l(%d) > u(%d). No feasible solution", k, k); break;
case -7: