On Wed, Aug 26, 2009 at 9:16 AM, Klaus Darilion<klaus.mailinglists at pernau.at> wrote: > > Hi Benny! > > pjsua_init blocks completely for 10 seconds if the STUN server does not > respond - shouldn't that be non-blocking in case of > ?stun_ignore_failure=TRUE > Many components require the status of the STUN server before they can proceed, so the blocking is needed. Though, that gives me an idea, it'll be better if we check for the STUN servers availability in parallel instead of serial like now, so as soon as one is available we can use it immediately. Cheers Benny