similar to: make check fails tandem-test

Displaying 20 results from an estimated 3000 matches similar to: "make check fails tandem-test"

2012 Sep 02
1
CELT 0.11.3 tandem test fails
Hello, I'm building packages for Slackware and I've just tried to upgrade Slackware 13.37's CELT package to version 0.11.3, which apparently was released last year, but I've omitted it because it was not announced on the site. Anyway, now that I try build with the following configuration in my SlackBuild script: CFLAGS=$SLKCFLAGS -O2 \ CXXFLAGS=$SLKCFLAGS -O2 \
2009 Feb 26
2
celtenc/celtdec does not display CELT_VERSION
A small issue, but missing. Something like this would be helpful: - printf ("celtenc (CELT encoder)\n"); + printf ("celtenc (CELT %s encoder)\n", CELT_VERSION); til
2008 Dec 20
5
ectest failed with gcc-4.2.4
Hi, compiling the latest release 0.5.1 (as well as from git) with gcc-4.2.4 on zenwalk (slackware current), ectest fails; using gcc-3.4.6 all tests succeeds. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20081220/68be24c8/attachment-0002.htm
2011 Aug 05
1
CELT Test case failures
Hi , We've downloaded the CELTV0.11.1 source code from celt-codec.org . But having trouble with mathops-test and tandem-test unit test that exercises internal components of CELT codec, please find attached document for each test case failure in details. Also could you please give some inputs on CELT Low complexity code and full version of the code, point me source code to CELT
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
From: Thorvald Natvig <slicer at users.sourceforge.net> --- celt.pc.in | 2 +- configure.ac | 2 ++ libcelt/Makefile.am | 12 ++++++------ tests/Makefile.am | 2 +- tools/Makefile.am | 4 ++-- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/celt.pc.in b/celt.pc.in index 98cc008..67a830b 100644 --- a/celt.pc.in +++ b/celt.pc.in @@ -10,5
2010 Dec 19
1
Celtenc not working in 0.9.1
Hi, I'm currently testing libcelt (celt-0.9.1) on my Openwrt/Kamikaze RDC-3210 platform and although I'm able to Crosscompile on my Ubuntu 10.10 machine without errors, the resulting celtenc doesn't seem to work properly. Ran ./configure via the Openwrt makefile first (activating fixed-point) ; I first produce a S16_LE Raw PCM file (48Khz, stereo) : test.pcm Then I try to encode
2011 Nov 28
2
Mixing of compressed streams
Is it possible to mix (sum) two or more compressed audio streams with either CELT or Opus? If not, could you add this functionality? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20111128/72223804/attachment-0002.htm
2003 Dec 14
1
Two Stage Dialing for MF CAMA trunk
Hi all, I am trying to setup a ZAP interface to do MF signaling for a handoff to a 911 tandem. The signaling I need to perform on the T1 is this: 9-1-1 Tandem: Wink CLEC end office: KP (Keypulse) NPA ST (Start) 9-1-1 Tandem: Wink CLEC end office: KP I (Info Digit) NXX XXXX ST As I'm not as familiar with the Zaptel configurabliity, I'm not really sure how to do this. Do I dial twice
2014 May 22
4
Copies of outgoing emails in the Sent folder
Hi! My mail server works in tandem: Dovecot (IMAP) + Postfix. How can I configure in Gmail: Outgoing email copied to the Sent folder using postfix without mail client? This question is for the mailing list for Postfix? Mail client itself copies outgoing messages in the folder Sent, but the messages are large, and the server is far away. And to transmit email twice for sending and copying is
2007 Jul 13
2
R file via SSH
Goodmorning everybody, I need to run an R program via SSH. Usually I open R, I run the program and I stay logged-in, waiting for the output. As a matter of fact, if I close the connection with SSH I loose the calculations and the output of my R program. What command I have to use in order to preseve the calculations and the output without staying logged-in a SSH connection? thanks in advance
2005 Jan 31
1
Call recorder based on *
Hello, This request was initally sent to the -dev list, but I was advised to try rather here, thanks Steve. Here is the story: I was asked by a call center company to find a solution of an affordable multichannel system for recording their agents calls. Their basic demand is to handle recording of up to 60 simultaneous telephone calls. There are many sophisticated recording systems available
2005 Sep 27
1
SIP Tandem Inbound only.
Hello, I have a carrier that is supplying me with DID inbound over SIP to my asterisk server. Because the CID is different with every call that is coming in the only way I have to authenticate this carrier is IP based. In my sip.conf I want to define this user as "type=user", however this can't work because Asterisk only authenticates users by username, not IP. I can take
2006 Jan 31
1
Strange echo phenomenon (double tandem)
I have a strange problem with echo. My setup includes a Grandstream HT-488 which is both an FXO and a FXS. I noticed last evening that if I called the FXS through my asterisk box from my cell, the resulting connection was fine for me at the cell end, but produced dramatic and conversation ruining echo at the FXS of the HT-488. Today I realized that if I call out from the same FXS to my
2008 Jan 31
3
Using facebooker AND Haml/Sass
For anyone using both and encountering trouble with stylesheets (specifically, the paths being incorrect in production mode)... Removing facebooker solves the issue. But I bet you don''t want to do that, eh? So, simply setting ActionController::Base.asset_host = '''' also works like butter. I''m not 100% clear on why asset_host has anything to do with
2012 Mar 20
0
Outgoing trunk is restricted to g.729 but need ulaw
Hi, I am taking over an asterisk system from another person and having an issue where a sip trunk is restricting the outgoing codecs to just g.729 I am dialing in from a Cisco 7960. The Invite from the Cisco has the folowing M line: m=audio 17022 RTP/AVP 18 0 8 101. So it is allowing g.729, ulaw and alaw. Asterisk is tandeming the call out over a SIP trunk sip.conf tandem trunk config:
2005 Sep 09
2
two almost identical packages: best practice
Hi I have written a whole bunch of methods for objects of class "octonion". [ an octonion is a single column of an eight-row matrix. Octonions have their own multiplication rules and are a generalization of quaternions, which are columns of a four-row matrix. ] So far I've done about a dozen generic functions such as seq.octonion(), rep.octonion(), [<-.octonion(), and so on
2007 Jun 06
1
virt-install and kickstart
Has anyone successfully used a kickstart file in tandem with the "virt-install" command? I can get a generic install to begin if I omit the "-x" flag and the kickstart parameters? It seems that virt-install simply ignores my kickstart parameters. virt-install --location=http://www.gtlib.gatech.edu/pub/centos/4.5/os/i386/ --noautoconsole --file=/dev/VolGroup00/lv_centos45
2006 May 18
1
in_place_editor / file_column
has anyone managed to get get in_place_editor and file_column to work in tandem ? I am trying to allow someone to edit a photo in place, but not sure if this is possible. adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060518/487d5fee/attachment.html
2009 Oct 16
1
Mixing SIP/TDM in MeetMe
I sent a query about this before, but have some further information and am hoping somebody has a suggestion as to what to try next to debug this. I'm using an Asterisk box primarily for MeetMe conferencing. There are two sources: TDM via two Q.SIG T1's and SIP phones. Conferencing works fine between TDM channels. But when a SIP phone calls the conference, there's no voice path *to*
2004 Aug 06
1
Admin Stats Source / Source_Connections value off!
All: Another thing I've always noticed is that the sources & source_connections stats become incorrect if the sources connect at the ''exact same time'' ?? The reason I say this is the OddCast encoders as I've mentioned in previous postings acting in a Chain, have the same "reconnect" timer (of '2 seconds' on modern hi/lo, '4 seconds' on