Hi,
I have a SIP server with TLS + client certificate based
authentication.
The server is listening for SIP(UDP) on port 5060, and for
SIPS(TLS) on port 5061)
The client certificate based authentication is enforced on port
5061.
I would like to fire up MSILO and face now a strange problem:
At each REGISTER, the stored messages get dumped.
Dumped messages get sent to the clients from senders logged in
over port 5060(UDP) as
SIP:xxxxxxxxx@xx.xx.xx.xx
however
Dumped messages are NOT sent to clients from senders logged in
on port 5061(TLS) as
SIPS:xxxxxxxx@xx.xx.xx.xx
It looks like the messages get dumped so M-dump() is working,
but they will never enter the route.
I would assume TLS is stopping the dumped messages to entering
the route logic.
I would either
1. somehow force m_dump() to pipe the messages over SIP(and not
SIPS), or
2. disable client auth for messages recieved from local ip
Can you help me how to proceed? What would be the correct
approach?
Can you help me with either 1 or 2.
You help is greatly appreciated!!!
Marc