Multiple SIP Profiles

I am new to freeSWITCH and not sure I grasp the full concept of having multiple SIP profiles and how the alias work.

Here is what I am trying to do in a multi-tenant setup.
Domain: marklab.com has user 1000@marklab.com
Internal SIP profile listening on port 5060
Created a different SIP Profile named test listening on port 5098.

I have 2 different SIP clients
Client 1: 1000@marklab.com pointing to port 5060 - internal profile
Client 2: 1000@marklab.com pointing to port 5098 - test profile

I tried setting both profiles with Alias = marklab.com. Thinking this would enable both to receive events for this domain. However, that does not seem to work. In particular, I am not getting MWI events when the MWI status changes.

Aliases within SIP profiles are where you put alternative names that will work as valid profile names and route to the profile with that alias tag. I’m not sure if you’ve seen this documentation that goes into more detail about SIP profiles, domains and aliases:

Multi-tenant relies on DNS not different profiles, You’ll review all the force params on internal to undo and allow it to take place, and I’d ignore anything related to aliases, that is not a functionality that is needed for the config you’re seeking.

/b