[SIP Beyond VoIP] New SIP SIMPLE Client SDK based on PJSIP 2.x
Juha Heinanen
jh at tutpro.com
Sun Jul 14 11:00:00 CEST 2013
Juha Heinanen writes:
> but i have defined additional (virtual) alsa devices in my .asoundrc,
> for example:
>
> pcm.asymed {
> type asym
> playback.pcm "dmix"
> capture.pcm "dsnoop"
> }
i got alsa sound working with sip-session by making one more .asound
device definition:
pcm.pasymed {
type plug
slave.pcm "asymed"
}
and then defining
audio:
alert_device = pasymed
input_device = pasymed
output_device = pasymed
looks like pjsip needs a bare alsa device name pasymed, not plug:asymed.
this is ok with me.
-- juha
More information about the SIPBeyondVoIP
mailing list