Hello, I've compiled pjsip to run on openwrt on my asus wl-500g, but I can't get it to recognize the sound device. /dev/sound/dsp is the working audio device on this system(confirmed with dd, madplay, and cat) but during startup of pjsua I get this text: 00:31:47.864 sip_endpoint.c Module "mod-pjsua" registered 00:31:47.866 sip_endpoint.c Module "mod-invite" registered 00:31:47.880 pa_dev.c PortAudio sound library initialized, status=0 00:31:47.881 pa_dev.c PortAudio host api count=1 00:31:47.882 pa_dev.c Sound device count=0 00:31:47.886 pjlib select() I/O Queue created (0x5bda34) I can specify sound devices by ID, but is there any way to explicitly state that I want to use /dev/sound/dsp for audio?