<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello,<br>
    <br>
    <div class="moz-cite-prefix">On 4/18/13 11:17 AM, Moacir Ferreira
      wrote:<br>
    </div>
    <blockquote cite="mid:COL125-W10C583E4108EBE95E78FD0C8CF0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Hi community,<br>
        &nbsp;<br>
        I will start testing the UAC module. Does anyone have a&nbsp;simple
        UAC configuration that could share with me?<br>
        &nbsp;<br>
        Also, for small (less than 500 users) deployments, would you
        recommend Kamilio UAC as the solution for giving PSTN access via
        VoIP providers or would you recommend Asterisk, SEMS, etc.? My
        intention is to host the solution&nbsp;on a single server.<br>
      </div>
    </blockquote>
    Do you look at doing user authentication of calls to foreign domains
    using UAC module? If yes, be sure the gateway can deal with the CSeq
    issue as pointed in the README of the module.<br>
    <br>
    You practically have to create a failure_route to catch the 407,
    something like:<br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <pre>if(t_check_status("407")) {
   # set here the AVPs with credentials...
&nbsp;  uac_auth();
   append_branch();
   t_relay();
}</pre>
    Cheers,<br>
    Daniel<br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>