<div dir="ltr">Just followup email, I have use avp variable to set username/password/realm and it works! <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 24, 2014 at 4:24 PM, Satish Patel <span dir="ltr"><<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><br></div>Hi,<br><br></div>my Opensips (UAC) registered to PSTN gateway and now i am trying to call using my SIPphone which is register to opensip but no success. I am getting 407 Proxy authentication issue.. I am using following method but it didn't work. I need solution badly.. <br>
<br></div>PSTN gateway sending 407 Proxy auth and then my Opensip sending 407 proxy auth to SIP phone. <br><br></div>Does anyone has any working example or some kind of document? I haven;t see any single doc anywhere in Internet about uac_auth issue<br>
<div><div><div><br><br><br><pre>modparam("uac","credential","username:domain:password")
route {
....
         t_on_failure("2");
         t_relay( "udp:ip_addr:5060" );
...
}
failure_route[2] {
uac_auth();
t_relay("udp:ip_addr:5060");
}
</pre> </div></div></div></div>
</blockquote></div><br></div>