[Freeswitch-users] X-Auth-IP Variable?

Andrew Cassidy andrew at cassidywebservices.co.uk
Thu Feb 4 19:44:43 MSK 2016


${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?
>
> _________________________________________________________________________
> 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
>



-- 
*Andrew Cassidy BSc (Hons) MBCS SSCA*
Managing Director


*T <info at cassidywebservices.co.uk> *03300 100 960  *F
<info at cassidywebservices.co.uk> *03300 100 961
*E <info at cassidywebservices.co.uk> *andrew at cassidywebservices.co.uk
*W <info at cassidywebservices.co.uk> *www.cassidywebservices.co.uk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160204/83898a7e/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list