if you update to 8020 or newer you can use the acl param in the profile

<param name="candidate-acl" value="dl-candidates"/>

this is an acl list of what ips are acceptable candidates

add this to acl.conf.xml

<list name="dl-candidates" default="allow">
      <node type="deny" cidr="10.0.0.0/8"/>
      <node type="deny" cidr="172.16.0.0/12"/>
      <node type="deny" cidr="192.168.0.0/16"/>
</list>


but then add in an allow entry for your network space

the old way is also still in tact which is a partial string match on your
private address

<param name="lanaddr" value="192.168"/>



On Fri, Apr 4, 2008 at 6:39 AM, Ali Jawad <[EMAIL PROTECTED]> wrote:

>  Hi All
>
>
>
> We do have a jingle client and we do want to use that client to send
> traffic to sip devices, I have read in the FAQ that this is possible, has
> anyone done it ?
>
>
>
> Any advantages/disadvantages ?
>
>
>
> Any special issues I should be aware of ?
>
>
>
> Any good howto's ?
>
>
>
> Thx
>
>
>
>
>
> _______________________________________________
> Freeswitch-users mailing list
> [email protected]
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]>
iax:[EMAIL PROTECTED]/888
googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]>
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to