[Freeswitch-users] Relay Proxy-Authentication requests to the caller
Kristian Kielhofner
kris at kriskinc.com
Thu Apr 14 22:11:59 MSD 2011
These requests have baffled me...
Are you trying to use FreeSWITCH as an outbound proxy (or something)?
This type of low-level SIP mangling is usually more well suited to
OpenSIPS, Kamailio, etc. Even then you'd have some work cut out for
you...
On Thu, Apr 14, 2011 at 1:36 PM, Dave Horton <dave at dchorton.com> wrote:
>
> I had the same question/issue myself, and would be interested to know if
> there is a way. For myself, I had to do two things to get this to work:
> 1. Disable authentication so that FS would not itself generate a challenge.
> In vars.xml I added this:
> <X-PRE-PROCESS cmd="set" data="internal_auth_calls=false"/>
> and in my internal.xml (because calls were coming in on my internal
> profile):
> <param name="accept-blind-auth" value="true"/>
> 2. Then I had to hack mod_sofia to create a new channel variable containing
> the received Proxy-Authorization on the inbound leg, and also let me set it
> on the outbound leg.
> After that it worked, but I would still prefer a solution that didn't
> require changing mod_sofia, if one exists...
>
>>>Hi All!
>
>>>
>
>>>I would like to know if there is a param we could set in sofia profile to
>>> let freeswitch relay Proxy-Authentication requests to the caller instead of
>>> absorbing it.
>
>>>
>
>>>Regards,
>
>>>Hamid
>
>
>
> _______________________________________________
> 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
>
>
--
Kristian Kielhofner
More information about the FreeSWITCH-users
mailing list