<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi, List</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">My SIP provider requires no authorization in incoming calls to my asterisk 11.1.0 box.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I was sure previously that "insecure=invite,port" disabled authorization request during incoming calls to asterisk.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color:
 transparent; font-style: normal;">But today I tried to connect to a provider (which has MERA MVTS) but could not disable auth requests in incoming calls from this provider with this option (insecure=invite,port).</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">I solved the problem allowing guests in the general section of sip.conf but I am sure it is not the best solution (it impose a certain security risk - I used the IPTABLES to protect me).</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new
 roman,new york,times,serif; background-color: transparent; font-style: normal;"> I do not want to allow any unwanted guests to my box.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"> So How can I make this option work for disabling auth requests (I mean "insecure=invite,port") without allowing guests?<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Here is my peer configuration:</div><div style="color: rgb(0, 0,
 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">[73512123555]<br>directmedia=no<br>type=peer<br>host=my_provider_host<br>secret=password<br>username=2123555&nbsp;&nbsp;&nbsp; <br>fromuser=73512123555&nbsp;&nbsp;&nbsp; <br>insecure=port,invite<br>context=default<br>disallow=all<br>allow=alaw<br>allow=ulaw<br>qualify=yes<br>qualifyfreq=60<br>nat=force_rport,comedia<br>deny=0.0.0.0/0.0.0.0<br>permit=my_provider_host/255.255.255.252<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"></div></div></body></html>