<div>&nbsp;What they're asking you to do is quite insecure to be doing over public IP. At the very least, you should confirm that there is a static IP that these calls will be coming from and only accept calls from that IP, but that's still not quite as secure as digest authentication that would be available via registration. 
</div>
<div>&nbsp;</div>
<div>&nbsp;If you know what IP the calls are coming from, you simply insert a host=XX.XX.XX.XX instead of host=dynamic in your sip.conf for that peer and calls should then come in as they did before without them having to register. If they are pre-pending digits on to the front of what you're interpreting as the dialed number/extension, you may choose to lop them off in 
extensions.conf, but aside from that this is fairly straight forward.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 9/14/05, <b class="gmail_sendername">C. Savinovich</b> &lt;<a href="mailto:c.savinovich@earthlink.net">c.savinovich@earthlink.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>&nbsp;&nbsp;Hello everyone, I am pulling my hair here because a carrier threw me curve early today.<br><br>&nbsp;&nbsp;They want to send calls to my asterisk server using SIP.&nbsp;&nbsp;Then they said that their gateways don't have to register with my server, that all they have to do is send a prefix for validation.&nbsp;&nbsp;Whereas I can think of several ways to authenticate their incoming number string, I am only used to the orthodox SIP way which is: client registers to my proxy.&nbsp;&nbsp; Guess what, I can't find any samples on this!!, Can anyone please help?, I will probably need a sample 
sip.conf.&nbsp;&nbsp; and then, to make a test call, I can use another asterisk box and try asterisk to asterisk sip calls (without register) via the cli prompt.&nbsp;&nbsp; But I have no idea.... and I am intrigued.<br><br>&nbsp;&nbsp;Thanks<br>&nbsp;&nbsp;CS<br>
<br><br>_______________________________________________<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">
Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>