<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 09/13/2013 09:29 AM, Olle E.
      Johansson wrote:<br>
    </div>
    <blockquote
      cite="mid:3550B9D9-D676-48AF-926F-D151BD7A9699@edvina.net"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <br>
      <div>
        <div>13 sep 2013 kl. 16:24 skrev SVN commits to the Digium
          repositories &lt;<a moz-do-not-send="true"
            href="mailto:svn-commits@lists.digium.com">svn-commits@lists.digium.com</a>&gt;:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite"><span style="font-family: monospace;
            font-size: medium; font-style: normal; font-variant: normal;
            font-weight: normal; letter-spacing: normal; line-height:
            normal; orphans: 2; text-align: -webkit-auto; text-indent:
            0px; text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; display: inline !important;
            float: none; ">With this change, if no realm is specified in
            an outbound auth</span><br style="font-family: monospace;
            font-size: medium; font-style: normal; font-variant: normal;
            font-weight: normal; letter-spacing: normal; line-height:
            normal; orphans: 2; text-align: -webkit-auto; text-indent:
            0px; text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; ">
          <span style="font-family: monospace; font-size: medium;
            font-style: normal; font-variant: normal; font-weight:
            normal; letter-spacing: normal; line-height: normal;
            orphans: 2; text-align: -webkit-auto; text-indent: 0px;
            text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; display: inline !important;
            float: none; ">section, then we will simply match the realm
            that was present</span><br style="font-family: monospace;
            font-size: medium; font-style: normal; font-variant: normal;
            font-weight: normal; letter-spacing: normal; line-height:
            normal; orphans: 2; text-align: -webkit-auto; text-indent:
            0px; text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; ">
          <span style="font-family: monospace; font-size: medium;
            font-style: normal; font-variant: normal; font-weight:
            normal; letter-spacing: normal; line-height: normal;
            orphans: 2; text-align: -webkit-auto; text-indent: 0px;
            text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; display: inline !important;
            float: none; ">in the 401/407 challenge.</span></blockquote>
      </div>
      Hmm.
      <div>You ALWAYS use the realm in the challenge. When do you not do
        that?</div>
      <div><br>
      </div>
      <div>Sorry if I misunderstand.</div>
      <div>/O</div>
      <br>
    </blockquote>
    No problem. The commit message may have been a bit unclear. It's not
    that we would use a different realm in our SIP request. The problem
    was that if we had an authentication section with no realm
    specified,&nbsp; it would default to the value "asterisk". If the 401/407
    had realm=bacon, then we would end the call since we would say we
    had no authentication credentials for the realm in the auth
    challenge. With this change, if no realm is specified in an
    authentication section, we treat the section as a "match any
    incoming realm".<br>
    <br>
    Mark Michelson<br>
  </body>
</html>