[Freeswitch-users] Account ACL
FERNANDO VILLARROEL
fvillarroel at yahoo.com
Sun Apr 10 20:10:20 MSD 2011
Dear Pablo.
Yes i can use condition but accountcode variable is assigned to only outbound gateway, but i need setup accoundcode for inbound gateway too. I not know how i can do this it's.
<action application="set" data="accountcode=gateway1"/>
Regards.
--- On Fri, 4/8/11, Pablo Hernan Saro <pablosaro at gmail.com> wrote:
From: Pablo Hernan Saro <pablosaro at gmail.com>
Subject: Re: [Freeswitch-users] Account ACL
To: "FreeSWITCH Users Help" <freeswitch-users at lists.freeswitch.org>
Cc: "FERNANDO VILLARROEL" <fvillarroel at yahoo.com>
Date: Friday, April 8, 2011, 7:07 PM
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.
Mathieu ReneAvant-Garde Solutions IncOffice: + 1 (514) 664-1044 x100Cell: +1 (514) 664-1044 x200mrene at 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://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://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/20110410/1182a7a2/attachment.html
More information about the FreeSWITCH-users
mailing list