<div>Hi,</div><div><br></div>How many Public IPs connect to you ? If they are less than 15 or 10 , I suggest you make sip.conf peers for them with host=Publicip and then decide if you want that to be blocked or rerouted to some other direction !<div>
<br></div><div>If that isn&#39;t doable then try extracting/parsing some IP using the SIP_HEADER function. Collect some header on incoming call and extract your required IP field and then do some DB operation etc</div><div>
<br></div><div>Regards,</div><div>Sammy</div><div><br><br><div class="gmail_quote">On Tue, Aug 7, 2012 at 2:40 PM, CB <span dir="ltr">&lt;<a href="mailto:kjcsb@xnet.co.nz" target="_blank">kjcsb@xnet.co.nz</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks.<br>
<br>
exten =&gt; s,n,Set(foo=${CHANNEL(peerip)}) ; Doesn&#39;t return anything<br>
exten =&gt; s,n,Set(foo=${CHANNEL(recvip)}) ; Doesn&#39;t return anything<br>
exten =&gt; s,n,Set(foo=${SIPCHANINFO(peerip)}) ; Returns public IP when<br>
calling from a SIP device<br>
<br>
Strange that CHANNEL doesn&#39;t return anything.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>