[OpenSIPS-Users] Nextone - Proxy-Authorization and AuthorizationHeader

Julien Chavanton jc at atlastelecom.com
Mon Sep 7 20:44:10 CEST 2009


We need to deal with the fact that the remote Nextone UA does not reply when Proxy-Authorization or Authorization is present in the body 
In this example, removing the Proxy-Authorization after authentication as been done on Opensips seems to work.
 
 # local and authenticated user ? route the call, else challenge authentication
 if(is_from_local()){
        if (proxy_authorize("", "subscriber")){
                remove_hf("Proxy-Authorization");
                t_relay();
                exit;
        }
        else{
               proxy_challenge("", "1");
               exit;
        }
 }


________________________________

From: users-bounces at lists.opensips.org on behalf of Julien Chavanton
Sent: Mon 07/09/2009 4:06 PM
To: Users at lists.opensips.org
Subject: [OpenSIPS-Users] Nextone - Proxy-Authorization and AuthorizationHeader


Hi, when forwarding call to Nextone SBC if there is 
 
Proxy-Authorization or Authorization header it does not reply to INVITE
 
Can I configure Opensip not to forward the authentication information used with his clients softphones ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20090907/e098413e/attachment.htm 


More information about the Users mailing list