On Mon, May 26, 2008 at 11:32 AM, girish_kumar <girish_kumar at infosys.com> wrote: > Hi, > > > > I am observing a STUN related issue with PJSIP for last few days. Many > times, the PJSIP stack does not get initialized as it does get a response > from configured STUN server. I am using PJSIP through the wrapper written > for Sipekphone project. > > > > On checking the logs, I found that it is destroying itself after throwing > following error:- > > > > Error contacting STUN server: Received no response from STUN server > (PJLIB_UTIL_ESTUNNOTRESPOND) [status=320010] > > > > Lately, there has been slightly more network activity in my setup which may > be resulting in more delay & packet loss on WiFi router. Can it result in > failure of this NAT check? > Yeah it can. But this error doesn't come from the NAT detection routine. > > > Log file indicates that timeout occurred within 5 seconds of transmit of > first Stun request message. Is there any setting which can increase this > timeout value so that NAT check can work in more congested and lossy > network? > That particular error comes was triggered by simple STUN client in pjlib-util. Unfortunately the retransmission count and interval settings are hard-coded in pjlib-util/stun_simple_client.c so you need to modify these there. For other STUN related settings please see pjnath/config.h Cheers Benny > > > Please help. I am attaching the Log file also for your reference. > > > > Regards > > Girish > > > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely > for the use of the addressee(s). If you are not the intended recipient, > please > notify the sender by e-mail and delete the original message. Further, you > are not > to copy, disclose, or distribute this e-mail or its contents to any other > person and > any such actions are unlawful. This e-mail may contain viruses. Infosys has > taken > every reasonable precaution to minimize this risk, but is not liable for any > damage > you may sustain as a result of any virus in this e-mail. You should carry > out your > own virus checks before opening the e-mail or attachment. Infosys reserves > the > right to monitor and review the content of all messages sent to or from this > e-mail > address. Messages sent to or from this e-mail address may be stored on the > Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** > > _______________________________________________ > 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 > >