the dev_id should point to the alsa device (the numbering is made in the order linphone detects sound devices, first oss /dev/dsp, then alsa devices. The alsadev is a hack that applies to alsa detected cards only. So normally if your linphone already uses the alsa device, thus adding alsadev=<some obscure alsa subdevice string id, maybe "plug:dmix"> should make it use your dmix plugin. If alsadev is unspecified, linphone opens 'plughw:<card index>,0' . However as you see I'm not a specialist of alsa configuration. Try to see alsa documentation.
Simon Le Mercredi 19 Octobre 2005 11:04, Erich Schubert a écrit : > Hi, > > > Within the config file you can add > > alsadev=<what you want> > > within the [sound] section. > > I only have > [sound] > dev_id=1 > playback_dev_id=1 > capture_dev_id=1 > > what is the dev_id for dmix? > I don't think dmix supports recording. maybe I could set it up that way, > though. > > best regards, > Erich Schubert

