ES EndPoint Messages

Please can someone tell me the network ports used by ES messages related to EndPoint Indication/Answer

Many Thanks,

Frediano

Is this what you are looking for?

https://doc.milestonesys.com/latest/en-US/standard_features/sf_mc/sf_systemoverview/mc_portsusedbythesystem.htm?Highlight=ports%20used

Yes, but I’m not able to identify the row

It is not entirely clear to me what communication you are asking about, but based on the headline I assume it is 22333 “MIP messaging”.

Peter, this kind of messages:

WhoAreOnLine = MsgCommHandler.RegisterCommunicationFilter(WhoAreOnlineResponseHandler, new CommunicationIdFilter(MessageCommunication.WhoAreOnlineResponse));

NewLogin = MsgCommHandler.RegisterCommunicationFilter(NewLoginHandler, new CommunicationIdFilter(MessageCommunication.NewEndPointIndication));

NewLogout = MsgCommHandler.RegisterCommunicationFilter(NewLogoutHandler, new CommunicationIdFilter(MessageCommunication.EndPointCloseIndication));

EndPointTable = MsgCommHandler.RegisterCommunicationFilter(EndPointTableChangedHandler, new CommunicationIdFilter(MessageCommunication.EndPointTableChangedIndication));

Many Thanks,

Frediano

This is all message communication, so 22333.