<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br>Hi Paul,<br><br>Thanks very much for your help on this. Now I know what to replace with this parrametter.<br><br>Kind regards,<br><br>Al<br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Thu, 17 May 2012 20:01:35 +0100<br>&gt; From: paul@cupis.co.uk<br>&gt; To: freeswitch-users@lists.freeswitch.org<br>&gt; Subject: Re: [Freeswitch-users] Help on Explaination of the configurations parrametters<br>&gt; <br>&gt; On 17/05/12 02:50, Albert Nguyen wrote:<br>&gt; &gt; I am new to FS and trying to setup a SBC using the example 2 in the FS<br>&gt; &gt; wiki website. The link is<br>&gt; &gt; http://wiki.freeswitch.org/wiki/SBC_FreeSWITCH_Configuration_Example_2.<br>&gt; &gt;<br>&gt; &gt; There are parameters in the example that I have to replaces for it to<br>&gt; &gt; work with my own scenarios. However I have problem understanding the<br>&gt; &gt; following lines. Is there anyone able to explain what does this mean<br>&gt; &gt;<br>&gt; &gt; &lt;condition field="${sip_redirect_contact_0}"<br>&gt; &gt; expression="(((192.168.)|(172.24.)|(10.10.))\d+\.\d+(:\d+)(;dtg=\w+)?)"&gt;<br>&gt; &gt;<br>&gt; &gt; The bits I am not sure is )\d+\.\d+(:\d+)(;dtg=\w+)?). What does this do?<br>&gt; <br>&gt; This will match certain (IPv4) IP addresses, with ports specified:<br>&gt; <br>&gt; 192.168.x.x:y<br>&gt; 172.24.x.x:y<br>&gt; 10.10.x.x:y<br>&gt; <br>&gt; optionally ending in:<br>&gt; <br>&gt; ;dtg=xxxx<br>&gt; <br>&gt; In the given example, the rest of the XML is executed conditionally on <br>&gt; this match. If the sip_redirect_contact_0 matches the expression, then <br>&gt; the &lt;actions&gt; are executed, otherwise the &lt;anti-action&gt; is executed.<br>&gt; <br>&gt; Regards,<br>&gt; <br>&gt; _________________________________________________________________________<br>&gt; Professional FreeSWITCH Consulting Services:<br>&gt; consulting@freeswitch.org<br>&gt; http://www.freeswitchsolutions.com<br>&gt; <br>&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>&gt; http://www.cudatel.com<br>&gt; <br>&gt; Official FreeSWITCH Sites<br>&gt; http://www.freeswitch.org<br>&gt; http://wiki.freeswitch.org<br>&gt; http://www.cluecon.com<br>&gt; <br>&gt; Join Us At ClueCon - Aug 7-9, 2012<br>&gt; <br>&gt; FreeSWITCH-users mailing list<br>&gt; FreeSWITCH-users@lists.freeswitch.org<br>&gt; http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>&gt; UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>&gt; http://www.freeswitch.org<br></div>                                               </div></body>
</html>