[Freeswitch-users] Account ACL

Pablo Hernan Saro pablosaro at gmail.com
Sat Apr 9 02:07:54 MSD 2011


Probably it's not the best for you, but the first solution that comes to my
mind is setting the accountcode at dialplan. If you are working in a high
performance scenario with lot of gateways, then probably you have an
objection. Anyway, it would be something like this:

<extensio name="Setting account code for gateways">
  <condition field="network_addr" expression="^192\.168\.1\.1$"
break="on-true">
    <action application="set" data="accountcode=gateway1"/>
  </condition>
  <condition field="network_addr" expression="^192\.168\.1\.2$"
break="on-true">
    <action application="set" data="accountcode=gateway2"/>
  </condition>
</extension>

On Fri, Apr 8, 2011 at 6:05 PM, FERNANDO VILLARROEL
<fvillarroel at yahoo.com>wrote:

> Dear Mathieu.
>
> My user are not in ditrectory.
>
> My users are gateways authenticated with ACL.
>
> How i can use some variable for identifi like accountcode for inbound
> traffic from this gateways???
>
> Regards
>
> --- On *Fri, 4/8/11, Mathieu Rene <mrene_lists at avgs.ca>* wrote:
>
>
> From: Mathieu Rene <mrene_lists at avgs.ca>
> Subject: Re: [Freeswitch-users] Account ACL
> To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
> Date: Friday, April 8, 2011, 4:00 PM
>
>
> http://wiki.freeswitch.org/wiki/ACL#Users
>
> You can set variables directly in the user's directory entry.
> <http://wiki.freeswitch.org/wiki/ACL#Users>
> Mathieu Rene
> Avant-Garde Solutions Inc
> Office: + 1 (514) 664-1044 x100
> Cell: +1 (514) 664-1044 x200
> mrene at avgs.ca <http://mc/compose?to=mrene@avgs.ca>
>
>
>
>
> On 2011-04-08, at 2:57 PM, FERNANDO VILLARROEL wrote:
>
> Hi Community.
>
> How i can identifi inbound traffic authorizated on ACL with some variable
> like Accountcode.
>
> For aoutbound traffic i use:
>
> <action application="set" data="accountcode=foo"/>
>
> My problem is for inbound traffic how i can identify accounts?
>
> Regards.
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> -----Inline Attachment Follows-----
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org<http://mc/compose?to=FreeSWITCH-users@lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
> _______________________________________________
> 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/20110408/9e87bfac/attachment-0001.html 


More information about the FreeSWITCH-users mailing list