I have previously been using many sofia profiles to handle a multi-tenant setup, but I'm working on consolidating them into one for simplicity. Is it possible to get the following behavior in the freeswitch cli?<div><br>
</div><div>sofia status profile sip_profile_name reg</div><div>-Returns all of the users registered to this sofia profile/port (the combined set of <a href="http://domainN.mine.com">domainN.mine.com</a>)</div><div><br></div>
<div>sofia status profile <a href="http://domain1.mine.com">domain1.mine.com</a> reg</div><div>-Returns all of the users registered to the <a href="http://domain1.mine.com">domain1.mine.com</a> domain </div><div><br></div>
<div>sofia status profile <a href="http://domain2.mine.com">domain2.mine.com</a> reg</div><div><div>-Returns all of the users registered to the <a href="http://domain2.mine.com">domain2.mine.com</a> domain</div></div><div>
<br></div><div>Right now, each of the <a href="http://domainN.mine.com">domainN.mine.com</a> commands returns the same as the sip_profile_name command, as each is an alias of sip_profile. </div><div><br></div><div>The domain tag in my sofia profile is: </div>
<div><div><domain name="all" alias="true" parse="true"/></div></div><div><br></div><div>If I change alias to false, I cannot run the sofia status profile domainN reg commands, but domain_exists <a href="http://domainN.mine.com">domainN.mine.com</a> will still return true. </div>
<div><br></div><div>Parse did not seem to make any difference. </div><div><br></div><div><br></div><div>Thanks for the help,</div><div>Nick</div><div><br></div><div><br></div>