<div dir="ltr">This question was asked by Chirag on March 4 2015 earlier, but I am following exactly the same procedure here and I cannot even get my clients to register on Asterisk.<div><br></div><div>Here's my PJSIP.conf:</div><div><div><br></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">[transport-tcp]</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">type=transport</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">protocol=tcp</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">bind=<a href="http://0.0.0.0:5061">0.0.0.0:5061</a></font></div></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">...</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000"><br></font></div><div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">[endpoint_internal](!)</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">type=endpoint</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">context=from-internal</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">disallow=all</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">allow=!all,ulaw</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">direct_media=no</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">rtp_symmetric=yes</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">message_context=text-context</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000"><br></font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">[auth_userpass](!)</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">type=auth</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">auth_type=userpass</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000"><br></font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">[aor_dynamic](!)</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">type=aor</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">max_contacts=1</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">remove_existing=yes</font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000"><br></font></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">;;; Configuration for user 99999999</font></div></div><div><font face="monospace, monospace" size="1" style="background-color:rgb(255,255,255)" color="#ff0000">...</font></div><div><br></div><div>I used basically exactly the same procedure for UDP based registration and it works just fine.</div><div><br></div><div>Any help is appreciated. The specific error I see on the CLI is:</div><div><br></div><div><div><font color="#ff0000" face="monospace, monospace" size="1">Connected to Asterisk 13.6.0 currently running on ... (pid = 30046)</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">*CLI> pjsip set logger on</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">PJSIP Logging enabled</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:12] WARNING[30075]: pjsip:0 <?>: <span class="" style="white-space:pre">     </span>tsx0x7f14b0003 .Temporary failure in sending Request msg OPTIONS/cseq=52002 (tdta0x7f14b0001470), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT)</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:12] WARNING[30075]: pjsip:0 <?>: <span class="" style="white-space:pre">     </span>tsx0x7f14b0003 .Temporary failure in sending Request msg OPTIONS/cseq=52002 (tdta0x7f14b0001470), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT)</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:12] WARNING[30075]: pjsip:0 <?>: <span class="" style="white-space:pre">     </span>tsx0x7f14b0003 .Temporary failure in sending Request msg OPTIONS/cseq=52002 (tdta0x7f14b0001470), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT)</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:12] WARNING[30075]: pjsip:0 <?>: <span class="" style="white-space:pre">     </span>tsx0x7f14b0003 .Failed to send Request msg OPTIONS/cseq=52002 (tdta0x7f14b0001470)! err=171060 (Unsupported transport (PJSIP_EUNSUPTRANSPORT))</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">*CLI> core set debug 99</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">Core debug was OFF and is now 99.</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:27] WARNING[30133]: pjsip:0 <?>: <span class="" style="white-space:pre">   </span>tsx0x7f14b4003 .Temporary failure in sending Request msg OPTIONS/cseq=49786 (tdta0x7f14b40014f0), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT)</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:27] WARNING[30133]: pjsip:0 <?>: <span class="" style="white-space:pre">     </span>tsx0x7f14b4003 .Temporary failure in sending Request msg OPTIONS/cseq=49786 (tdta0x7f14b40014f0), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT)</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:27] WARNING[30133]: pjsip:0 <?>: <span class="" style="white-space:pre">     </span>tsx0x7f14b4003 .Temporary failure in sending Request msg OPTIONS/cseq=49786 (tdta0x7f14b40014f0), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT)</font></div><div><font color="#ff0000" face="monospace, monospace" size="1">[Feb 15 18:28:27] WARNING[30133]: pjsip:0 <?>: <span class="" style="white-space:pre">     </span>tsx0x7f14b4003 .Failed to send Request msg OPTIONS/cseq=49786 (tdta0x7f14b40014f0)! err=171060 (Unsupported transport (PJSIP_EUNSUPTRANSPORT))</font></div></div><div><br></div></div>