[SIP Beyond VoIP] alsa sound device problem with sipclients

Dan Pascu dan at ag-projects.com
Wed Aug 28 11:05:06 CEST 2013


Your .asoundrc file can disable/hide certain devices. It is possible you have some settings in yours that do so. As for not seeing the devices you defined in your .asoundrc, you need to make them visible by adding a hint. Here is an example of a virtual device defined in .asoundrc that is visible in sipsimple. The relevant setting is the 'show on' line inside the hint section. Try adding that hint to the devices you want to see in sipsimple:

pcm.loopback {
  type asym
  playback.pcm "hw:Loopback,0,2"
  capture.pcm "hw:Loopback,1,2"
  hint {
    show on
    description "Loopback device"
  }
}

On 23 Aug 2013, at 10:38, Juha Heinanen wrote:

> if i don't have ~/.asoundrc file, sip-session starts like this:
> 
> $ sip-session 
> using set_wakeup_fd
> Using account jh at test.tutpro.com
> Available audio input devices: None, system_default, HDA ATI SB, STAC92xx Analog
> Available audio output devices: None, system_default, HD-Audio Generic, HDMI 0 HDMI Audio Output, HDA ATI SB, STAC92xx Analog
> Using audio input device: None
> Using audio output device: None
> Using audio alert device: HD-Audio Generic, HDMI 0 HDMI Audio Output (system default device)
> 
> if i have it, sip-session starts like this:
> 
> $ sip-session 
> using set_wakeup_fd
> Using account jh at test.tutpro.com
> Available audio input devices: None, system_default
> Available audio output devices: None, system_default, HD-Audio Generic, HDMI 0 HDMI Audio Output
> Using audio input device: None
> Using audio output device: None
> Using audio alert device: HD-Audio Generic, HDMI 0 HDMI Audio Output (system default device)
> 
> the difference is that HDA ATI SB, STAC92xx Analog device is not listed
> anymore and none of the virtual sound devices that i have defined in
> .asoundrc (and that work with other alsa clients) show up in the
> list.
> 
> any ideas why HDA ATI SB, STAC92xx Analog disappears from the list and
> why virtual audio devices defined in .asoundrc are not recognized?
> 
> -- juha
> _______________________________________________
> SIPBeyondVoIP mailing list
> SIPBeyondVoIP at lists.ag-projects.com
> http://lists.ag-projects.com/mailman/listinfo/sipbeyondvoip
> 


--
Dan






More information about the SIPBeyondVoIP mailing list