[Freeswitch-users] Jingle To Sip Traffic

Anthony Minessale anthony.minessale at gmail.com
Fri Apr 4 08:23:15 PDT 2008


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 <ali.jawad at splendor.net> 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
> Freeswitch-users at lists.freeswitch.org
> 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:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080404/7c5845aa/attachment-0002.html 


More information about the FreeSWITCH-users mailing list