[Freeswitch-users] SIP Profile

Steven Ayre steveayre at gmail.com
Wed Jun 29 12:47:01 MSD 2011


There are also a few other ways to handle this before the dialplan:

1) ACL on the profile that restricts dialing in to 192.168.4.10
2) User account with cidr="192.168.4.10" and <variable name="user_context"
value="sharad"/>

First would prevent anyone calling in except from your IP.
Second would automatically authenticate anything from that IP as your user
and handle it in the shared context, anyone else would be calling in
unauthenticated into the default context.

-Steve



On 29 June 2011 08:47, sharad <sharad at coraltele.com> wrote:

> **
>
> Hi,
>
> I want my FS to entertain only those calls which are coming from a specific
> IP address .
>
> For this, I have defined a profile in vars.xml as
>
>         <X-PRE-PROCESS cmd="set" data="profile_00=192.168.4.10"/>.
>
>         & another line in public.xml as
>
>         <extension name="transfer_to_context_01">
>
>         <condition field="${sip_from_host}" expression="$${profile_00}">
>
>         <action application="transfer" data="${destination_number} XML
> sharad"/>
>
>         </condition>
>
>         </extension>
>
> As per my understanding, if call is coming from 192.168.4.10, that call
> should be processed as per the context `sharad'.....correct ?
>
> Yes, it works like this. Upto here all is ok.
>
> But if the call is coming from 192.168.100 - 192.168.4.109, these calls
> also are processed as per context `sharad'.
>
> Means entire IP is not matched by condition field.
>
> Is there any solution for this.
>
> Requesting all of you to help me in this regard.
>
> Regards
>
> Sharad
>
> _______________________________________________
> Join us at ClueCon 2011, Aug 9-11, Chicago
> http://www.cluecon.com 877-7-4ACLUE
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110629/deb9ddc5/attachment.html 


More information about the FreeSWITCH-users mailing list