search for: output_device

Displaying 9 results from an estimated 9 matches for "output_device".

2009 Jan 11
2
hdmi an console dsp
...Subdevices: 2/2 Subdevice #0: subdevice #0 Subdevice #1: subdevice #1 card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0 So I change my alsa.conf file to: ; To set which ALSA device to use, change this parameter input_device=hw:0,3 output_device=hw:0,3 When starting asterisk I get: ^[[1;30;40m == ^[[0;37;40mParsing '/etc/asterisk/alsa.conf': Found [Jan 10 18:56:53] ^[[31;40mERROR^[[0;37;40m[23546]: ^[[1;37;40mchan_alsa.c^[[0;37;40m:^[[1;37;40m366^[[0;37;40m ^[[1;37;40malsa_card_init^[[0;37;40m: snd_pcm_open failed: No [Jan 10 1...
2007 Aug 05
0
chan_alsa - no sound / strange sound - 1.4.9
Hi some problem with chan_alsa. Depending on the configuration I don't get any sound output (output_device not set in alsa.conf - same as output_device=default) or very strange output (output_device=hw:0,0) when dialing into something like exten => 10,1,Answer exten => 10,n,Playback(soundfile) exten => 10,n,Hangup Other alsa applictions do work without problems and for example this simple tes...
2009 Jan 18
0
is multiple contexts in alsa.conf possible
Is it possible ot have multiple contexts in alsa.conf [general] autoanswer=yes input_device=hw:0,0 output_device=hw:0,0 [usbaudio] autoanswer=yes input_device=hw:1,0 output_device=hw:1,0 is Dial(Console/usbaudio) valid? I presume Dial(Console/dsp) uses the default or general context above. how do you direct a call to the second ALSA device usbaudio? Thanks, jerry
2009 Oct 03
1
Asterisk and Jack
...0 alsa_pcm:capture_1 1 alsa_pcm:capture_2 } } pcm.jack1b { type plug device jack1b server linux slave { pcm "jack1" rate 8000 format FLOAT channels 2 } } ctl.mixer0 { type hw card 1 } in alsa.conf?: input_device=default output_device=default That works fine. 3 ) chan_alsa.so with jackd started Jackd launch command : 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 & my .asoundrc : pcm.!default {...
2005 Mar 17
1
Strange console call problem
...ed ALSA/card1 << Console call has been answered >> Urgent handler << Hangup on console >> --snip-- --asound.conf-- pcm.card1 { type hw card 1 } --end-- --alsa.conf-- ... ; To set which ALSA device to use, change this parameter input_device=card1 output_device=card1 ... --end-- -- Scott J. Williamson <scott@sjwilliamson.ca> I wouldn't ever write the full sentence myself, but then, I never use goto either. -- Larry Wall in <199709032332.QAA21669@wall.org>
2009 Dec 14
3
Asterisk throws error using the alsa, module
...risk for some reason. > > i've acticated the alsa plugin for asterisk: > > puppy:/etc/asterisk# grep -E 'alsa|oss' modules.conf > load => chan_alsa.so > noload => chan_oss.so > > puppy:/etc/asterisk# grep default alsa.conf > input_device=default > output_device=default Might try setting these to "pulse" rather than "default", perhaps? > i'm running pulseaudio on top of alsa. through setting /etc/asound.conf as > above any calls to alsa should be redirected to pulseaudio (at least that's > what i thought). > Aster...
2009 Dec 08
2
Asterisk throws error using the alsa module
...#39;t get the sound over alsa to work with Asterisk. My current version is 1.4.21.2~dfsg-3 running on debian stable. All settings are the default ones with exception of: /etc/asterisk/modules.conf: load => chan_alsa.so noload => chan_oss.so /etc/asterisk/alsa.conf: input_device=default output_device=default asterisk is started up and doesn't complain about alsa in the logfiles. anyway, if i connect via asterisk -r and type 'dial s' i get: puppy*CLI> core set verbose 20 Verbosity was 0 and is now 20 puppy*CLI> console dial s -- Executing [s at local:1] Wait("ALSA...
2023 Sep 08
2
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
So I have done through chan_console.c and searched for console_pct_lock() - every one - has a matching console_pvt_unlock() How is the deadlock occurring ? jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20230908/dee530c8/attachment.html>
2013 May 07
1
chan_alsa and confbridge
OK, somebody may have a much better way of doing what I'm attempting. If so, I'm open to suggestions. I am trying to configure confbridge to create a "conference" room with an audio stream coming from my sound card. The idea is for a group of people to be able to call in and listen to someone giving a speech but not necessarily interact. I've got confbridge configured and