<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    SPCE is not rejecting, just asking authentication.<br>
    If you want to change the behavior you should hack the following
    part in
/etc/ngcp-config/templates/etc/kamailio/proxy/impresence.cfg.customtt.tt2<br>
    <br>
            # MESSAGE that did not associated with dialog, need AUTH<br>
            # SUBSCRIBE/NOTIFY/PUBLISH need AUTH<br>
            # unless it's a PUBLISH from PUA or SUBSCRIBE from sems
    reginfo-client / PUBLISH from sems-pbx<br>
            if(! (([% FOREACH ip IN sip_int_ips -%]$si == "[% ip %]"[%
    IF sip_int_ips.last != ip -%] || [% END -%][% END -%]) &&<br>
                 ($sp == "[% kamailio.proxy.port %]" || $sp == "[%
    sems.bindport %]" || $sp == "[% pbx.bindport %]")) )<br>
            {<br>
                    route(ROUTE_AUTH);<br>
            }<br>
    <br>
    cause by default MESSAGE that did not associated with dialog needs
    AUTH.<br>
    You can skip Auth the part by adding  ' || $si="1.2.3.4" ' at the
    end.<br>
    <br>
    <br>
    Daniel<br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    On 09/22/2014 12:37 PM, Marc Storck wrote:<br>
    <blockquote type="cite">Good afternoon,<br>
      <br>
      In have created a SIP Peer with IP "1.2.3.4". This SIP peer now
      tries to send a SIP MESSAGE to a user on my system, but the SPCE
      (mr3.4.1) rejects the SIP MESSAGE with SIP 407 Proxy
      Authentication Required.<br>
      <br>
        0.000000 1.2.3.4 -> 9.8.7.6 SIP 447 Request: MESSAGE
      <a class="moz-txt-link-abbreviated" href="mailto:sip:username@hostname.domain.example">sip:username@hostname.domain.example</a> (text/plain)<br>
        0.001722 9.8.7.6 -> 1.2.3.4 SIP 373 Status: 100 Trying<br>
        0.002022 9.8.7.6 -> 1.2.3.4 SIP 528 Status: 407 Proxy
      Authentication Required<br>
      <br>
      I don’t even have a clue where to start looking in order to fix
      this. Can someone please point me in the right direction?<br>
      <br>
      Regards,<br>
      <br>
      Marc<br>
    </blockquote>
    <span style="white-space: pre;">>
      _______________________________________________<br>
      > Spce-user mailing list<br>
      > <a class="moz-txt-link-abbreviated" href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
      > <a class="moz-txt-link-freetext" href="https://lists.sipwise.com/listinfo/spce-user">https://lists.sipwise.com/listinfo/spce-user</a></span><br>
    <br>
    <br>
  </body>
</html>