<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<BR> <BR>I have a SIP server with TLS + client certificate based authentication.<BR>The server is listening for SIP(UDP) on port 5060, and for SIPS(TLS) on port 5061)<BR>The client certificate based authentication is enforced on port 5061. <BR>I would like to fire up MSILO and face now a strange problem:<BR> <BR>At each REGISTER, the stored messages get dumped.<BR>Dumped messages get sent to the clients from senders logged in over port 5060(UDP) as SIP:xxxxxxxxx@xx.xx.xx.xx<BR> <BR>however<BR> <BR>Dumped messages are NOT sent to clients from senders logged in on port 5061(TLS) as SIPS:xxxxxxxx@xx.xx.xx.xx<BR> <BR>It looks like the messages get dumped so M-dump() is working, but they will never enter the route.<BR>I would assume TLS is stopping the dumped messages to entering the route logic.<BR> <BR>I would either <BR>1. somehow force m_dump() to pipe the messages over SIP(and not SIPS), or <BR>2. disable client auth for messages recieved from local ip<BR> <BR> <BR>Can you help me how to proceed? What would be the correct approach?<BR>Can you help me with either 1 or 2.<BR> <BR> You help is greatly appreciated!!!<BR> <BR>Marc<BR>                                      </div></body>
</html>