Hi, Not sure if this would be a good or bad news for you, but I've been doing major modification to pjnath in my local copy here which I will check in very soon. The major new feature is support for TURN-07 in ICE, but along the way almost everything has been refactored and the ICE stream transport (ice_strans) API has changed substantially. So I propose we revisit this issue again once the new code is available and you've updated your code with the new API. How does that sound? Cheers Benny On Thu, Jun 5, 2008 at 10:28 AM, ??? <chngmn at gmail.com> wrote: > Hi all~ > > i've a question for using pjnath module. > i've been doing development my own NAT-punch-through library using pjnath. > In testing, everything is OK except only occuring assertion at line 789 in > ice_session.c during ICE connectivity check . > Although all connection checking across peers is succeeded, the assertion is > happening irregularly. > > this code is the assertion in ice_session.c. > pj_assert(check->state < PJ_ICE_SESS_CHECK_STATE_SUCCEEDED); > > what is the assertion meaning? > is the assertion necessary? > > if anyone know about this, help me please... > Sorry about my poor english > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >