[SIP Beyond VoIP] native alsa backend for pjsip

Juha Heinanen jh at tutpro.com
Mon Nov 5 16:18:50 CET 2012


looks like pjsip already supports native alsa backend.  there is this
three year old thread about it:

https://trac.pjsip.org/repos/ticket/1016

these defines should disable portaudio and enable native alsa:

#define PJMEDIA_AUDIO_DEV_HAS_ALSA		1
#undef PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO
#define PJMEDIA_AUDIO_DEV_HAS_PORTAUDIO		0

would those suffice also in case of python-sipsimple?

-- juha


More information about the SIPBeyondVoIP mailing list