Hello,
I have seen stun related code in sip-router core. Is there stun server, client or both implementations? Any special purpose for it?
Cheers, Daniel
Daniel-Constantin Mierla wrote:
I have seen stun related code in sip-router core. Is there stun server, client or both implementations? Any special purpose for it?
You will at the very least need it for keep-alive in SIP outbound.
Regards, Martin
El Viernes, 20 de Marzo de 2009, Daniel-Constantin Mierla escribió:
Hello,
I have seen stun related code in sip-router core. Is there stun server, client or both implementations? Any special purpose for it?
draft-outbound requires a STUN server running in the same port of the SIP registrar (or outbound proxy). It's the only way to make STUN working behind a symmetric NAT router (of course, just for signalling, RTP will not work).
On Fri, Mar 20, 2009 at 2:13 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
El Viernes, 20 de Marzo de 2009, Daniel-Constantin Mierla escribió:
Hello,
I have seen stun related code in sip-router core. Is there stun server, client or both implementations? Any special purpose for it?
draft-outbound requires a STUN server running in the same port of the SIP registrar (or outbound proxy). It's the only way to make STUN working behind a symmetric NAT router (of course, just for signalling, RTP will not work).
For the sake of completeness: http://tools.ietf.org/html/draft-ietf-sip-outbound
Cheers,