[Freeswitch-users] X-Auth-IP Variable?
Bote Man
bote_radio at botecomm.com
Thu Feb 4 20:45:17 MSK 2016
I also recommend using the FreeSWITCH “log” application to display what FS thinks those variables contain.
---
Bote
FreeSWITCH Docs Janitor
<http://freeswitch.org/confluence> http://freeswitch.org/confluence
From: Tim King
Sent: Thursday, 04 February, 2016 12:13
Subject: Re: [Freeswitch-users] X-Auth-IP Variable?
Thank you for the reply. I tried this for matching to the ACL but it is failing.
<condition field="${acl(${variable_sip_h_X-Auth-IP} opensips)}" expression="true" break="on-false"/>
On Thu, Feb 4, 2016 at 11:44 AM, Andrew Cassidy <andrew at cassidywebservices.co.uk> wrote:
${variable_sip_h_X-Auth-IP}
On 4 February 2016 at 16:19, Tim King <tim.compnetwork at gmail.com> wrote:
I am using proxy authentication in my setup and it is working. To do this I have created an acl
autoload_configs/acl.conf.xml
<list name="opensips" default="deny">
<node type="allow" cidr="1.2.3.4/32"/>
<node type="allow" cidr="1.2.3.5/32"/>
<node type="allow" cidr="1.2.3.6/32"/>
</list>
sip_profiles/external.xml
<param name="auth-calls" value="true"/>
<param name="apply-proxy-acl" value="1.2.3.2/32"/>
<param name="apply-inbound-acl" value="opensips"/>
This is all working as desired. The problem is prior to adding the opensips I was using the network_addr variable in my dialplan.
<extension name="tollfree_to_providerA">
<condition field="${acl(${network_addr} opensips)}" expression="true" break="on-false"/>
<condition field="destination_number" expression="^(\+?1)?(8(00|44|55|66|77|88)[2-9]\d{6})$">
<action application = "set" data="dtmf_type=rfc2833"/>
<action application="set" data="accountcode=customer1123"/>
<action application="set" data="continue_on_fail=false"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="proxy_media=true"/>
<action application="bridge" data="sofia/external/$2 at 8.7.6.5:5060"/>
</condition>
</extension>
This of course no longer works because network_addr is always the address of my proxy server. How can I get the address from the X-authip into the dialplan?
--
Andrew Cassidy BSc (Hons) MBCS SSCA
Managing Director
<http://www.cassidywebservices.co.uk/static/emailsig.png>
<mailto:info at cassidywebservices.co.uk> T 03300 100 960 <mailto:info at cassidywebservices.co.uk> F 03300 100 961
<mailto:info at cassidywebservices.co.uk> E andrew at cassidywebservices.co.uk
<mailto:info at cassidywebservices.co.uk> W www.cassidywebservices.co.uk
_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting at freeswitch.org
http://www.freeswitchsolutions.com
Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com
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/20160204/3b80a9ce/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list