|
About |
About -> News -> Stun ServerBuilt-in STUN server for OpenSIPSThanks to Razvan Pistolea, there is a new STUN server(rfc 3489) module integrated in OpenSIPS. Why an integrated STUN server module?
Notes:
Example:
Opensips listening for signaling traffic:
89.89.89.12:5060
for stun module we configure :
primary_ip = 89.89.89.12; primary_port = 5060 - overlapping with signaling socket
primary_ip = 89.89.89.12; alternate_port = 3478 - dedicated stun socket
alternate_ip = 34.34.34.12; primary_port = 5060 - dedicated stun socket
alternate_ip = 34.34.34.12; alternate_port = 3478 - dedicated stun socket
Documentation can be found here: http://www.opensips.org/html/docs/modules/devel/stun.html |
Page last modified on September 21, 2009, at 10:49 AM
