Hi, I recompiled all pjsip and my program. Now, it doesn't abort, but when STUN message is parsed (pjstun_parse_msg) it tells that an unknown message type. Nevertheless I use the same login/pwd and server with Windows and it works. Do you have an idea where is the problem ? 01:01:24.000 pjsua_core.c No SIP worker threads created 01:01:24.000 pjsua_core.c pjsua version 0.8.0-trunk for nds initialized 01:01:24.000 call.c Add UDP transport. 01:01:28.000 stun.c Error: unknown msg type 17257 01:01:28.000 stun_client.c STUN parsing error ignored: Unknown STUN message type (PJLIB_UTIL_ESTUNINMSGTYPE) Samuel Vinson a ?crit : > Hi, > > How can I test stun functionalities to localize my problem ? I saw > pjstun-client and pjstun-srv-test but both use threads. > > Samuel > > Samuel Vinson a ?crit : > >> Hi, >> >> On Nintendo DS I tried to use following options : >> - use-ice >> - stun-srv >> But they didn't work. So I began with stun-srv. >> >> When I run my software (SvSIP), it quits on error. So there isn't log >> file, and without debugger I can't solve the problem. >> I deactivate exception handler, and when I run software, it never calls >> "pj_stun_detect_nat_type" >> (I see that because I run the same code on windows) >> >> Do you have an idea ? I suspect a buffer overflow >> >> Best regards >> >> Samuel >> >> _______________________________________________ >> 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 >> >> >> >> > > > > _______________________________________________ > 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 > > >