similar to: app_jack unavailable

Displaying 20 results from an estimated 300 matches similar to: "app_jack unavailable"

2017 May 10
3
app_jack unavailable
Thanks J. It didn't work. On 05/10/2017 01:57 PM, J Montoya or A J Stiles wrote: > On Wednesday 10 May 2017, andre castro wrote: >> Hello, >> I am new to Asterisk, so please bear with me. >> I have made a success installation from source of Asterisk 14.4.0 on >> Debian Jessie (8.7). And I am running the Asterisk server, with several >> extensions and
2010 Jun 01
1
Definite app_jack trouble - unsolvable
Greetings! I now found someone to test gtalk with and found out, that app_jack has a problem here. My voice gets transmitted fine, but I only get white noise from the other party. I tried to set my JACK samplerate to 8000 to make sure it's no libresample problem, the results were the same. My setup is: Linux Debian Lenny Kernel: 2.6.30.4 PREEMPT (self-built) JACKd: jackd version
2009 Oct 05
3
Questions about app_jack.c
Hello, My configuration is : Card 0 - kernel dummy sound card Card 1 - my soundcard I have a jackd running in background. My jackd launch command is : jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0 --capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2 --outchannels 2 --dither triangular & 1 ) I open asterisk with chan_alsa.so connected (with asoundrc) to
2017 Jun 06
4
asterisk server - no sound
Thanks Anthony. I did it on the server, according to https://www.voip-info.org/wiki/view/port+forwarding However after doing it, when running Asterisk I get the following message sudo asterisk -vvvvvvr No ethernet interface found for seeding global EID. You will have to set it manually. Unable to access the running directory (No such file or directory). Changing to '/' for compatibility.
2017 Jun 06
5
asterisk server - no sound
hello folks, this might be a simple question... I just installed asterisk in a debian server. All seems to be running fine, but the audio sent by the server. If I have one of my registered peers call and extension (102) that plays back audio (extension.conf and sip.conf coffee-pasted below), Asterisk answers and prints no errors. Its `sip show channels` prints: Peer User/ANR Call ID
2008 Aug 26
1
app_jack and calling with pc only
Hello everyone! Sorry, if the whole task is silly, I'm new to this. I have my newly installed asterisk (1.6.0-beta9) and my AVM Fritz a1 card. I have a simple German isdn line and I have a microphone, headphones and a running JACKd (JACK Aduio Connection Kit). The question: Can I (mis)use my asterisk CLI interface to make and recieve calls coming in/going out via the ISDN-card,
2010 May 26
1
Jack in /usr/local/ means failure for asterisk
Hi, I have been headbanging with asterisk and Jack for a while, decited to ask other linuxists for an advice. The problem is that Jack is compiled from source (0.118) in /usr/local/, but menuselect says "XXX" for it (cannot enable it). I need jack... Otherwise I will inotify Monitor WAVs, what is bad :`( After installing jack from sources: Add system-wide
2017 Jun 06
2
asterisk server - no sound
Thank you Daniel for pointing out the errors and debug option. Both fixed and on. It made no difference. There are no errors printed and still no sound on ppers Now to Antony questions: On 06/06/2017 04:36 PM, Antony Stone wrote: > On Tuesday 06 June 2017 15:18:32 andre castro wrote: > >> I just installed asterisk in a debian server. >> All seems to be running fine, but the
2009 Oct 03
1
Asterisk and Jack
Hi, I want to use asterisk with jack audio. I tried the next configurations : 1 ) app_jack.so -> does not work. 2 ) chan_alsa.so without jackd started my .asoundrc : pcm.!default { type hw card 1 } pcm.jack1 { type jack playback_ports { 0 alsa_pcm:playback_1 1 alsa_pcm:playback_2 } capture_ports { 0 alsa_pcm:capture_1 1
2010 Jun 02
1
Persuing the gtalk issue - not only jack-related
Hello everyone! So I hacked app_jack.c today, as best I could. Whic came mostly down to inserting ast_log() messages. I discovered the following with JACK: When it starts, it tries to read 512 bytes and only gets 0. That clears up after a while. Sometimes a good time later than the reading comes the writing. And there the real strangeness might begin. Because usually the framebuffer
2004 Sep 14
3
Audio Resampling Library Suggestions?
Can anyone recommend a good library for performing audio downsampling? I intend to start playing around with "libresample" (http://ccrma-www.stanford.edu/~jos/resample/README-libresample-0.1.3.txt), as well as taking a look at "Secret Rabbit Code" (http://www.mega-nerd.com/SRC/), but I'd love some opinions before I get too involved with either. Free would be best, but
2010 Jun 07
0
Still no(isy) app_jack in the box
Hello everyone! So now I'm testing with chan_sip and I discovered, that I can make calls, even if they're only listed as active channels. But JACK just emmits white noise, with a highger frequency than 8kHz, in my believe. A call with app_record shows, that the signal is clear and very ear friendly though. So how to proceed from here? What can I do to help someone look into
2012 May 02
5
Winasio, somebody know how make it work??
Hi everybody I am using a 12.04 Precise pangolin amd64 with jakd 1.5.8, wine 1.5.3 and wineasio 9.0 and i'm having a lot of problems to use de regsrv32 winasio.dll always drop me the "Failed to load DLL wineasio.dll" I've copied the wineasio.dll.so in /usr/lib/x86_64-linux-gnu/wine and /usr/lib32/wine/ ive reinstalled wine, wineasio changed jackd2 to jackd did wineboot too so i
2004 Oct 18
2
[Jackit-devel] Re: ices-kh dropping jack ports unexpectedly
Karl Heyes <karl@xiph.org> writes: > On Mon, 2004-10-18 at 18:27, Jack O'Quin wrote: > > Karl Heyes <karl@xiph.org> writes: > > > > > Are you running with realtime privileges, for this you need to start as > > > root if you want that. Even with realtime privileges there may be odd > > > cases where the scheduling latency is a bit too
2020 May 04
1
Asterisk and CentOS 8
Hello George, Hope this finds you well! I wonder if there has been any progress on this matter? I've been working to have Asterisk running on CentOS 8 and our jump from CentOS 6 to 8 doesn't look too bad.... The missing packages found are: gmime-devel, iksemel-devel, corosynclib-devel, libresample-devel, hoard and python-devel. Python-devel could be replaced by python2-devel or
2019 Oct 17
2
Asterisk and CentOS 8
At the current time, we do not recommend attempting to build Asterisk on CentOS 8. Many packages Asterisk uses are not yet available and would require building from their sources. The Asterisk packages are also not available in the EPEL 8 or CentOS 8 repositories yet for the same reason. We'll update you when we think it's safe. -- *George Joseph* Digium - A Sangoma Company |
2007 May 18
4
Error Message?
I get this message, when opening the winecfg, rn@MX:~$ winecfg fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture fixme:mixer:ALSA_MixerInit No master control found, disabling mixer /bin/sh: /usr/bin/esd: not found fixme:jack:JACK_drvLoad error loading the jack library libjack.so, please install this library to use jack --------
2005 Dec 18
2
ices-kh60: latency bug
hello, I've just got ices-kh60 running with jack. It's working OK apart from a problem where the latency on the stream creeps up from about 15-20 secs to around 7 minutes. The stream plays OK, but the audio coming out is 7 minutes behind what goes in. I'm not sure how this can be happening, seeing as I don't think there are any buffers that long in the system, but it is.
2010 Mar 13
3
wine+wineasio under mac os x 10.6
I've been using JackWASIO and 10.5 Leopard fine, but since I switched to Snow Leo 10.6 I can't find a way to use wineasio low latency driver at all. Have tried to install some version of Wine (that comes with WineBottler) and a new CrossOver Games 8.0 but no luck: wineasio doesn't appear in the Audio preferences of winecfg. Is there a clear way (for someone who aren't in developing
2004 Oct 18
1
[Jackit-devel] Re: ices-kh dropping jack ports unexpectedly
>I can't really comment on jackd itself, as I haven't looked that much >into it. If running jackd as root requires client apps to also run as >root then that is a pretty bad issue. I would of thought that running >jackd as a realtime process (whether root or not) would be an important >consideration. jackd (realtime) requires various resources which it shares with its