<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Check if the cseq was incremented by
      one in the second try.<br>
      Use ngrep.<br>
      <br>
      <br>
      <br>
      Il 24/08/2014 22.24, Satish Patel ha scritto:<br>
    </div>
    <blockquote
cite="mid:CAPgF-fqv3p2TcPmYDz-QJ=1K1iNunO_f5Hf07DpRUwzpynsB_A@mail.gmail.com"
      type="cite">
      <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..&nbsp; 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.&nbsp; <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&nbsp;
        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>
              &nbsp;</div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>