<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'>
<DIV><FONT color=#008080 face=Calibri>Hi Paul,</FONT></DIV>
<DIV><FONT color=#008080 face=Calibri></FONT> </DIV>
<DIV><FONT color=#008080 face=Calibri>I am new to FS and trying to setup FS as a "dumb" SBC as per example 2 in the wiki website so that I can convert inband DTMF to RFC 8233 and vice versa. This is the windows version of FS. Is it possible that I can get some assistant from you guys to get it up and running? Please advise how we can proceed.</FONT></DIV>
<DIV><FONT color=#008080 face=Calibri></FONT> </DIV>
<DIV><FONT color=#008080 face=Calibri>Regards,</FONT></DIV>
<DIV><FONT color=#008080 face=Calibri></FONT> </DIV>
<DIV><FONT color=#008080 face=Calibri>Al</FONT></DIV>
<BR> <BR>
<DIV>
<DIV id=SkyDrivePlaceholder></DIV>> Date: Thu, 17 May 2012 20:01:35 +0100<BR>> From: paul@cupis.co.uk<BR>> To: freeswitch-users@lists.freeswitch.org<BR>> Subject: Re: [Freeswitch-users] Help on Explaination of the configurations parrametters<BR>> <BR>> On 17/05/12 02:50, Albert Nguyen wrote:<BR>> > I am new to FS and trying to setup a SBC using the example 2 in the FS<BR>> > wiki website. The link is<BR>> > http://wiki.freeswitch.org/wiki/SBC_FreeSWITCH_Configuration_Example_2.<BR>> ><BR>> > There are parameters in the example that I have to replaces for it to<BR>> > work with my own scenarios. However I have problem understanding the<BR>> > following lines. Is there anyone able to explain what does this mean<BR>> ><BR>> > <condition field="${sip_redirect_contact_0}"<BR>> > expression="(((192.168.)|(172.24.)|(10.10.))\d+\.\d+(:\d+)(;dtg=\w+)?)"><BR>> ><BR>> > The bits I am not sure is )\d+\.\d+(:\d+)(;dtg=\w+)?). What does this do?<BR>> <BR>> This will match certain (IPv4) IP addresses, with ports specified:<BR>> <BR>> 192.168.x.x:y<BR>> 172.24.x.x:y<BR>> 10.10.x.x:y<BR>> <BR>> optionally ending in:<BR>> <BR>> ;dtg=xxxx<BR>> <BR>> In the given example, the rest of the XML is executed conditionally on <BR>> this match. If the sip_redirect_contact_0 matches the expression, then <BR>> the <actions> are executed, otherwise the <anti-action> is executed.<BR>> <BR>> Regards,<BR>> <BR>> _________________________________________________________________________<BR>> Professional FreeSWITCH Consulting Services:<BR>> consulting@freeswitch.org<BR>> http://www.freeswitchsolutions.com<BR>> <BR>> FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>> http://www.cudatel.com<BR>> <BR>> Official FreeSWITCH Sites<BR>> http://www.freeswitch.org<BR>> http://wiki.freeswitch.org<BR>> http://www.cluecon.com<BR>> <BR>> Join Us At ClueCon - Aug 7-9, 2012<BR>> <BR>> FreeSWITCH-users mailing list<BR>> FreeSWITCH-users@lists.freeswitch.org<BR>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>> http://www.freeswitch.org<BR></DIV>                                            </div></body>
</html>