<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'><hr id="zwchr"><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"David C Klaverstyn" &lt;David.Klaverstyn@intergraph.com&gt;<br><b>To: </b>"Asterisk Users Mailing List - Non-Commercial Discussion" &lt;asterisk-users@lists.digium.com&gt;<br><b>Sent: </b>Sunday, February 12, 2012 7:02:15 PM<br><b>Subject: </b>[asterisk-users] No valid transports available,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;falling back to 'udp'.<br><br>



<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>

<div id="DWT1429" class="WordSection1">
<p class="MsoNormal">Hi All,</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I just installed Asterisk 10.1.1 and on sip reload I see the following two errors.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">WARNING[3665]: chan_sip.c:29242 reload_config: No valid transports available, falling back to 'udp'.</p>
<p class="MsoNormal">&nbsp; == Using SIP CoS mark 4</p>
<p class="MsoNormal">WARNING[3665]: chan_sip.c:27839 build_peer: 'tcp' is not a valid transport type when tcpenabled=no. If no other is specified, the defaults from general will be used.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I don’t understand this as I have in sip.conf</p>
<p class="MsoNormal">udpbindaddr=0.0.0.0</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">I’ve also tried</p>
<p class="MsoNormal">udpbindaddr=192.168.13.7</p>
<p class="MsoNormal">and</p>
<p class="MsoNormal">udpbindaddr=192.168.13.7:5060</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">with the same results.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Is there another setting that I am missing.&nbsp; I have not made any changes to the default file settings, well none that I remember.</p><br></div></blockquote>This WARNING message is letting you know that TCP is not available as a transport.&nbsp; So, it is falling back to UDP as the transport.&nbsp; Unless you are trying to use TCP, it is a harmless message.&nbsp; <br><br>The message should probably be changed or only displayed when a particular setting is enabled since, as it is, it is a bit misleading.&nbsp; If you don't care to use TCP and have it disabled in the configuration file, you shouldn't be alerted to the fact that Asterisk is unable to use TCP.<br><br>Feel free to open up an issue as Paul directed in his prior message.<br><br>Regards,<br><br>Michael Young<br>(elguero)<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><div class="WordSection1"></div></blockquote></div></body></html>