<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I am looking at the pjsip.conf file shipped with asterisk, and trying to understand it.  For example, there are 3 transport-X sections as noted below.  Does this mean I could uncomment all 3?  Must I uncomment 1?  Is the -X portion of [transport-X] arbitrary?
  <br>
</p>
<p><br>
</p>
<div><br>
</div>
<div>; Basic UDP transport</div>
<div>;</div>
<div>;[transport-udp]</div>
<div>;type=transport<br>
</div>
<div>;protocol=udp    ;udp,tcp,tls,ws,wss</div>
<div>;bind=0.0.0.0</div>
<div><br>
</div>
<div>; UDP transport behind NAT</div>
<div>;</div>
<div>;[transport-udp-nat]</div>
<div>;type=transport</div>
<div>;protocol=udp</div>
<div>;bind=0.0.0.0</div>
<div>;localnet=192.0.2.0/24</div>
<div>;external_media_address=203.0.113.1</div>
<div>;external_signaling_address=203.0.113.1</div>
<div><br>
</div>
<div>; Basic IPv6 UDP transport</div>
<div>;</div>
<div>;[transport-udp-ipv6]</div>
<div>;type=transport</div>
<div>;protocol=udp</div>
<div>;bind=::</div>
<div><br>
<br>
</div>
<p><br>
</p>
</body>
</html>